Giter VIP home page Giter VIP logo

rmsgw's Introduction

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
  • Verify that directory /usr/local/etc/rmsgw does NOT exist and create a symbolic link to it.
ln -s /etc/rmsgw /usr/local/etc/rmsgw
  • Do the build
./autogen.sh
./configure
make
# Install as root
sudo make install

# Now edit the config files in /etc/rmsgw

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.