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. Proxy Application
Forum Updated to NodeBB v4.3 + New Features

Proxy Application

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.6k 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.
  • D Offline
    D Offline
    dotK
    wrote on last edited by
    #1

    Sorry my poor english, and if this is not the correct area to do this question.

    I'm starting on Qt now, and I need to do a simple ProxyApplication, with a simple interface(a Login, a Pass, a server and a port camps). I read about QNetworkProxy, and about SQLite (to do the login/pass system)...but I don't know how I can do this, so, please, if the members can give me a tip...

    [.k] - A Mad Programmer

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Adrien Leravat
      wrote on last edited by
      #2

      Concerning SQLite, you can have a look at QSqlDatabase and QSqlQuery classes. Qt provides an easy way to deal with databases, and SQLite is supported.

      If your goal is to create an application to redirect all the computer traffic through a proxy, the QNetworkProxy will probably not be enough, as it will only route connections from your application (and only thoses using Qt Network classes). You'll have to manipulate the OS settings to achieve a system wide effect.

      Hope it helps.

      Adeneo Embedded - www.adeneo-embedded.com

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Why do you need sqlite for a login/password system when accessing a service on the network? Doesn't the service do the authentication for you anyway?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dotK
          wrote on last edited by
          #4

          [quote author="Tobias Hunger" date="1358959076"]Why do you need sqlite for a login/password system when accessing a service on the network? Doesn't the service do the authentication for you anyway?[/quote]

          I need a login/password sytem to the appplication, when I do a logon with the proxy the Login and Password are checked, if match, the proxy is set to all the application. Is because this.

          [.k] - A Mad Programmer

          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