Changes for page Radio Log
Last modified by Treyfane Dingo on 2025/04/27 13:33
From 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
To version 23.5
edited by Treyfane Dingo
on 2025/04/07 21:53
on 2025/04/07 21:53
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,7 +52,7 @@ 52 52 53 53 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. 54 54 55 -//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”.// 56 56 57 57 Clone the repository into the pi-star home and run the install script: 58 58 ... ... @@ -64,11 +64,9 @@ 64 64 65 65 This should install and enable the websocket service and make the necessary adjustments to the firewall. 66 66 67 -== == 68 - 69 69 == Test == 70 70 71 -You can test the installation from another machine in the network using nc or wscat. 69 +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 }}}