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. QudpSocket

QudpSocket

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 410 Views 2 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.
  • S Offline
    S Offline
    satyanarayana143
    wrote on last edited by
    #1

    Hi friends,

    can anybody tell how to send list of files in directory to Qudpsocket.And some example.

    JonBJ 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      For how to use QudpSocket
      https://www.bogotobogo.com/Qt/Qt5_QUdpSocket.php
      and
      https://forum.qt.io/topic/64817/how-to-read-all-files-from-a-selected-directory-and-use-them-one-by-one
      (answer by @the_ )

      There is no concept of files, so you need somehow tell the receiver under what file name to store the data.

      Also, you should be aware that QUdpSocket is not optimal for files.
      https://forum.qt.io/topic/37498/transferring-file-over-qudpsocket

      1 Reply Last reply
      3
      • S satyanarayana143

        Hi friends,

        can anybody tell how to send list of files in directory to Qudpsocket.And some example.

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @satyanarayana143
        Proposing to use UDP sockets for what you say would be "unusual". Do you want to explain what you are actually trying to achieve?

        1 Reply Last reply
        1

        • Login

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