You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: