- This topic has 1 reply, 2 voices, and was last updated 9 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Raspberry Pi › MQTT
Is it possible to send the sensor data to web page using mqtt protocol. Particularly i want to interface a tempeature sensor to raspberry pi and send the sensor output to web page using Mqtt Protocol.
Thank You
Hi,
It is 100% possible with the MQTT protocol. Actually this protocol is meant for this type of applications. MQTT has a client/server model, where every sensor is a client and connects to a server, known as a broker, over TCP.