Go to file
Simon 63ebdc0b88 Systemd scripts 2021-02-14 15:31:32 +00:00
Audio Fix voice file support 2021-01-27 21:08:46 +00:00
docker-configs Docker proxy and noproxy 2021-02-10 11:52:51 +00:00
systemd-scripts Systemd scripts 2021-02-14 15:31:32 +00:00
.gitattributes Initial commit 2018-12-24 16:09:34 -06:00
.gitignore non-programatic updates 2019-03-01 11:30:45 -06:00
FreeDMR-SAMPLE-minimal.cfg Mininmal config 2021-02-12 11:47:21 +00:00
FreeDMR-SAMPLE.cfg Outline of language file support 2021-01-27 19:49:02 +00:00
LICENSE.txt non-programatic updates 2019-03-01 11:30:45 -06:00
README.md More docker tidying 2021-01-23 15:12:44 +00:00
app_template.py non-programatic updates 2019-03-01 11:30:45 -06:00
blank_app.py Create an "app template" 2020-02-10 10:09:40 -06:00
bridge.py Add bugfixes to bridge.py 2021-01-30 12:30:10 +00: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
bridge_all_master.py Create copy of bridge_all to work on 2020-08-20 16:47:17 +01:00
bridge_master.py further typo 2021-02-14 13:20:51 +00:00
config.py Outline of language file support 2021-01-27 19:49:02 +00:00
const.py Gracefuly acknowledge DMRA packets 2021-01-18 14:28:37 +00:00
hblink-SAMPLE.cfg Update hblink-SAMPLE.cfg 2019-06-21 17:14:16 +01:00
hblink.py Revert "Remove "to" from linked messages so it at least makes sense" 2021-02-09 09:37:44 +00:00
hotspot_proxy_v2.py Update hotspot_proxy_v2.py 2021-01-22 22:16:16 +01:00
install.sh Add basic XLX support 2019-06-19 07:32:44 +00:00
log.py non-programatic updates 2019-03-01 11:30:45 -06:00
mk_voice.py Sequence number. 2020-09-18 00:49:48 +01:00
mysql_config.py Add ability to specify table to SQL config 2021-01-22 13:09:28 +00: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
read_ambe.py Enable and disable bridges when repeater is enabled and disabled 2020-10-18 13:41:38 +01:00
repeaters.sql Add SQL repeaters table definition for MySQL support 2020-10-31 23:39:41 +01:00
reporting_const.py Mostly kinda works now 2019-01-04 15:32:13 -06:00
requirements.txt Error in requirements.txt 2021-02-06 11:19:13 +00:00
rules_SAMPLE.py Preparing for v1 release 2021-01-07 18:40:15 +00:00
voice_lib.py Working on voice playback 2020-09-13 18:04:11 +01:00

README.md

FreeDMR Master Server is a fork of the hblink3 project

FreeDMR Master Server extends hblink3 to assist in building a master server using HBLink3

Please see the wiki for documentation:

https://github.com/hacknix/FreeDMR/wiki


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 the docker version

Build the docker image.

docker build --tag freedmr .

Start your container, passing your configuration file.

./run_in_docker.sh

Note that $cfg_file is used by the container's 'radio' user internally, so you may need to modify file permissions.

chmod 666 $cfg_file

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