commit | b87efdfb688d7bb9d757c4de1f3baf39a7252b49 | [log] [tgz] |
---|---|---|
author | Pavel Kirienko <pavel.kirienko@gmail.com> | Fri Apr 02 00:47:00 2021 +0300 |
committer | GitHub <noreply@github.com> | Fri Apr 02 00:47:00 2021 +0300 |
tree | 9738a83acb655ec65d9a985fa3bdfe89dd73562f | |
parent | bdc9db29c63af16c60f8a41b47b27ca0328e5a52 [diff] |
Allow register.Value.assign() to automatically extend/truncate arrays to avoid issues like https://forum.uavcan.org/t/control-and-debug-kotleta20-esc-with-yakut/1176/3\?u\=pavel.kirienko (#162)
PyUAVCAN is a full-featured implementation of the UAVCAN protocol stack intended for non-embedded, user-facing applications such as GUI software, diagnostic tools, automation scripts, prototypes, and various R&D cases.
PyUAVCAN aims to support all features and transport layers of UAVCAN, be portable across all major platforms supporting Python, and be extensible to permit low-effort experimentation and testing of new protocol capabilities.
It is designed to support GNU/Linux, MS Windows, and macOS as first-class target platforms. However, the library does not rely on any platform-specific capabilities, so it should be usable with other systems as well.
UAVCAN is an open technology for real-time intravehicular distributed computing and communication based on modern networking standards (Ethernet, CAN FD, etc.). The acronym UAVCAN stands for Uncomplicated Application-level Vehicular Computing And Networking.
READ THE DOCS: pyuavcan.readthedocs.io
Ask questions: forum.uavcan.org
See also: Yakut -- a CLI tool for diagnostics and management of UAVCAN networks built on top of PyUAVCAN.