rick51231 / node-dmr-lib

Motorola MotoTRBO DMR protocols research project.
MIT License
41 stars 7 forks source link

DMR Implementation #3

Open alwinhb opened 6 months ago

alwinhb commented 6 months ago

@rick51231 I am trying to get good source code references for the data link and control layer for DMR. I am planning to inject the code on my hardware and test the same. Does this code help? If you have any good reference links please share across

rick51231 commented 6 months ago

Hi, @alwinhb Everything related to DMR is in this folder: https://github.com/rick51231/node-dmr-lib/tree/master/src/DMR

The best source of information about DMR is the ETSI standard: https://www.dmrassociation.org/dmr-standards.html

alwinhb commented 6 months ago

@rick51231 Thanks for the quick help, Does this https://github.com/rick51231/node-dmr-lib/tree/master/src/DMR contain all the DMR ETSI Standard protocols?

rick51231 commented 5 months ago

@alwinhb , definitely not. It contains only what is needed for basic work with sending data. In the near future I plan to launch a beta of voice decoding.

alwinhb commented 5 months ago

@rick51231 Thanks, That means as of now it can only send short messages and gps information. But not the audio right?

rick51231 commented 5 months ago

@alwinhb , short data and gps - yes. Audio - partially, just released beta

alwinhb commented 5 months ago

@rick51231 Thanks for the update, Do you have voice samples used for decoding?