I have a question about the mqtt communication. I am using mosquitto broker and have set up a publisher to send 100 messages without any delay inbetween. Once the sending finishes, rapid scada still receives incoming data. I think, it receives approximately 10 values from the publisher in every second. Is it possible to boost this up somehow? Is it possible to achieve ~100 or more mqtt message receiving in every second?
I’m not sure, but may be MQTT is not very fast communication protocol. To compare, try the Modbus example and measure how many messages you can receive per second.