ARC_Starter/README.md

384 B

First working TCP SIA-DC09 logger. Logs to mariadb.

No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 protocol data.

Current folder structure: ├── docker-compose.yml ├── Dockerfile ├── frontend │ └── index.html ├── nginx.conf ├── README.md ├── requirements.txt ├── tcp_sia_server.py └── tester.py