bjeanes / modbus-mqtt

A bridge between Modbus (TCP, RTU, Sungrow WiNet-S) and MQTT
6 stars 1 forks source link

Massive refactor, with some (breaking) changes #4

Closed bjeanes closed 2 years ago

bjeanes commented 2 years ago

v0.1.0 was a prototype with next to no error handling. This is essentially a rewrite taking some clues from mini-redis as to how to architect a tokio app. There is definitely more to do here to make it more resilient and recover from errors and gracefully shutdown tasks, but this is a huge improvement.

Breaking changes

Known issues

Future