Open heyschultzy opened 5 months ago
Our own tools are the best examples. You can find all of them here: https://github.com/OpenC3/cosmos/tree/main/openc3-cosmos-init/plugins/packages
As far as telemetry, the web tools use the same methods available for scripting (just a javascript version) https://docs.openc3.com/docs/guides/scripting-api#handling-telemetry
Thanks--some of those tools have a lot of code (and extra functionality) to follow. Do you have one that you would recommend as the most straightforward example?
PacketViewer is probably the simplest for polling telemetry.
We are wanting to write our own custom vue/js tool with a few buttons and a plot display. We can get the buttons to work and the plot display (sigplot) comes up, but it's not obvious from the documentation on how we get access to telemetry data from an API perspective. Is there documentation on that somewhere or some example code or one of OpenC3's own tools that can be used for a reference on how to do that? Thanks!