An application that outputs input from a serial port as an HTTP server.
For standart use
$ cargo run
If you want to decode serialport inputs in a specific way, please run as below.
$ cargo run -- -e {encode-type}
You can currently choose
- COBS
- CRLF (store inputs to buffer until '\n' received)