[fix] Correctly encode and decode function arguments
SpaceCAN is a highly reliable onboard command and monitoring bus for use in satellites, drones, rovers, and other mobile robotic systems.
This MicroPython package implements the SpaceCAN protocol.
Copy the src/spacecan directory to your MicroPython device:
src/spacecan
cp src/spacecan/ <micropython-device>:/spacecan/
You can then import spacecan in your MicroPython scripts.
import spacecan
See the examples folder on how to create and operate a SpaceCAN network.
Alternatively, copy the compiled .mpy files (smaller and faster to load) to the MicroPython device:
cp build/spacecan/ <micropython-device>:/spacecan/
To rebuild the .mpy files, run build.sh. You need to have the mpy-cross package installed for this.
build.sh
mpy-cross
The project is licensed under the MIT license. See the LICENSE file for details.
Visit the LibreCube website (https://librecube.org/) or send us an email (info@librecube.org).
LibreCube(开源教育卫星与组件平台)开源仓库 micropython-spacecan。镜像收录自 https://gitlab.com/librecube/lib/micropython-spacecan,License:以源仓库 LICENSE 为准(MIT / CERN-OHL 等)
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
MicroPython SpaceCAN, Version 0.8.1
SpaceCAN is a highly reliable onboard command and monitoring bus for use in satellites, drones, rovers, and other mobile robotic systems.
This MicroPython package implements the SpaceCAN protocol.
Getting Started
Copy the
src/spacecandirectory to your MicroPython device:You can then
import spacecanin your MicroPython scripts.See the examples folder on how to create and operate a SpaceCAN network.
Alternatively, copy the compiled .mpy files (smaller and faster to load) to the MicroPython device:
To rebuild the .mpy files, run
build.sh. You need to have thempy-crosspackage installed for this.License
The project is licensed under the MIT license. See the LICENSE file for details.
Contact
Visit the LibreCube website (https://librecube.org/) or send us an email (info@librecube.org).