Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 515 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 515 Bytes

UDP-Proxy-Server

UDP Proxy Server to Navisport

Start server to default port (15949)

node ./release/index.js

Message types

Passing

{
  "packageId": "package1",
  "deviceId": "12412",
  "type": "Passing",
  "payload": {
    "chip": "205275",
    "timestamp": "2020-01-01T10:00:00Z",
  }
}

Ping

{
  "packageId": "package1",
  "deviceId": "12412",
  "type": "Ping"
}

Acknowledgment

{
  "packageId": "package1",
  "type": "Acknowledgment"
}