Skip to content

Commit

Permalink
Update readme with how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
toddejohnson authored Feb 18, 2018
1 parent 54706de commit 3afd755
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 3afd755

Please sign in to comment.