Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

Mobile Custom Integration Diagram #1

SafeMobile Gateway
TCPServerConsole

MOTOTRBO Base Station IP Network

3rd Party Application

TCP Client (example Telnet, PuTTY)

OTOTRBO NETWORK

MOTOTRBO Portable Radio

eMobile Custom Integration Message Format

mat:

msgLen,seqID,Opcode,remoteRadioId,locationTime,speed,latitude,longitude,altitude

ample:

51,0.0,131,Demo101,1476690332,30,41.38415,2.16504,125
Parameter

Type

Description

msgLen

Number

total length of the message (including


message length itself)

seqID

String

message ID

Opcode

Constant
VALUE = 131

131 - operation code for Location


message received from radio

remoteRa String
dio

The radio which sent the GPS

locationTi Number
me

GPS position time received from the


satellite (UNIX timestamp)
Example: 1476690332 = 17/10/2016 @
7:45am (UTC)

speed

Number

Device speed

latitude

Double

Device latitude

longitude

Double

Device longitude

afeMobile TCPServerConsole config file


[SERVER]
/*tcp server port*/
port = 8888
[Database]
/*credentials for db connection*/
IP = 127.0.0.1
Schema = safedispatchdb
User = postgres
Passwd = wizdemo26
Port = 5432
[MessageBus]
/*multicast ip and port to interract with
Safedispatch system*/
ip = 224.30.0.1
port = 17287

eMobile TCPServerConsole screenshots

SafeMobile GPS Positions to Excel


[Database]
IP = 127.0.0.1
Schema = safedispatchdb
User = postgres
Passwd = wizdemo26
Port = 5432

You might also like