Go to file
Cort Buffington d1af0560c4 INITIAL BRANCH COMMIT
0) CONFIGURATION FILES WILL NEED UPDATED TO CHANGE NAMING
CONFIGURATIONS!

1) Updated use of socket address instead of discrete IP/port. This will
be needed for socket address based validation and is faster… duh…
should have done this in the beginning.

2) Changed all references to “clients” as HBP systems to “peers”. This
sets the stage for having a peer_id and an originator_id for DMRD
packets.

3) Found and squashed a number of other random bugs, including the
registration ACL not working in confbridge or bridge_all.

4) router is now retired. confbridge is the future.
2018-08-07 16:05:27 -06:00
retired INITIAL BRANCH COMMIT 2018-08-07 16:05:27 -06:00
.gitignore Don't track sub_acl.py and reg_acl.py – SAMPLES are now included. 2018-07-12 19:57:36 -05:00
LICENSE.txt License Change 2016-11-21 19:13:32 -06:00
README.md fixed typos/capitalization 2018-06-20 15:51:38 -05:00
acl.py Added HBP Registration ACL 2018-07-11 18:55:45 -05:00
hb_bridge_all.py INITIAL BRANCH COMMIT 2018-08-07 16:05:27 -06:00
hb_bridge_all_rules_SAMPLE.py Added per-timeslot ACLs 2018-06-19 16:03:08 -05:00
hb_confbridge.py INITIAL BRANCH COMMIT 2018-08-07 16:05:27 -06:00
hb_confbridge_rules-SAMPLE.py Update hb_confbridge.py to work like the DMRlink equivalent 2018-06-20 15:34:19 -05:00
hb_config.py INITIAL BRANCH COMMIT 2018-08-07 16:05:27 -06:00
hb_const.py Added min & max DMR IDs 2018-02-06 16:06:01 -08:00
hb_log.py Descriptions added (below copyright and license area) 2016-12-19 08:36:17 -06:00
hb_parrot.py INITIAL BRANCH COMMIT 2018-08-07 16:05:27 -06:00
hblink-SAMPLE.cfg Update hblink.cfg to use ham-digital DMR ID CSVs 2018-08-05 17:47:08 +01:00
hblink.py INITIAL BRANCH COMMIT 2018-08-07 16:05:27 -06:00
reg_acl-SAMPLE.py INITIAL BRANCH COMMIT 2018-08-07 16:05:27 -06:00
reporting_const.py Adding hooks for socket reporting. 2018-06-19 16:02:38 -05:00
requirements.txt update 2016-12-19 07:55:17 -06:00
sub_acl-SAMPLE.py Update and rename sub_acl.py to sub_acl-SAMPLE.py 2018-07-12 19:56:35 -05:00

README.md

Please join the DVSwitch group at groups.io for online forum support, discussion, and to become part of the development team. DVSwitch@groups.io
### 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

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. This is a non-commercial license. Atribution is required if you use it.

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 indended 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 the Python programming language and DMR.

MORE DOCUMENTATION TO COME

0x49 DE N0MJS

Copyright (C) 2016-2017 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