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. Redundant udp receiver

Redundant udp receiver

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 743 Views 1 Watching
  • 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 frnds i am new to qt and trying to develop a redundant udp data receiver in qt. There are two udp servers sending data at every 1000ms. I want that by default the receiver should receive the data from serever01 and if within 2s if there is no data available at server01 then it should switch to server02 and start receiving data. How can i implement this in qt. please reply thank u all in advance.

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      Hi.
      Have you try make a simple network app first?
      look at exapmples:
      "qt-5.0 examples-network":http://qt-project.org/doc/qt-5.0/qtnetwork/examples-network.html
      After studying this you will be able to guess how to solve your problem.

      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