Digital Mobile Radio
Find a file
Wijnand Modderman-Lenstra cba4cf198d Prepare for public release
2015-12-16 10:05:54 +01:00
bptc Prepare for public release 2015-12-16 10:05:54 +01:00
crc Prepare for public release 2015-12-16 10:05:54 +01:00
docs Prepare for public release 2015-12-16 10:05:54 +01:00
fec Prepare for public release 2015-12-16 10:05:54 +01:00
homebrew Prepare for public release 2015-12-16 10:05:54 +01:00
ipsc Prepare for public release 2015-12-16 10:05:54 +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
bits.go Prepare for public release 2015-12-16 10:05:54 +01:00
bits_test.go Prepare for public release 2015-12-16 10:05:54 +01:00
dataheader.go Prepare for public release 2015-12-16 10:05:54 +01:00
dmr.go Prepare for public release 2015-12-16 10:05:54 +01:00
LICENSE Initial commit 2015-12-08 11:21:16 +01:00
packet.go Prepare for public release 2015-12-16 10:05:54 +01:00
README.md Prepare for public release 2015-12-16 10:05:54 +01:00
repeater.go Prepare for public release 2015-12-16 10:05:54 +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_emb.go Prepare for public release 2015-12-16 10:05:54 +01:00

go-dmr

Golang Digital Mobile Radio protocols.

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)