修改位置:
require_once __DIR__ . '/../../Workerman/Autoloader.php';
Autoloader::setRootPath(__DIR__);
$gateway = new Gateway("Text://0.0.0.0:8282");
$gateway->transport = 'udp';
$gateway->name = 'MyAppGateway';
$gateway->count = 4;
$gateway->startPort = 2900;
$gateway->registerAddress = '127.0.0.1:1238';
使用nc命令訪問
提示報(bào)錯(cuò):
PHP Notice: Undefined property: Workerman\Connection\UdpConnection::$gatewayHeader in /root/文檔/sevice_linux/GatewayWorker/Gateway.php on line 259
Notice: Undefined property: Workerman\Connection\UdpConnection::$gatewayHeader in /root/文檔/sevice_linux/GatewayWorker/Gateway.php on line 259
PHP Notice: Undefined property: Workerman\Connection\UdpConnection::$session in /root/文檔/sevice_linux/GatewayWorker/Gateway.php on line 262
寫的一個(gè)小的物聯(lián)網(wǎng)項(xiàng)目,需要通過udp接收數(shù)據(jù)