Skip to content
forked from toddejohnson/rmsgw

Linux RMS Gateway

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

dsrawding/rmsgw

 
 

Repository files navigation

rmsgw

Linux RMS Gateway

GitPitch

  • To get a copy of the repository:
git clone https://github.com/nwdigitalradio/rmsgw
  • NOTE: Installation & configuration scripts & notes live in n7nix/rmsgw

Installation - overview

Build Requirements

  • Install AX.25 library & support utilities
  • xutils-dev libxml2 libxml2-dev

Installation/runtime requirements

  • AX.25 kernel support
  • libax25 runtime
  • python 2.7.9 or greater
  • python-requests

Install AX.25 library & support utilities

Install & configure Linux RMS Gateway

  • Currently (3/2017) RMS Gateway needs to be built from source
    • Goal to make it a Debian package

Clone this repository

git clone https://github.com/nwdigitalradio/rmsgw
cd rmsgw
make
# Become root
su
make install
# Now edit the config files.

Use scripts

  • There are some scripts that automate the process which does the following:
    • Download source as a zipped tarball.
    • Untar source
    • Build source
    • Install result
    • Edit config files

Installing AX.25 library, tools & apps

  • Use a script, it's easier

Basic AX.25 support packages:

  • libax25 - runtime library
  • ax25-tools - utilities
  • ax25-apps - applications

RMS Gateway Installation scripts

Install notes & scripts

About

Linux RMS Gateway

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.6%
  • Python 16.7%
  • Shell 8.7%
  • Makefile 3.4%
  • C++ 2.6%