Coder Social home page Coder Social logo

nodepeerreporter's Introduction

NodePeerReporter

Welcome to the Node Peer Reporter for the Linux Kernel AX.25 and NET/ROM stack. This simple script is designed to report your packet node to the M0LTEmap hosted at http://nodes.ukpacketradio.network/packet-network-map.html

Requirements

  1. Bash must be installed in /bin/bash
  2. Curl must be installed and in the path
  3. JQ must be installed and in the path

Installation

  1. Copy the main npr script to /usr/sbin/npr (as root)
  2. Make the npr script executable e.g. chmod 755 /usr/sbin/npr
  3. Create an /etc/npr.conf file based on the example file in this repository
  4. Run /usr/sbin/npr -d (debug) to confirm that it works correctly
  5. Add a crontab entry as root */20 * * * * /usr/sbin/npr >> /var/log/npr.log

Notes

  • Location of the conf file is hard coded
  • The script uses /proc/net/nr_neigh to determine peer nodes
  • The script stores a copy of nr_neigh in /tmp as a cache when run
  • The script will only make a network call if there has been a change or 3 hours have passed since the last update

nodepeerreporter's People

Contributors

szymonpriv 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.