Digital Mobile Radio
Find a file
2019-04-24 23:38:40 +02: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 Fix BM homebrew compatibility (rptrid comparison) 2019-04-23 17:26:09 +02:00
ipsc Checkpoint 2015-12-18 15:30:16 +01:00
terminal voice: implemented (embedded) link control 2015-12-22 12:32:43 +01: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 Fix test breaking due to vet checks 2019-04-15 21:38:41 +02: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 Fix panic in Fragment.DataBlocks() duo to typo 2019-04-01 21:54:59 +02: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 Fix test breaking due to vet checks 2019-04-15 21:38:41 +02:00
dataheader_test.go Fix test breaking due to vet checks 2019-04-15 21:38:41 +02: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 voice: implemented (embedded) link control 2015-12-22 12:32:43 +01: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)