Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 866 Bytes

python.rst

File metadata and controls

45 lines (30 loc) · 866 Bytes

Python Library

General description of python lib

Available interfaces

The following interfaces are available :

  • Serial <serial>
  • Ivy <ivy>
  • UDP <udp>

Supported protocols

The XBee binary protocol is not supported at the moment.

Running the test programms

The PYTHONPATH environnement variable needs to be set to add the current folder: On bask-like shells: export PYTHONPATH=<path/to/this/directory>:$PYTHONPATH

Then you can run test programs with python -m pprzlink.serial in the case of the serial interface.

API documentation

messages transport ivy serial udp