Radio Log

Version 26.1 by Treyfane Dingo on 2025/04/07 22:13

radiolog1.png

The Radio Log is a module, which can be called by pressing F8 anywhere in L.A.S.S.I.E.. It will be available if L.A.S.S.I.E. is connected to a Pi-Star with pistarlog2ws installed (green antenna symbol) and subsequently show the DMR radio traffic.

Pi-Star Preparation

OS Installation

Pi-Star has to be installed on a Raspberry Pi (Zero) with a MMDVM HAT. A non-duplex MMDVM HAT is fully sufficient since Pi-Star only can monitor one single frequency and sending is not something this setup is expected to do. See https://www.pistar.uk/downloads/ for image download and installation instructions.

The SD card for the Raspberry Pi will be flashed using Raspberry Pi Imager. During the process, you will be asked if you like to apply OS customization settings. You can change the hostname, wireless LAN and locale settings here. Do not set username and password, or anything in the Services or Options tab!

 radiolog_set3.png

After flashing and booting the Raspberry from the SD card, you should be able to access the Pi-Star webinterface via browser at e.g. http://radiolog.local/admin/

Default Username: pi-star
Default Password: raspberry

Configuration

After installing Pi-Star, the following configuration should be used for the Radio Log. First, in the “General Configuration” section the Radio Frequency has to be set to the output frequency of your DMR repeater. Also the correct Radio/Modem Type has to be selected, depending on the MMDVM HAT used, and the Node Type has to be set to “Public”. Please remember to press “Apply Changes” after changing every section. Depending on the changes some options may only show after pressing “Apply Changes”.

radiolog_cfg2.png

In the “MMDVMHost Configuration” section the DMR Mode should be enabled.

radiolog_cfg1.png

After enabling the DMR Mode in the “MMDVMHost Configuration” section, you should head over to “Expert” → “MMDVMHost” in the top menu. Here it is imperative to set “Enable = 0” in the “DMR Network” section (not the “DMR” section!). This will disable all DMR networking. We don't want to have the Radio Log Pi-Star send out our private DMR communication to the world after all.

radiolog_cfg2b.png

As an additional information, the OLED display of a Raspberry Pi Zero can be configured to face the right direction and show some useful information, when the parameters in the “OLED” section are set as follows. This is especially useful if your OLED until now is just black.

radiolog_cfg2c.png

Back on the regular configuration page, in the “Wireless Configuration”, the IP address of the Pi-Star acquired by DHCP is shown. This IP address has to be configured as “IP for a FurCom Services Radio Log system” in L.A.S.S.I.E. (System Settings → General Settings).

radiolog_cfg4.png

For the configuration to be completed and usable, you should change the default password to something more secure. Please remember the password!

radiolog_cfg5.png

You also should run an Update of the Pi-Star using the “Configuration” → “Update” page.

After all of the configuration, the “Dashboard” of the Pi-Star should look like this (frequency may vary):

radiolog_cfg6.png

Installing pistarlog2ws

The pistarlog2ws repository can be found at the FurCom Git. To install it, you have to connect to the Pi-Star via ssh.

Pi-Star's disk is read-only by default, so you have to enable read-write with “rpi-rw”.

Clone the repository into the pi-star home and run the install script:

rpi-rw
git clone https://git.furcom.org/dingo/pistarlog2ws
cd pistarlog2ws
./install.sh

This should install and enable the websocket service and make the necessary adjustments to the firewall.

Test

You can test the installation from another machine in the network using “nc” or “wscat”.

nc -zv <IP-ADDRESS OF PI-STAR> 8765
wscat -c ws://<IP-ADDRESS OF PI-STAR>:8765 --no-color

DMR ID Naming

To get a readable nickname in the Radio Log rather than the DMR ID, the respective Radio has to be handed out to the Operative via the Personal Assets Database. The DMR ID (e.g. 2007) has to be set as ”Information” when handing out the radio.

radiolog_asset.png