Changes for page Radio Log
Last modified by Treyfane Dingo on 2025/04/27 13:33
From version 23.8
edited by Treyfane Dingo
on 2025/04/07 22:05
on 2025/04/07 22:05
Change comment:
There is no comment for this version
To version 23.4
edited by Treyfane Dingo
on 2025/04/07 21:51
on 2025/04/07 21:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -44,8 +44,6 @@ 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 - 49 49 After all of the configuration, the “Dashboard” of the Pi-Star should look like this (frequency may vary): 50 50 51 51 [[image:radiolog_cfg6.png]] ... ... @@ -54,7 +54,7 @@ 54 54 55 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 56 57 -//Pi-Star's disk is read-only by default, so you have to enable read-write with “rpi-rw”.//55 +//Pi-Star's disk is read-only by default, so you have to enable read-write with rpi-rw.// 58 58 59 59 Clone the repository into the pi-star home and run the install script: 60 60 ... ... @@ -66,9 +66,11 @@ 66 66 67 67 This should install and enable the websocket service and make the necessary adjustments to the firewall. 68 68 67 +== == 68 + 69 69 == Test == 70 70 71 -You can test the installation from another machine in the network using “nc”or“wscat”.71 +You can test the installation from another machine in the network using nc or wscat. 72 72 73 73 {{{nc -zv <IP-ADDRESS OF PI-STAR> 8765 74 74 }}}