Packaging MQTT into HTTP Requests in IoT
In web development, we are accustomed to HTTP requests, while MQTT is relatively unfamiliar.Although it is possible to use MQTT on the web, it can be quite cumbersome.We first define the topic /request as the MQTT request and /response as the MQTT response, and then combine them into a single HTTP request.1. Building an MQTT … Read more