1
0
Fork 0
Commit Graph

5 Commits (5fc0e5b3a229a76fd93b19800258375e4ac842e8)

Author SHA1 Message Date
Bo Jeanes 2d8612348f Updating to MQTT with parsed state working
However, definitely getting some TCP issues to Modbus client, likely due
to unsafe polling of a task or something. If the connection establishes,
it seems rock solid, but sometimes it will get a "could not fill buffer"
error early on and then it just doesn't work.

It seems to come in waves. I think I'll need to handle it specifically
and restart the connection, if I can't identify the root cause.
2022-09-09 16:12:58 +10:00
Bo Jeanes f87fcec1cf Update serde_aux for fix in vityafx/serde-aux#26 2022-09-06 08:50:56 +10:00
Bo Jeanes c664117971 Fix latest clippy errors 2022-09-01 08:24:58 +10:00
Bo Jeanes bfdbf651ba Add homepage and repository to manifests 2022-08-30 17:01:08 +10:00
Bo Jeanes e3d4d024ce Implement basic WiNet-S modbus driver
This also splits the project into 3 crates, which are _theoretically_
indepently useful, though the target audience will be very small...
2022-08-30 16:28:33 +10:00