OreSat CFC OLAF app
Project description
OreSat CFC Software
Software for Linux version of the CFC (Cirrus Flux Camera) card.
Like all OreSat software projects it is built using OLAF (OreSat Linux App Framework), which it built ontop of CANopen for Python. See the oresat-olaf repo for more info about OLAF.
When this project is running on the real hardware it will required the
prucam-pirt1280 kernel module.
See https://github.com/oresat/oresat-prucam-pirt1280 for more info.
Quickstart
Install dependenies
$ pip3 install -r requirements.txt
Make a virtual CAN bus
$ sudo ip link add dev vcan0 type vcan
$ sudo ip link set vcan0 up
Run the CFC app
$ python3 -m oresat_cfc
Can select the CAN bus to use (vcan0, can0, etc) with the -b BUS arg.
Can mock hardware by using the -m HARDWARE flag.
- The
-m allflag can be used to mock all hardware (CAN bus is always required). - The
-m cameraflag would only mock the camera - The
-m tecflag would only mock the TEC
See other options with -h flag.
A basic Flask-based website for development and integration can be found at
http://localhost:8000 when the software is running.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oresat_cfc-0.1.1.tar.gz.
File metadata
- Download URL: oresat_cfc-0.1.1.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c2fb55a8df37b4bc908dedda3aa050a8aff3eac9f286fba157e6d1179c21115
|
|
| MD5 |
e070445a9865cbf02ae980165254671e
|
|
| BLAKE2b-256 |
3608e6317630e442e63911ad516f00091cc4a86a165e5c0f4d7253b51713f1e4
|
File details
Details for the file oresat_cfc-0.1.1-py3-none-any.whl.
File metadata
- Download URL: oresat_cfc-0.1.1-py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d593464ea7d534997d0dd180a08c28d2457f212e1d0728621cf8108853e7329
|
|
| MD5 |
45d1c4b2d78012e08a1fe799006d4eda
|
|
| BLAKE2b-256 |
0f4593e761a76fe4cefe42746d92f0d5db089b12d9cc6e48d16c693ad56f07a6
|