From 3afd755da1cc383119630a4e4ca5a9b252f2adf0 Mon Sep 17 00:00:00 2001 From: Todd Johnson Date: Sun, 18 Feb 2018 00:11:59 -0600 Subject: [PATCH] Update readme with how-to --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72607a5..0e71d32 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,26 @@ # RMS Pi -RMS Server Pi Distribution. +Winlink Linux RMS Server Raspberry Pi Distribution. The goal is to make an easy to install/deploy winlink gateway/client in one package. We use [LinuxRMS](https://github.com/toddejohnson/rmsgw) and [PAT](http://getpat.io) as the core. +## Supported TNC/Devices +Currently we only support the [TNCPi](https://tnc-x.com/TNCPi.htm) as that is the hardware I have access to. Others can be supported as time/equipment allow -## Credit -This is based upon OctoPi/CustomPiOS distro builder https://github.com/guysoft/CustomPiOS +## Download +Downloads are available as releases from + +## Instalation +1. Download the file from +2. Unzip the image and install it to an sd card [like any other Raspberry Pi image](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) +3. Configure your WiFi by editing rmspi-wpa-supplicant.txt or rmspi-network.txt on the root(boot partition) of the flashed card when using it like a thumb drive +4. Configure RMS/PAT settings by editing rmspi.txt on the root(boot partition) of the flashed card +5. Log into your Pi via SSH (it is located at rmspi.local if your computer supports bonjour or the IP address assigned by your router), default username is "pi", default password is "raspberry", change the password using the passwd command -Based upon K4GBB's how to http://k4gbb.no-ip.org/docs/raspberry.html rmsgw from https://groups.yahoo.com/neo/groups/LinuxRMS +The pat interface is available at http://rmspi.local:8080 + +## Credit +This is based upon: +* CustomPiOS/OctoPi distro builder https://github.com/guysoft/CustomPiOS +* K4GBB's how to http://k4gbb.no-ip.org/docs/raspberry.html +* rmsgw from https://groups.yahoo.com/neo/groups/LinuxRMS forked to https://github.com/toddejohnson/rmsgw +* PAT from http://getpat.io