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

How to be good client to DMRGateway #99

Open
smarek opened this issue Dec 26, 2020 · 0 comments
Open

How to be good client to DMRGateway #99

smarek opened this issue Dec 26, 2020 · 0 comments

Comments

@smarek
Copy link

smarek commented Dec 26, 2020

Hi,
I've developed Hytera_Homebrew_Bridge against fairly old version of DMRGateway, where it supported full MMDVM protocol (including login, keepalive, etc.), specifically when I test current version of HHBridge (2020.3) against DMRGateway (b4b9860 from 2017/10/6) it works perfectly

However trying to use against current version (HEAD, aff04fd ) those commands are not recognized and the connection is not established right away, as I would expect

This is probably due to changes in simplifying protocol between MMDVMHost and DMRGateway (b344248) from Aug 2020

Also DMRC is currently very different from standard MMDVM RPTC

If I understand correctly, there is undocumented DMRGateway protocol currently, which is the only one supported?
If so, I can easily reverse the protocol from DMRGatewayNetwork.cpp and support that
If not, please let me know what I missed and how to be a good client to DMRGateway in current and upcoming versions

Thank you

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

1 participant