Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 464 Bytes

discovery.md

File metadata and controls

20 lines (13 loc) · 464 Bytes

Discovery

Before data can be sent and received, the App must discover the server.

PC & PS4

The App sends a broadcast message to UDP/28000 in the form of the following JSON string:

{"cmd": "autodiscover"}

The server responds to the app over UDP with a message of the form:

{"IsBusy": false, "MachineType": "PC"}

XBox One

The app sends a 16 byte broadcast message to port UDP/5050. The format is not currently known.