issues
search
stanford-ssi
/
sequoia-software
Sequoia flight software
MIT License
6
stars
1
forks
source link
SSI Test Harness for Hardware Integrated Testing
#6
Open
polygnomial
opened
4 years ago
polygnomial
commented
4 years ago
Requirements
A single program
That runs continuously (does not exit)
And connects to all SSI© hardware whenever it's detected
And ingests all telemetry
And parses all telemetry according to parsing definitions defined in config files (like YAML?)
And serves live data to a web interface (using Flot.js or something)
And saves all the data to some kind of log or database or something for later viewing
And can presents an interface to allow testcases (writen in python) to read and write telemetry channels
polygnomial
commented
3 years ago
https://github.com/mytechnotalent/CircuitPython_Unittest
Requirements