Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 566 Bytes

PPRZLINK Python library

Available interfaces

  • serial
  • ivy
  • udp

Supported protocols

  • pprz binary format
  • ascii (ivy)

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.