Giter Site home page Giter Site logo

rs_agent's Introduction

RS Agent

An agent for relaying Radiosonde Telemetry and managing upgrades to radiosonde_auto_rx

Install

Typically, this would be installed on the raspberry Pi that is running radiosonde_auto_rx.

First get the software and install the required libraries.

$ sudo apt-get install python3 python3-openssl python3-pip
$ git clone https://github.com/llnz/rs_agent.git
$ cd rs_agent
$ sudo pip3 install -r requirements.txt

Create a config.conf file, see the settings below. Temporarily, you will need to ask your server admin to provide the PEM file to allow access (in future, an access token will be added to the settings).

Then set up this software to run automatically:

$ sudo cp rs_agent.service /etc/systemd/system/
$ sudo systemctl daemon-reload
$ sudo systemctl enable rs_agent.service
$ sudo systemctl start rs_agent.service

Settings

The key settings are in the "[server]" group

[server]
allow_management=True

This allows the server to upgrade radiosonde_auto_rx, and this software.

Other settings are documented in the config.conf.example file.

rs_agent's People

Contributors

llnz avatar

Watchers

 avatar  avatar

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.