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. Qt Remote Objects help
Forum Updated to NodeBB v4.3 + New Features

Qt Remote Objects help

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 495 Views
  • 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
    Mike Harris
    wrote on last edited by
    #1

    I'm hoping this is the right library.

    What I'm trying to do is create a c++ object of a remote machine (like when you ssh into a machine).

    I'm hoping I can run QNetworkInterface on this remote object and other shell commands from the main program on the local machine.

    Speed is the key as well as full access to the machine.

    Is remote object the right library?

    Or make a seperate Qt application just for that machine and be able to call functions of that Qt application for that machine remotely

    jsulmJ 1 Reply Last reply
    0
    • M Mike Harris

      I'm hoping this is the right library.

      What I'm trying to do is create a c++ object of a remote machine (like when you ssh into a machine).

      I'm hoping I can run QNetworkInterface on this remote object and other shell commands from the main program on the local machine.

      Speed is the key as well as full access to the machine.

      Is remote object the right library?

      Or make a seperate Qt application just for that machine and be able to call functions of that Qt application for that machine remotely

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Mike-Harris What OS is running on the remote machine?
      Usually one would use SSH for UNIX/Linux for that. Implementing your own solution is a lot of work and making it secure is even harder.
      See https://github.com/lvklabs/QSsh for SSH with Qt.

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

      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