HBLink/README.md

36 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2017-05-24 10:50:10 -04:00
---
2019-10-28 21:34:12 -04:00
### THIS SOFTWARE IS DEPRECIATED -- SEE HBLINK3 ###
2017-05-24 10:50:10 -04:00
2019-12-16 08:46:12 -05:00
This version is maintained for historical purposes and for the HB_Bridge branch, which is still very much in use. HB_Bridge is the only branch that should be used. Do not file pull requests, issues or otherwise request features or fixes through github, to the author, or on any online forums.
2017-05-24 10:50:10 -04:00
---
## PROJECT: Open Source HomeBrew Repeater Proctol Client/Master. ##
2016-07-26 23:16:28 -04:00
**UPDATES:**
2016-07-20 17:16:27 -04:00
**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**
2018-06-20 16:51:38 -04:00
None. The owners of this work make absolutely no warranty, express or implied. Use this software at your own risk.
2016-07-20 17:16:27 -04:00
**PRE-REQUISITE KNOWLEDGE:**
2018-08-12 12:07:19 -04:00
This document assumes the reader is familiar with Linux/UNIX, the Python programming language and DMR.
2016-07-20 17:16:27 -04:00
**MORE DOCUMENTATION TO COME**
2017-02-01 09:57:41 -05:00
***0x49 DE N0MJS***
2016-07-20 17:16:27 -04:00
2017-02-01 09:57:41 -05:00
Copyright (C) 2016-2017 Cortney T. Buffington, N0MJS n0mjs@me.com
2016-07-20 17:16:27 -04:00
2017-02-01 09:57:41 -05:00
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.
2016-07-20 17:16:27 -04:00
2017-02-01 09:57:41 -05:00
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.
2016-07-20 17:16:27 -04:00
2017-02-01 09:57:41 -05:00
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