commit | 76f29d67938a8f3dc6a44eb1c812049fdd757f2e | [log] [tgz] |
---|---|---|
author | Pavel Kirienko <pavel.kirienko@gmail.com> | Sat Jul 24 19:57:28 2021 +0300 |
committer | GitHub <noreply@github.com> | Sat Jul 24 09:57:28 2021 -0700 |
tree | 1dbc6f8279bc4f4bc4ad01c6f5fb7f5de4882bf5 | |
parent | 90c6b37733411538ba7462f9c7e3ba9037ab6eae [diff] |
Remove section "legacy considerations" from the installation docs (#174) * Remove legacy considerations because https://github.com/UAVCAN/pyuavcan/issues/166 is fixed * Bump patch version
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.