Hello everyone
I'm currently developing an IoT project in Rust and would really appreciate some feedback. Any suggestions or review tips would be really helpful.
It consists of 4 main parts -
Raspberry PI Pico W embedded
MQTT broker
Server
Raw data - to - image cross-platform lib (with UniFFI)
Currently, it is highly mocked due to my ongoing research on overall structure of ultrasound scanning data, and because I only have small Pico on hands.
Embedded device sends temperature from built-in sensor as mocked data.
Server only distributes single instance of ultrasound raw data.
Thanks in advance