References¶
For this project¶
Design documents for this project are in the wiki under the Design Doc X series.
For support libraries¶
| Name | Purpose | Link |
|---|---|---|
| Host PC | ||
| Python | Language | python.org |
| Language reference | python.org | |
| Standard library | python.org | |
| uv | Core tool | astral.sh |
| poe | Core tool | natn.io |
| ruff | Code analyzer | astral.sh |
| ty | Code analyzer | astral.sh |
| pytest | Test runner | pytest.org |
| zensical | Documentation | zensical.org |
| click | Command line interface | palletsprojects.com |
| pySerial | Serial port IO | readthedocs.io |
| wmi | Windows system inspection | me.uk |
| psutil | System and process utilities | readthedocs.io |
| gmqtt | MQTT client | github.com |
| mosquitto | MQTT server | mosquitto.org |
| ttkbootstrap | GUI extension | readthedocs.io |
| pandas | Data processing | pydata.org |
| matplotlib | Plotting | matplotlib.org |
| circup | QT Py tool | readthedocs.io |
| Sensor node | ||
| MicroPython | Supervisor | micropython.org |
| CircuitPython | Language | adafruit.com |
| Standard library | circuitpython.org | |
| Core modules | circuitpython.org | |
| Drivers | Sensor support | circuitpython.org |
| MiniMQTT | MQTT client | circuitpython.org |
| ASCII | Binary codes for characters | ss64.com |
| XTerm | Code sequences for terminals | invisible-island.net |