File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,14 @@ class Network {
15
15
16
16
static PORTID_NEW_CONSTANT = 94 ; //New radios (aka DP4000) uses "DMR Standart" compression with this portId offset
17
17
18
- static PORT_LRRP = 4001 ;
19
- static PORT_ARS = 4005 ;
20
- static PORT_TMS = 4007 ;
21
- static PORT_BMS = 4012 ;
22
- static PORT_TELEMETRY = 4008 ;
18
+ static PORT_LRRP = 4001 ; // Location
19
+ static PORT_ARS = 4005 ; // Registration
20
+ static PORT_TMS = 4007 ; // Text messages
21
+ static PORT_TLM = 4008 ; // Telemetry
22
+ static PORT_BMS = 4012 ; // Battery management
23
+ static PORT_JMS = 4013 ; // Job tickets ?
24
+ static PORT_LIP = 5017 ; // Indoor location ?
25
+ static PORT_XNL = 8002 ; // XNL/XCMP TCP connection
23
26
24
27
25
28
static AddressID2Network ( addressId ) {
You can’t perform that action at this time.
0 commit comments