Metadata-Version: 2.4
Name: spacecan
Version: 0.7.0
Summary: Python implementation of SpaceCAN protocol
Author-email: LibreCube <info@librecube.org>
License: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: python-can
Dynamic: license-file

# Python SpaceCAN, Version 0.7

SpaceCAN is a highly reliable onboard command and monitoring bus for use in satellites, drones, rovers, and other mobile robotic systems.

This Python package implements the [SpaceCAN protocol](https://librecube.gitlab.io/standards/spacecan/).

## Getting Started

Install via pip:

```
pip install spacecan
```

Refer to the [Operation Guide](docs/operation/index.md) to learn how to use this Python package.

Refer to the [Configuration Guide](docs/configuration/index.md) on how to configure your SpaceCAN network.

## Modify

To modify, refer to the "src" folder for all the source files.

## Contribute

To contribute to this project, please refer to the open issues.

Make sure to read the [LibreCube Documentation](https://librecube.gitlab.io/) to understand how we work.

Need help? Reach us at [Matrix](https://app.element.io/#/room/#librecube.org:matrix.org) or write us an [Email](mailto:info@librecube.org).

## License

The MIT license applies. See the [LICENSE](./LICENSE.txt) file for details.
