Skip to content
Rémi Bèges edited this page Feb 15, 2016 · 23 revisions

Instanciate TM_state

    TM_state myState;

Perform the initialization

   init_telemetry(&state &transport);

And immediately start publishing on a topic

   publish_i32("foo",123);

And that's it.

If you connect to the device with pytelemetrycli, you can run a few commands to observe the result desktop-side: todo : animated ttty gif

 >: ls
foo
 >: print foo
123

Overview of the complete script

Setup

Get started for embedded platforms

Get started for remote debug and remote control

  • Fast data visualization with the command line interface (todo)
  • Fast prototyping remote program control with python (todo)

General knowledge

Troubleshooting

  • Frequently Asked Questions todo

Examples and projects

Clone this wiki locally