Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved How can I get applications that use the internet?

    General and Desktop
    2
    6
    1033
    Loading More Posts
    • 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.
    • I
      Ibrahim last edited by

      Hi; I want to get applications that use the internet. I want to get applications how much using the internet. How can I do that? Thanks.

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        hi
        Not really clear what you ask :)

        http://doc.qt.io/qt-5/examples-network.html

        shows how to do network.

        I 1 Reply Last reply Reply Quote 0
        • I
          Ibrahim @mrjj last edited by Ibrahim

          @mrjj I am sorry :). I say I want to control internet traffic like NetBalancer in Qt / C++. How can I do that?

          mrjj 1 Reply Last reply Reply Quote 1
          • mrjj
            mrjj Lifetime Qt Champion @Ibrahim last edited by

            @Ibrahim
            Hi
            do you mean for other applications ?
            Not just your own?

            I 1 Reply Last reply Reply Quote 0
            • I
              Ibrahim @mrjj last edited by

              @mrjj Yes I do. I want to know which applications are using the internet? And I want limit the applications (for internet).

              mrjj 1 Reply Last reply Reply Quote 0
              • mrjj
                mrjj Lifetime Qt Champion @Ibrahim last edited by

                @Ibrahim
                Hi
                You would need a signed driver/service to do such thing.
                https://msdn.microsoft.com/en-us/library/windows/hardware/ff554678(v=vs.85).aspx

                Its not possible with Qt.
                You must use native platform SDK
                Maybe you can find something here
                https://msdn.microsoft.com/en-us/library/windows/desktop/aa374094(v=vs.85).aspx
                http://www.winpcap.org/misc/features.htm

                For a better start sample you should ask in Windows programming forum
                or stack exchange maybe.

                Please note. This is pretty hardcore so be prepared to read a lot of docs :)

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post