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. How can I get applications that use the internet?
Forum Updated to NodeBB v4.3 + New Features

How can I get applications that use the internet?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.3k 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.
  • I Offline
    I Offline
    Ibrahim
    wrote on last edited by
    #1

    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
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • mrjjM mrjj

        hi
        Not really clear what you ask :)

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

        shows how to do network.

        I Offline
        I Offline
        Ibrahim
        wrote on last edited by Ibrahim
        #3

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

        mrjjM 1 Reply Last reply
        1
        • I Ibrahim

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

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

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

          I 1 Reply Last reply
          0
          • mrjjM mrjj

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

            I Offline
            I Offline
            Ibrahim
            wrote on last edited by
            #5

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

            mrjjM 1 Reply Last reply
            0
            • I Ibrahim

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

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @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
              0

              • Login

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