nasa / openmct-tutorial

A tutorial for OpenMCT that guides you through integrating historical and realtime telemetry.
Other
246 stars 104 forks source link

Implement my own telemetry #52

Closed bruno-luca closed 2 years ago

bruno-luca commented 2 years ago

Hi guys,

I'm new to OpenMCT and i'm getting stucked while implementing my own telemetry data. I've cloned openmct-tutorial repository and started it with npm start and everything just work fine. What i would like to do now is to take telemetry sent by a python script and visualize in an appropriate object.

I'm able to create objects for my telemetry with plugins but i can't understand what i have to do to visualize data in those objects. I tried to send data like data = { "timestamp": int(time.time()), "value": value, "id": key } using websocket to ws://localhost:8080/realtime but i think i should send data to something else.

If anyone could help me i'll appreciate it!

jvigliotta commented 2 years ago

Hello! Please see: https://github.com/nasa/openmct/discussions/4776 for more information regarding this. Thanks for reaching out!