Replies: 4 comments
-
Hey, thanks for your interest
protocols stack (HSTRP carries Hytera-specific protocols and services over IP/UDP transport) |
Beta Was this translation helpful? Give feedback.
-
Also this might be beneficial, i already have HSTRPLayer, that handles the connection keepalive and basic HSTRP protocol This might be really close to what you're looking for LPLayer could be added, that'd handle only Location Protocol on given port, should be easy (you can copy and rename RCPLayer for start) These apps are currently not part of library, but are in tests (that are not distributed over pypi/pip) |
Beta Was this translation helpful? Give feedback.
-
And last hint for now is to use provided CLI tools, if you install Then you can inspect incoming data through eg.
|
Beta Was this translation helpful? Give feedback.
-
Ok, few updates example
|
Beta Was this translation helpful? Give feedback.
-
(from email)
Hi,
Many thanks for the DMR libraries available on GitHub.
I'm a bit confused how to use those libraries into a python script.
The case is that i'm trying to read GPS data and RSSI value from an Hytera Repeater via an UDP wired link, issued from the UDP port 3000[...] (as configured into the repeater).
Maybe does exist from your side, using the OK-DMR lib, some application samples ? Or a description how to use the libs ?
I would be grateful for your help.
Kind regards
xxxx
Beta Was this translation helpful? Give feedback.
All reactions