UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Using BOINC (or Something Similar) For Community Services

    Scheduled Pinned Locked Moved General
    11 Posts 5 Posters 2.1k Views 5 Watching
    Loading More Posts
    • 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.
      • G Offline
        guru @jmwright
        last edited by

        Just a side note re/ uNav: Since the Canonical's UT times I use a modified uNav. It does not go to any server outside the device, but to a small HTTP server running in my BQ E4.5 which in turn presents the maps from OSM stored on the SD card of my device. This allows me to use OSM tiles in offline situations (for example when I'm in Cuba where you do not have cheap and fast data mobile network). The changes in uNav for this is quite simple and the HTTP server is launched on the flight when I start uNav.

        matthias

        1 Reply Last reply Reply Quote 0
        • J Offline
          jmwright
          last edited by

          @guru Thanks for the tip. Have you documented the changes you made anywhere? I'd be interested to see how it's done.

          G 1 Reply Last reply Reply Quote 0
          • G Offline
            guru @jmwright
            last edited by guru

            @jmwright said in Using BOINC (or Something Similar) For Community Services:

            @guru Thanks for the tip. Have you documented the changes you made anywhere? I'd be interested to see how it's done.

            Of course πŸ™‚
            It's here:

            https://www.gitbook.com/book/gurucubano/bq-aquaris-e-4-5-ubuntu-phone/details

            J D 2 Replies Last reply Reply Quote 0
            • J Offline
              jmwright @guru
              last edited by

              @guru Awesome, thanks!

              1 Reply Last reply Reply Quote 0
              • flohackF Offline
                flohack
                last edited by

                Well its a nice idea but for a routing service you probably need a more central approach to not let the users wait too long. But we will find a solution, currently we switched back to OSRM, but it has only car routing. So at least minimum service is prolonged πŸ˜‰

                My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                G 1 Reply Last reply Reply Quote 0
                • G Offline
                  guru @flohack
                  last edited by

                  @flohack said in Using BOINC (or Something Similar) For Community Services:

                  Well its a nice idea but for a routing service you probably need a more central approach to not let the users wait too long. But we will find a solution, currently we switched back to OSRM, but it has only car routing. So at least minimum service is prolonged πŸ˜‰

                  Flohack, my solution was not meant as a routing service. My use case is another: Positioning on the map to understand where I am and in which direction to go, and this without having access to Internet. I'm in Cuba every year for some weeks and for this I've built and documented my solution. I only mentioned this in this topic because maybe there are others in the same situation/use case.

                  arubislanderA 1 Reply Last reply Reply Quote 0
                  • arubislanderA Offline
                    arubislander @guru
                    last edited by

                    @guru
                    I think @Flohack was responing do the OP.

                    πŸ‡¦πŸ‡Ό πŸ‡³πŸ‡± πŸ‡ΊπŸ‡Έ πŸ‡ͺπŸ‡Έ
                    Happily running Ubuntu Touch
                    Google Pixel 3a (20.04 DEV)
                    JingPad (24.04 preview)
                    Meizu Pro 5 (16.04 DEV)

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      doniks @guru
                      last edited by

                      @guru :

                      Of course πŸ™‚
                      It's here:

                      https://www.gitbook.com/book/gurucubano/bq-aquaris-e-4-5-ubuntu-phone/details

                      Why do you have two versions of the qml if you always point it to the same local httpd?

                      Also I think the L100 link doesnt serm to point at that place (anymore) - I see no url there. And unav-go website gives a 404.

                      G 1 Reply Last reply Reply Quote 0
                      • G Offline
                        guru @doniks
                        last edited by

                        @doniks Seems that the page is outdated (and I should correct it). The actual changes in uNav 0.63 itself are:

                        phablet@ubuntu-phablet-bq:/opt/click.ubuntu.com/navigator.costales/0.63$ diff nav/index.htm*
                        246c246
                        < 				source: new ol.source.OSM({url: 'http://localhost:8888/osm/{z}/{x}/{y}.png'}),
                        ---
                        > 				source: new ol.source.OSM({url: '/home/phablet/.local/share/navigator.costales/maps/{z}/{x}/{y}.png'}),
                        phablet@ubuntu-phablet-bq:/opt/click.ubuntu.com/navigator.costales/0.63$ diff nav/class/UI.j*
                        775,776c775
                        < 	// dont change the zoom level (guru@unixarea.de)
                        < 	// this.map_zoom(gps_data['speed'], route_indicator['dist2turn'], route_indicator['dist_track_done'], route_indicator['radar']);
                        ---
                        > 	this.map_zoom(gps_data['speed'], route_indicator['dist2turn'], route_indicator['dist_track_done'], route_indicator['radar']);
                        
                        1 Reply Last reply Reply Quote 1
                        • G Offline
                          guru
                          last edited by

                          I've updated the chapter 5 about uNav, the English and the Spanish page.

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post