Hi guys
I connect to broker with one username and password that i declare in password list
And all users subscribe to one topic
The big problem is if hacker find this username and password,can connect to server with
For i = 1 to 10000
mqtt.Connect(........)
Next
So my server will be busy and be hack
How do keep username and password?
I connect to broker with one username and password that i declare in password list
And all users subscribe to one topic
The big problem is if hacker find this username and password,can connect to server with
For i = 1 to 10000
mqtt.Connect(........)
Next
So my server will be busy and be hack
How do keep username and password?