lp://staging/~thomas-voss/location-service/enable-assist-now-online
Created by
Thomas Voß
and last modified
- Get this branch:
- bzr branch lp://staging/~thomas-voss/location-service/enable-assist-now-online
Only
Thomas Voß
can upload to this branch. If you are
Thomas Voß
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Simon Fels (community): Approve
- Thomas Voß: Pending requested
-
Diff: 1717 lines (+1011/-196)24 files modifiedprebuilt/meta/hooks/configure (+15/-0)
snapcraft.yaml (+5/-2)
src/location/cmds/run.cpp (+4/-0)
src/location/cmds/test.cpp (+9/-1)
src/location/cmds/test.h (+3/-0)
src/location/providers/ubx/CMakeLists.txt (+4/-1)
src/location/providers/ubx/_8/assist_now_online_client.cpp (+160/-0)
src/location/providers/ubx/_8/assist_now_online_client.h (+105/-0)
src/location/providers/ubx/_8/cfg/rst.cpp (+43/-0)
src/location/providers/ubx/_8/cfg/rst.h (+84/-0)
src/location/providers/ubx/_8/gnss_id.cpp (+10/-3)
src/location/providers/ubx/_8/gnss_id.h (+1/-0)
src/location/providers/ubx/_8/message.h (+2/-0)
src/location/providers/ubx/_8/nmea/scanner.cpp (+2/-2)
src/location/providers/ubx/_8/receiver.cpp (+32/-3)
src/location/providers/ubx/_8/receiver.h (+4/-4)
src/location/providers/ubx/_8/scanner.cpp (+17/-11)
src/location/providers/ubx/_8/scanner.h (+3/-0)
src/location/providers/ubx/_8/serial_port_receiver.cpp (+32/-20)
src/location/providers/ubx/_8/serial_port_receiver.h (+8/-2)
src/location/providers/ubx/provider.cpp (+290/-117)
src/location/providers/ubx/provider.h (+53/-23)
src/location/runtime_tests.cpp (+123/-6)
src/location/runtime_tests.h (+2/-1)
Branch information
Recent revisions
- 296. By Thomas Voß
-
Enable AssistNow for ublox 8 receivers.
Support assisted GNSS scenarios and add infrastructure to
query the ublox AssistNow online service. - 295. By Thomas Voß
-
Enable parsing and handling of ublox protocol messages.
By default, we are now using the ublox binary protocol for handling
input originating from a ublox receiver/chipset. More to this, we configure
the chipset to consider GPS, Galileo, GLONASS and SBAS by default.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/location-service