Go to file
KF7EEL cf50be32d8 fix dashboard logging bug 2021-03-11 17:55:41 -08:00
scripts fix config.py, add editing of user settings to dashboard, limit number of stored locations per user 2021-03-11 08:01:01 -08: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
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.md 2020-12-06 21:48:10 -08:00
bridge.py add CONFIG to function call 2020-12-24 13:08:35 -08:00
bridge_all.py add CONFIG to function call 2020-12-24 13:08:35 -08:00
bridge_gps_data-SAMPLE.cfg fix bugs 2021-03-04 15:26:31 -08:00
bridge_gps_data.py fix dashboard logging bug 2021-03-11 17:55:41 -08:00
config.py fix bugs 2021-03-04 15:26:31 -08:00
const.py Add necessary pieces for Talker Alias DMRA 2020-10-15 16:23:55 -05:00
gps_data-SAMPLE.cfg Merge branch 'aprs_features' of https://github.com/kf7eel/hblink3 into aprs_features 2021-03-04 15:27:18 -08:00
gps_data.py fix dashboard logging bug 2021-03-11 17:55:41 -08:00
gps_data_igate_beacon.py fix beacon time to minutes 2020-12-11 13:04:29 -08:00
gps_functions.py add hooks in code for shell commands 2020-11-25 15:55:44 -08:00
hblink-SAMPLE.cfg Make example configs work out of box 2021-01-07 15:21:42 -08:00
hblink.py Realy fix aprs report bug (#24) 2021-02-08 11:42:55 -08: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
play_ambe.py update copyrights 2019-03-05 19:01:07 -06:00
playback.cfg Make example configs work out of box 2021-01-07 15:21:42 -08:00
playback.py Make example configs work out of box 2021-01-07 15:21:42 -08:00
reporting_const.py Mostly kinda works now 2019-01-04 15:32:13 -06:00
requirements.txt improve map bubles 2021-02-26 21:12:25 -08:00
rules_SAMPLE.py Make example configs work out of box 2021-01-07 15:21:42 -08:00
voice_lib.py Update to sync dev system 2020-03-14 10:56:16 -05:00

README.md

"Fully Featured" HBLink3

This is my version of HBLink3 that I use in "production." I have merged the private-call branch here. I have also merged a modified implementation of uploading APRS locations for connected peers here (modified to "per master" configuration. APRS peer implementation originally by IU7IGU). Finally, I have included the GPS/Data Application here to support APRS position reports from some GPS enabled radios. All of this leads to the following features:

  • Working Unit calls (private calls)
  • APRS position upload for connected repeaters and hotspots
  • APRS position upload from some GPS enabled radios

The same stuff (commands, settings, etc.) in the gps branch apply here as well.


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

Using docker version

To work with provided docker setup you will need:

  • A private repository with your configuration files (all .cfg files in repo will be copyed to the application root directory on start up)
  • A service user able to read your private repository (or be brave and publish your configuration, or be really brave and give your username and password to the docker)
  • A server with docker installed
  • Follow this simple steps:

Build your own image from source


docker build . -t millaguie/hblink:3.0.0

Or user a prebuilt one in docker hub: millaguie/hblink:3.0.0

Wake up your container

touch /var/log/hblink.log
chown 65000  /var/log/hblink.log
 run -v /var/log/hblink.log:/var/log/hblink.log -e GIT_USER=$USER -e GIT_PASSWORD=$PASSWORD -e GIT_REPO=$URL_TO_REPO_WITHOUT_HTTPS://  -p 54000:54000  millaguie/hblink:3.0.0

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