Skip to content

Files to Create a Free Radio Network (FRN) Server/Client

Notifications You must be signed in to change notification settings

PU5KOD/FRNServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRNServer

Files to make a Free Radio Network Server/Client.

1. SERVER:

1.1. AlterFRN server, revision 7348, 2022-10-13:

1.2. AlterFRN Server, revision 6584, 2021-01-22:

2. CLIENT:

AlterFRN client, revision 7312, 2022-07-17:

To install the 64bit server as a service that starts automatically, follow the steps below:

    1. Create directory and download project files:
cd /usr/src/ && sudo wget https://github.com/PU5KOD/FRNServer/raw/main/Server/FRNServerConsole.Linux-aarch64.7348r.tgz
    1. Unzip project files and remove unnecessary file:
sudo tar -zxvf FRNServerConsole.Linux-aarch64.7348r.tgz && sudo rm FRNServerConsole.Linux-aarch64.7348r.tgz
    1. Change directory name and access it:
sudo mv FRNServerConsole.Linux-aarch64.7348r FRNServer && cd FRNServer
    1. Change the main file name:
sudo mv FRNServerConsole.Linux-aarch64.r7348 FRNServer
    1. Copy the service file to the machine:
sudo wget https://github.com/PU5KOD/FRNServer/raw/main/frn.service && sudo cp frn.service /etc/systemd/system/
    1. Enable the service:
sudo systemctl enable frn.service

Once installed, the service can be modified by changing the #06 command parameters with ENABLE, DISABLE, STATUS, START, RESTART and STOP. To install other server/client versions, simply replace the source file link in the commands described above.