17 lines
400 B
Markdown
17 lines
400 B
Markdown
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
|
|
``` |