Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to Update library files from remote?
Qt 6.11 is out! See what's new in the release blog

How to Update library files from remote?

Scheduled Pinned Locked Moved Mobile and Embedded
10 Posts 2 Posters 3.1k 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
    dreamerindia
    wrote on last edited by
    #1

    hi friends,

    I want to upload&upadte the library files of my embedded system from remote.

    So i want to make my ARM System as server or something. so that i can update the system in the remote place from my desk via internet.

    how to do that? any ideas?

    ~Ravivarman~

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

      Hi,

      You have several ways of doing that:

      • Have a server somewhere and write a client/script for your embedded system to get the files there and update them selves

      • Upload your files through ssh to your system

      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
      0
      • D Offline
        D Offline
        dreamerindia
        wrote on last edited by
        #3

        hi
        Thanks.
        Can you give me any example links or something to start?
        :-)

        ~Ravivarman~

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

          How do you access your devices ? Are they completely autonomous ?

          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
          0
          • D Offline
            D Offline
            dreamerindia
            wrote on last edited by
            #5

            Yes its completely autonomous product.
            We can connect Ethernet cable for internet connection.

            ~Ravivarman~

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

              But is it a system that your are selling or using in your enterprise ?

              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
              0
              • D Offline
                D Offline
                dreamerindia
                wrote on last edited by
                #7

                its under R&D soon will be a selling product.

                ~Ravivarman~

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

                  Is the auto update feature something configurable ?

                  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
                  0
                  • D Offline
                    D Offline
                    dreamerindia
                    wrote on last edited by
                    #9

                    i not yet implemented auto update feature.
                    I want to do so.

                    ~Ravivarman~

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

                      The autoupdate can be done from your application, or using an application launcher.

                      Since it's an online auto updater you will need a set of server that your system can contact to retrieve the update information (one server is just completely too dangerous).

                      The information can be a simple xml file (don't forget that once your device is in the wild, you can't change the xml format).

                      Then you will have to download the new files/archive and overwrite your system with it. Depending on your software you will have to restart your system and/or application.

                      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
                      0

                      • Login

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