Digital Mobile Radio
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Hebnes Pedersen 2851102398 Fix serialization of Confirmed DataBlock
The serialized form should be 10 octets of user-data plus the two octets
for serial/crc.

Previous implementation forgot to account for the two extra octets when
allocating the final data slice.
6 years ago
bptc voice: implemented (embedded) link control 9 years ago
crc Prepare for public release 9 years ago
docs Added MMDVM modem specs 9 years ago
fec Prepare for public release 9 years ago
homebrew Fix BM homebrew compatibility (rptrid comparison) 6 years ago
ipsc Checkpoint 9 years ago
terminal voice: implemented (embedded) link control 9 years ago
trellis Checkpoint 9 years ago
vbptc voice: implemented (embedded) link control 9 years ago
.gitattributes Prepare for public release 9 years ago
.gitignore Path fixes 9 years ago
.travis.yml Updated .travis.yml 9 years ago
LICENSE Initial commit 9 years ago
README.md Added button 9 years ago
bits.go Checkpoint 9 years ago
bits_test.go Prepare for public release 9 years ago
controlblock.go Fix test breaking due to vet checks 6 years ago
controlblock_test.go Checkpoint 9 years ago
crc.go Checkpoint 9 years ago
crc_test.go Checkpoint 9 years ago
data.go Fix serialization of Confirmed DataBlock 6 years ago
data_encoding.go Checkpoint 9 years ago
data_test.go Fix serialization of Confirmed DataBlock 6 years ago
dataheader.go Fix test breaking due to vet checks 6 years ago
dataheader_test.go Fix test breaking due to vet checks 6 years ago
dmr.go Checkpoint 9 years ago
packet.go voice: implemented (embedded) link control 9 years ago
repeater.go Checkpoint 9 years ago
sync.go Prepare for public release 9 years ago
version.go Prepare for public release 9 years ago
voice.go voice: implemented (embedded) link control 9 years ago

README.md

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)