https://github.com/boostchicken/ds1-test-harness
A WebSocket server that emulates DS1 API
https://github.com/boostchicken/ds1-test-harness
Last synced: about 2 months ago
JSON representation
A WebSocket server that emulates DS1 API
- Host: GitHub
- URL: https://github.com/boostchicken/ds1-test-harness
- Owner: boostchicken
- License: gpl-3.0
- Created: 2023-02-22T00:52:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T22:03:59.000Z (about 3 years ago)
- Last Synced: 2025-03-13T10:44:48.233Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# DS1-test-harness
Emulate DS1 CAN Websockets
## Usage
1. Execute ws.py
1. Connect to localhost:9997 with a websocketclient
1. send "ds2start" over the web socket
1. onMessage in your client will be invoked, the binary version not the text one.
## Limitations
I only captured one Frame of binary data on the 1st raster group (there are two, for sampling different values at different rates)
However, it would be very easy to capture more and add them if you desire. Just use DevTools to monitor the WebSocket after hitting "start" on the Data tab.
## Support
There is none except what I and other community members provide.
### *DO NOT CONTACT DYNOSPECTRUM FOR SUPPORT*
These apis are not documented and subject to breaking changes at any time.