https://github.com/cwahn/ycs1008-01
YCS1008 01 WebSocket server
https://github.com/cwahn/ycs1008-01
Last synced: 12 months ago
JSON representation
YCS1008 01 WebSocket server
- Host: GitHub
- URL: https://github.com/cwahn/ycs1008-01
- Owner: cwahn
- Created: 2023-11-28T02:04:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:05:38.000Z (over 2 years ago)
- Last Synced: 2025-03-29T00:28:21.048Z (about 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YCS1008-01 WebSocket Server
http://arsvivendi.io/ycs1008
## Topology
Messages from each clients will be broadcasted to the other clients connected to the same server end point.
## Protocol
```
start: "start"
torque: "t"
pos: "p"
end: "stop"
```