Skip to content

seppanenjp/udp-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

UDP Proxy Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published