I'm using Mosquitto MQTT broker in my embedded Linux device. The current topology is like below:
MQTT clients(Publishers) -------MQTT broker--------MQTT clients(Subscribers)
To get the data from MQTT broker which data are published by client, shall I create MQTT clients(Subscribers) in my embedded Linux device?
Is there any way to make a simple application in c or c++ to get the data from MQTT broker which data were published by clients(publisher) so that CPU time and memory than creating MQTT client(sub)? Please let me know how. Thank you. //Daum