Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Maximum clients for MQTT-SN Gateway

Hello, 
I had a question about the MQTT-SN Gateway code found here:
https://github.com/eclipse/paho.mqtt-sn.embedded-c/tree/master/MQTTSNGateway

I see the maximum number of clients is set to 100 in the code. Is this number based on any software or hardware limitations? What would i need to do in order to increase the maximum supported clients to 10,000 for example, other than changing the constant?



Back to the top