Changes for page Radio Log
Last modified by Treyfane Dingo on 2025/04/27 13:33
From version 23.3
edited by Treyfane Dingo
on 2025/04/07 21:50
on 2025/04/07 21:50
Change comment:
There is no comment for this version
To version 23.6
edited by Treyfane Dingo
on 2025/04/07 21:57
on 2025/04/07 21:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -44,6 +44,8 @@ 44 44 45 45 [[image:radiolog_cfg5.png]] 46 46 47 +You also should run an Update of the Pi-Star using the “Configuration” → “Update” page. 48 + 47 47 After all of the configuration, the “Dashboard” of the Pi-Star should look like this (frequency may vary): 48 48 49 49 [[image:radiolog_cfg6.png]] ... ... @@ -50,4 +50,25 @@ 50 50 51 51 = Installing pistarlog2ws = 52 52 53 - 55 +The pistarlog2ws repository can be found at the [[FURCOM GIT>>https://git.furcom.org/Dingo/pistarlog2ws]]. To install it, you have to connect to the Pi-Star via ssh. 56 + 57 +//Pi-Star's disk is read-only by default, so you have to enable read-write with “rpi-rw”.// 58 + 59 +Clone the repository into the pi-star home and run the install script: 60 + 61 +{{{rpi-rw 62 +git clone https://git.furcom.org/dingo/pistarlog2ws 63 +cd pistarlog2ws 64 +./install.sh 65 +}}} 66 + 67 +This should install and enable the websocket service and make the necessary adjustments to the firewall. 68 + 69 +== Test == 70 + 71 +You can test the installation from another machine in the network using “nc” or “wscat”. 72 + 73 +{{{nc -zv <IP-ADDRESS OF PI-STAR> 8765 74 +}}} 75 + 76 +{{{wscat -c ws://<IP-ADDRESS OF PI-STAR>:8765 --no-color}}}