首页 > 学院 > 开发设计 > 正文

Qtudp组播编程

2019-11-06 06:23:21
字体:
来源:转载
供稿:网友

其必须指定为ipV4。

编程为:

udpSocket->bind(QHostAddress::AnyIPv4, 8888);    //加入某个组播    //组播地址是D类地址    udpSocket->joinMulticastGroup( QHostAddress("224.0.0.2") );


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表