Coder Social home page Coder Social logo

hbmonitor3-mod's Introduction

HBmonitor is a "web dashboard" for HBlink by N0MJS.

This is version of HBMonitor V1 by SP2ONG 2019-2021 with some additional patches from DL1BZ

I recommend not running HBmonitor on the same computer as HBlink3

HBmonitor tested on Debian v9 STRETCH

HBMonitor V1: cd /opt git clone https://github.com/sp2ong/HBmonitor.git cd HBmonitor

If you want to try the HBMonitor version with BRIDGE status display on a separate page, 
run the command below, if not skip this command:
git checkout bridges

chmod +x install.sh
./install.sh
cp config-SAMPLE.py config.py
edit config.py and change what you necessary
cp utils/hbmon.service /lib/systemd/system/
systemctl enable hbmon
systemctl start hbmon
systemctl status hbmon
forward TCP ports 8080 and 9000 in firewall

If you use openbrige links, in config.py in OPB_FILTER enter NETWORK_ID 
to do not display unnecessary entries in LASTHEARD.

Please remember the table lastherad displays only station transmissions that are longer than 2 seconds.

If you don't want to have the lasherad list set in config.py :  
  LASTHEARD_INC = False

If you want to have more than the last 10 entries in the Lastherad table
change in the monitor.py file on line 629 https://github.com/sp2ong/HBmonitor/blob/master/monitor.py#L629
  if n == 10:
for example:
  if n == 20:

If you want to have access to HBmonitor via username and password, set it in config.py :
  WEB_AUTH =  True
and set username and password in:    
  WEB_USER =  'hblink'
  WEB_PASS =  'hblink'

If not need monitor online rules please use in config.py BRIDGES_INC = False

hbmonitor3 by KC1AWV

Python 3 implementation of N0MJS HBmonitor for HBlink https://github.com/kc1awv/hbmonitor3


Copyright (C) 2013-2018 Cortney T. Buffington, N0MJS [email protected]

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA


hbmonitor3-mod's People

Watchers

 avatar

Forkers

m0glj

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.