|
@@ -300,11 +300,17 @@ function rcInfoMsg($topic, $msg)
|
|
|
}
|
|
|
function loop()
|
|
|
{
|
|
|
- $server = 'develop.rltest.cn';
|
|
|
+ // $server = 'develop.rltest.cn';
|
|
|
+ // $port = 1883;
|
|
|
+ // $clientId = 'mqttx_test1312412412';
|
|
|
+ // $username = 'rl517';
|
|
|
+ // $password = "rlian2022";
|
|
|
+ // $clean_session = true;
|
|
|
+ $server = '127.0.0.1';
|
|
|
$port = 1883;
|
|
|
- $clientId = 'mqttx_test1312412412';
|
|
|
- $username = 'rl517';
|
|
|
- $password = "rlian2022";
|
|
|
+ $clientId = 'mqttx_testparea'.rand(1234, 99999);
|
|
|
+ $username = 'rl0606';
|
|
|
+ $password = "rlian2023";
|
|
|
$clean_session = true;
|
|
|
|
|
|
$connectionSettings = new ConnectionSettings();
|