Samuel Sadok 40b0df60e6 Squashed 'tools/odrive/pyfibre/' changes from b00819a0..57611dc0
57611dc0 make pyfibre work again

git-subtree-dir: tools/odrive/pyfibre
git-subtree-split: 57611dc088e0d0ed005468387223abab3f0b42b2
2021-01-11 17:09:08 +01:00

PyFibre

This directory provides Python bindings for Fibre. Its home is located here. There's also a standalone repository for this directory here.

Current Status

Currently only client-side features are implemented, that means you can discover objects but you cannot publish objects.

How to use

import fibre

with fibre.Domain("tcp-client:address=localhost,port=14220") as domain:
    obj = domain.discover_one()
    obj.test_function()
S
Description
High performance motor control
Readme
86 MiB
Languages
C++ 32.6%
C 29.8%
Python 19.2%
JavaScript 10.8%
Vue 4%
Other 3.6%