1.0.0 • Published 4 years ago

luna-vehicle-service v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

WebSocket Testing

See data by subscribing to a vehicle using wscat:

npm install -g wscat

(replace <THING_ID> with the id of the vehicle you want to subscribe to):

wscat -c wss://ws-api.inertialsense.com -H thing-id:<THING_ID> -H x-api-key:YqK52wVmaA1jW9uVAc97H9Vn9ETmFPw2JuW1J4qf

#local
wscat -c http://localhost:3001 -H thing-id:<THING_ID>