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
Change comment: There is no comment for this version
To version 23.4
edited by Treyfane Dingo
on 2025/04/07 21:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -50,4 +50,27 @@
50 50  
51 51  = Installing pistarlog2ws =
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 +
55 +//Pi-Star's disk is read-only by default, so you have to enable read-write with rpi-rw.//
56 +
57 +Clone the repository into the pi-star home and run the install script:
58 +
59 +{{{rpi-rw
60 +git clone https://git.furcom.org/dingo/pistarlog2ws
61 +cd pistarlog2ws
62 +./install.sh
63 +}}}
64 +
65 +This should install and enable the websocket service and make the necessary adjustments to the firewall.
66 +
67 +== ==
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}}}