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. Multicast sender in qt 4.5.6
QtWS25 Last Chance

Multicast sender in qt 4.5.6

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 970 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.
  • C Offline
    C Offline
    chandradeo
    wrote on last edited by
    #1

    HI frineds i am trying to develop a multicast sender application in Qt 4.5.1 . I browsed the internet and found multicast sender example code. But this code uses the code
    @ udpSocket->setSocketOption(QAbstractSocket::MulticastTtlOption, newTtl);@ which is not available in qt 4.5.1 . The MulticastTtlOption is available only in qt 4.8 and above. So can anybody tell me how to send multicast in lower versions of Qt. Thank u all in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      If you don't have the choice of upgrading your Qt version (which is pretty old by the way) You can try to back port the needed classes or use the system specific socket API.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chandradeo
        wrote on last edited by
        #3

        [quote author="SGaist" date="1391464118"]Hi,

        If you don't have the choice of upgrading your Qt version (which is pretty old by the way) You can try to back port the needed classes or use the system specific socket API.

        [/quote]

        Hi SGaist Thank u for ur reply.

        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