Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Using No-IP services for two network based QML apps
Forum Updated to NodeBB v4.3 + New Features

Using No-IP services for two network based QML apps

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 250 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.
  • Q Offline
    Q Offline
    qcoderpro
    wrote on 27 Jun 2022, 09:18 last edited by
    #1

    My QML apps, server and client works on the same machine similarly like fortune client/server example of QtWidgets but with some minor more features like being able for both to send and receive messages.
    As I said, the apps works fine and it's possible to use them for message exchanging. The thing is that they only work on the same machine. I intend to extend their functionality in order to use them each running on a different machine in a different place for which a global Internet is required for the connection.
    I was suggested to use No-IP services for that purpose, but it hasn't worked up to now! :(
    I've got two questions:

    1. Have your ever used No-IP services?
    2. Is it the choice or can I take advantages of another service?
    J 1 Reply Last reply 27 Jun 2022, 09:51
    0
    • Q qcoderpro
      27 Jun 2022, 09:18

      My QML apps, server and client works on the same machine similarly like fortune client/server example of QtWidgets but with some minor more features like being able for both to send and receive messages.
      As I said, the apps works fine and it's possible to use them for message exchanging. The thing is that they only work on the same machine. I intend to extend their functionality in order to use them each running on a different machine in a different place for which a global Internet is required for the connection.
      I was suggested to use No-IP services for that purpose, but it hasn't worked up to now! :(
      I've got two questions:

      1. Have your ever used No-IP services?
      2. Is it the choice or can I take advantages of another service?
      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 27 Jun 2022, 09:51 last edited by
      #2

      @qcoderpro Are you talking about https://www.noip.com/ ?
      If your app needs to communicate across different machines you need to use TCP/IP or UDP.
      https://www.noip.com/ just gives you a way to register an IP for a domain.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply 27 Jun 2022, 11:13
      0
      • J jsulm
        27 Jun 2022, 09:51

        @qcoderpro Are you talking about https://www.noip.com/ ?
        If your app needs to communicate across different machines you need to use TCP/IP or UDP.
        https://www.noip.com/ just gives you a way to register an IP for a domain.

        Q Offline
        Q Offline
        qcoderpro
        wrote on 27 Jun 2022, 11:13 last edited by
        #3

        @jsulm
        I didn't know there would be a way other than TCP/IP or UDP to establish communication through different apps even on the same machine! Yes, my apps make use of QTcpServer/QTcpSocket classes and a QDataStream for transactions. A copy of the apps may be sent to any couples to use them for messaging, just like typical social texting applications that people download and use on their devices.

        1 Reply Last reply
        0

        1/3

        27 Jun 2022, 09:18

        • Login

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