Transport layer
HTTP/HTTPS and MQTT connection parameters, regional endpoints, and code examples for sending NGP messages.
HTTP/HTTPS
Parameter
Value
Region
Endpoint
Code
Meaning
curl --location 'tracker.navixy.com:47642' \
--header 'Content-Type: application/json' \
--data '{
"message_time": "2024-10-10T06:00:11Z",
"device_id": "1112312212",
"location": {
"latitude": 34.15929687705282,
"longitude": -118.4614133834839,
"satellites": 3
},
"battery_level": 68
}'MQTT
QoS
Behaviour
Parameter
Value
Last updated
Was this helpful?