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

Summary

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]]
... ... @@ -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.//
57 +//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.
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  }}}