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 to open the Internet connection (dialup) on PC using the Qt functions for 3G modem?
Forum Updated to NodeBB v4.3 + New Features

How to open the Internet connection (dialup) on PC using the Qt functions for 3G modem?

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

    I want to write an desktop application - a communicator (dialer) 3G modem connection for accessing the Internet applications on a personal computer, measures traffic, monitors connection, its speed.
    Management AT commands for me - it is clear.
    My question: How to open the Internet connection on PC using the Qt functions to open the transparent channel for all desktop applications?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Make_Pic
      wrote on last edited by
      #2

      What do you think about RAS API for Qt5?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Make_Pic
        wrote on last edited by
        #3

        Then another question: in Qt (under minGW, not MVS20XX) of the latest versions, is there a tool (functions \ lib) to work with msdn RASDIAL to open the connection as in the example below?
        3G Modem Internet Dialer

        1 Reply Last reply
        1
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          So basically you have a serial port to connect to your modem and send AT commands ? So QSerialPort should do the job.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 1 Reply Last reply
          1
          • SGaistS SGaist

            Hi,

            So basically you have a serial port to connect to your modem and send AT commands ? So QSerialPort should do the job.

            M Offline
            M Offline
            Make_Pic
            wrote on last edited by
            #5

            @SGaist This is understandable for me. I'm asking: how to make a remote connection (RAS) on a PC? Specifically: How to connect the rasapi32.lib library to Qt5?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Usually something like LIBS += -lrasapi32

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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