Commit graph

7 commits

Author SHA1 Message Date
finga 54abe207e0 Release first version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-04-24 18:28:13 +02:00
finga bd0dce1bce Add command line arguments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
To not rely on hardcoded values introduce command line arguments.
2022-04-23 23:24:38 +02:00
finga b20ed73290 Also listen for http requests and serve metrics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use axum to listen for http requests to respond with the metrics.
2022-04-23 21:02:56 +02:00
finga e820273c89 Read asynchronous from serial
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use tokio to read asynchronous from serial port.
2022-04-23 21:01:51 +02:00
finga 1d5f5fd0f3 Add logging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Print some somewhat usefull log messages.
2022-04-23 20:31:57 +02:00
finga 70d55e909d Read linewise from serial port
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-04-23 01:42:09 +02:00
finga a1dcd606d9 Read from hardcoded serial port
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-04-23 01:42:02 +02:00