I was working out/thinking about using a simple UDP protocol to send messages between 2 apps, and i started thinking about "what if" disconnection scenarios, and knowing if messages made their way ...
MCUs are ideal MQTT clients because the protocol is lightweight and designed for low-bandwidth, low-RAM environments.
WebSockets is a network communication protocol that enables two-way client-server communication. WebSockets are often used for applications that require instantaneous updates, using a persistent ...