Digital Mobile Radio
Find a file
2017-02-20 16:11:10 -08:00
bptc voice: implemented (embedded) link control 2015-12-22 12:32:43 +01:00
crc Prepare for public release 2015-12-16 10:05:54 +01:00
docs Added MMDVM modem specs 2015-12-16 10:10:00 +01:00
fec Prepare for public release 2015-12-16 10:05:54 +01:00
homebrew homebrew: reset status on link failure 2015-12-22 12:32:18 +01:00
ipsc Checkpoint 2015-12-18 15:30:16 +01:00
lc refactor link control and add talker alias support 2017-02-20 16:11:10 -08:00
terminal refactor link control and add talker alias support 2017-02-20 16:11:10 -08:00
trellis Checkpoint 2015-12-18 15:30:16 +01:00
vbptc voice: implemented (embedded) link control 2015-12-22 12:32:43 +01:00
.gitattributes Prepare for public release 2015-12-16 10:05:54 +01:00
.gitignore Path fixes 2015-12-09 11:55:09 +01:00
.travis.yml Updated .travis.yml 2015-12-18 16:02:09 +01:00
bits.go Checkpoint 2015-12-17 11:41:06 +01:00
bits_test.go Prepare for public release 2015-12-16 10:05:54 +01:00
controlblock.go Checkpoint 2015-12-19 00:00:52 +01:00
controlblock_test.go Checkpoint 2015-12-18 15:30:16 +01:00
crc.go Checkpoint 2015-12-19 00:00:52 +01:00
crc_test.go Checkpoint 2015-12-18 15:30:16 +01:00
data.go Checkpoint 2015-12-19 00:00:52 +01:00
data_encoding.go Checkpoint 2015-12-18 15:30:16 +01:00
data_test.go Checkpoint 2015-12-18 15:30:16 +01:00
dataheader.go Checkpoint 2015-12-19 00:00:52 +01:00
dataheader_test.go Checkpoint 2015-12-19 00:00:52 +01:00
dmr.go Checkpoint 2015-12-18 15:30:16 +01:00
LICENSE Initial commit 2015-12-08 11:21:16 +01:00
packet.go voice: implemented (embedded) link control 2015-12-22 12:32:43 +01:00
README.md Added button 2015-12-18 15:58:41 +01:00
repeater.go Checkpoint 2015-12-18 15:30:16 +01:00
sync.go Prepare for public release 2015-12-16 10:05:54 +01:00
version.go Prepare for public release 2015-12-16 10:05:54 +01:00
voice.go refactor link control and add talker alias support 2017-02-20 16:11:10 -08:00

go-dmr

Golang Digital Mobile Radio protocols.

Build Status

References

The DMR Air Interface protocol is specified in Electromagnetic compatibility and Radio spectrum Matters (ERM); Digital Mobile Radio (DMR) Systems; Part 1: DMR Air Interface (AI) protocol, ETSI TS 102 361-1.

The Brandmeister Homebrew protocol is specified in IPSC Protocol Specs for homebrew DMR repeater by Hans DL5DI, Jonathan Naylor (G4KLXG) and Torsten Schultze (DG1HT).

Warning

This implementation is not suitable for commercial use and is for educational purposes only.

Acknowledgements

The implementation is possible because of the invaluable help from the following persons. Thanks for your patience and providing me with sample data and links to test the protocols.

  • Rudy Hardeman (PD0ZRY)
  • Artem Prilutskiy (R3ABM)