Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt5.5 multicast program use wlan IP cannot receive packages with wired net is working
Forum Updated to NodeBB v4.3 + New Features

Qt5.5 multicast program use wlan IP cannot receive packages with wired net is working

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 141 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zlbzeb
    wrote on last edited by
    #1

    here is the codes:
    udpSocketA = new QUdpSocket(this);
    int rec = udpSocketA->bind(QHostAddress("192.168.5.3"),37224, QUdpSocket::ShareAddress);
    groupAddressIn = QHostAddress("239.255.35.1");
    udpSocketA->joinMulticastGroup(groupAddressIn);

    questions:
    the receive divice can receive my computer send data, but my computer cannot receive data with wired network card is not forbidden.If the wired network card is forbidden, my computer can receive multicast data.
    I want to know how to resolve the question, thanks!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved