Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMR Implementation #3

Open
alwinhb opened this issue Jan 6, 2024 · 6 comments
Open

DMR Implementation #3

alwinhb opened this issue Jan 6, 2024 · 6 comments

Comments

@alwinhb
Copy link

alwinhb commented Jan 6, 2024

@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
Copy link
Owner

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
Copy link
Author

alwinhb commented Jan 13, 2024

@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
Copy link
Owner

@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
Copy link
Author

alwinhb commented Jan 20, 2024

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

@rick51231
Copy link
Owner

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

@alwinhb
Copy link
Author

alwinhb commented Feb 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants