Go to file
KF7EEL 4633f4d518 fix templates, continue tiny pages, continue data gateway 2021-10-10 05:16:38 -07:00
web fix templates, continue tiny pages, continue data gateway 2021-10-10 05:16:38 -07:00
.gitattributes Update to sync dev system 2020-03-14 10:56:16 -05:00
.gitignore non-programatic updates 2019-03-01 11:30:45 -06:00
HBNet.png fix rule delete 2021-06-15 12:44:50 -07:00
HBlink.png Adding Official Logo Images 2020-03-06 07:31:12 -06:00
HBlink.svg Adding Official Logo Images 2020-03-06 07:31:12 -06:00
LICENSE.txt non-programatic updates 2019-03-01 11:30:45 -06:00
README.md update README, add hoosk for new dashboard, add WSGI exmples 2021-09-11 06:52:52 -07:00
app_template.py add unit flood time, add app template 2021-09-03 13:41:29 -07:00
bridge.py add UNIT table view 2021-10-06 17:51:42 -07:00
bridge_all.py Changed initial state values for some reporting variables. Cosmetic, but avoids unecessary tracabacks. 2020-01-13 14:45:17 +00:00
config.py fix ACL bug, fix server listing 2021-10-07 09:43:22 -07:00
const.py Encrypted OpenBridge, initial commit, add SVRD hooks 2021-09-04 19:57:15 -07:00
data_gateway-SAMPLE.cfg working SMS generation, not correct though 2021-09-05 19:22:10 -07:00
data_gateway.py fix templates, continue tiny pages, continue data gateway 2021-10-10 05:16:38 -07:00
data_gateway_config.py fix ACL bug, fix server listing 2021-10-07 09:43:22 -07:00
hblink-SAMPLE.cfg change USER_MANAGER to WEB_SERVICE 2021-09-05 18:53:20 -07:00
hblink.py fix acl bug 2021-10-07 12:37:05 -07:00
hotspot_proxy_v2.py improve PROXY, other changes 2021-06-15 15:32:40 -07:00
log.py non-programatic updates 2019-03-01 11:30:45 -06:00
mk_voice.py non-programatic updates 2019-03-01 11:30:45 -06:00
obp_generate_key.py Encrypted OpenBridge, initial commit, add SVRD hooks 2021-09-04 19:57:15 -07:00
play_ambe.py update copyrights 2019-03-05 19:01:07 -06:00
playback.py Cleaned up Processing and logging 2019-09-30 14:10:40 -05:00
reporting_const.py Mostly kinda works now 2019-01-04 15:32:13 -06:00
requirements.txt Encrypted OpenBridge, initial commit, add SVRD hooks 2021-09-04 19:57:15 -07:00
rules_SAMPLE.py READY FOR TESTING 2020-03-15 21:23:03 -05:00
voice_lib.py Update to sync dev system 2020-03-14 10:56:16 -05:00

README.md

HBNet is a fork of HBlink3 that extends the functionality of HBLink through several features, making it more of a usable application and less of a framework. HBNet aims to be complete and ready to use application that can be used to build and run a DMR network.

HBNet consists of 2 parts, HBNet Web Service and the actual DMR server, based on HBLink. The HBNet Web Service handles user administration, server configuration, and is a content management system for your DMR network.

This project originally started as a not so simple set of scripts to decode GPS locations and generate APRS positions. Through other modifications and additions, it has grown into a fully featured fork.

User end features:

  • Handles user registration and email verification

  • Individual hotspot passphrases for each user

  • Automatic retrieval of DMR IDs on registration

  • Automatically generate talkgroup pages

  • Automatically generates a script for Pi-Star setup (WORK IN PROGRESS)

  • Map of currently connected peers

Administrative features:

  • Administrate multiple DMR servers through a single web service

  • Optional manual approval of new users

  • Multiple Admin user logins

OpenBridge additions

  • Enhanced unit call routing between connected servers. Every server known which server every subscribers is on.

  • Optionally encrypt data sent over OpenBridge

Data Gateway (APRS/SMS)

  • Compatable with HBNet and original HBLink.

  • Connect your server via OpenBridge or MMDVM.

  • Decodes GPS positions and generates APRS positions

  • Simple web dashboard

Other features

  • SQLite or MySQL backend

  • APRS and SMS features (WORK IN PROGRESS)


FOR SUPPORT, DISCUSSION, GETTING INVOLVED

Please join the DVSwitch group at groups.io for online forum support, discussion, and to become part of the development team.

DVSwitch@groups.io

A voluntary registry for HBlink systems with public access has been created at http://hblink-register.com.es Please consider listing your system if you allow open access.


PROJECT: Open Source HomeBrew Repeater Proctol Client/Master.

UPDATES:

PURPOSE: Thanks to the work of Jonathan Naylor, G4KLX; Hans Barthen, DL5DI; Torsten Shultze, DG1HT we have an open protocol for internetworking DMR repeaters. Unfortunately, there's no generic client and/or master stacks. This project is to build an open-source, python-based implementation. You are free to use this software however you want, however we ask that you provide attribution in some public venue (such as project, club, organization web site). This helps us see where the software is in use and track how it is used.

For those who will ask: This is a piece of software that implements an open-source, amateur radio networking protocol. It is not a network. It is not intended to be a network. It is not intended to replace or circumvent a network. People do those things, code doesn't.

PROPERTY:
This work represents the author's interpretation of the HomeBrew Repeater Protocol, based on the 2015-07-26 documents from DMRplus, "IPSC Protocol Specs for homebrew DMR repeater" as written by Jonathan Naylor, G4KLX; Hans Barthen, DL5DI; Torsten Shultze, DG1HT, also licenced under Creative Commons BY-NC-SA license.

WARRANTY None. The owners of this work make absolutely no warranty, express or implied. Use this software at your own risk.

PRE-REQUISITE KNOWLEDGE:
This document assumes the reader is familiar with Linux/UNIX, the Python programming language and DMR.

MORE DOCUMENTATION TO COME

0x49 DE N0MJS

Copyright (C) 2016-2020 Cortney T. Buffington, N0MJS n0mjs@me.com

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