mqttclient
mqttclient copied to clipboard
php mqtt client
Results
1
mqttclient issues
Sort by
recently updated
recently updated
newest added
Using the example provided: `$r = new \mqttclient\src\swoole\MqttClient('127.0.0.1', 1883, 10017);` `$r->setAuth('username','password');` `...` `$r->connect();` The 'username' and 'password' are never sent to the MQTT server. With using Wireshark, this can be...