CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2014
    Posts
    35

    help in transfering DATA Through WIFI

    i want help in this project.

    i have to transfer some DATA via Weak WIFI through (Winsock) or any other local transfering and i want code written in c++ (to use in codeblocks-8.02mingw)

    but i want to spilit the file or Data into sections like in IDM to make it have more speed.

    can any one help me in this

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: help in transfering DATA Through WIFI

    It's not clear from your post what sort of help you do need. WiFi is just a replacement of a wired network interconnection, so there would be no difference in operating with TCP/UDP socket.

    You want it in C++, then do it. You want to split your DATA (I guess it must be big data ), then split it. Frankly, I have no idea what IDM is, but I really doubt you can improve anything in case of weak wireless signal just by splitting data.
    Best regards,
    Igor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured