Skip to content

boostchicken/ds1-test-harness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DS1

DS1-test-harness

Emulate DS1 CAN Websockets

Usage

  1. Execute ws.py
  2. Connect to localhost:9997 with a websocketclient
  3. send "ds2start" over the web socket
  4. 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.