Beta 0.1 – First Linux CLI/backend release

This commit is contained in:
2026-04-12 18:06:47 +02:00
parent dda62c2a37
commit ce1d6e52ab
7 changed files with 1147 additions and 2 deletions

33
NOTICE.md Normal file
View File

@ -0,0 +1,33 @@
# NOTICE / Attribution
## This project
**0005-DenryokuBancho / 電力番長 (Denryoku Banchō)** is a Linux-native CLI fork built to control and automate MightyWatt hardware from Linux.
Its focus is:
- headless operation
- automation pipelines
- CSV logging
- JSON-driven test sequences
- lean deployment on SBC hardware
## Upstream project and credit
This work is based on the original **MightyWatt** project by **Jakub Polonský** (`kaktus85`).
Jakub created the original MightyWatt hardware design and the original software resources, including the Arduino sketches and Windows control program.
Original upstream repository:
- https://github.com/kaktus85/MightyWatt
## Thanks
Many thanks to **Jakub Polonský / `kaktus85`** for designing and publishing the original MightyWatt hardware and software.
This Linux-native fork exists because the original project is good enough to deserve a practical Linux control and automation path.
## License note
This repository is prepared under the **GNU GPL v3**.
Please review the original upstream repository for the exact licensing structure of the original MightyWatt project contents.