-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexander Vdolainen edited this page Aug 25, 2016
·
1 revision
- updates for map data (i.e. patching)
- all data (update chunks, map directory, maps and patches) will be signed
- maps and misc data will available via http, ftp (and via sxmp in future, see plans below)
- server will automatically updating the maps (guess once per week)
- Map directory structure:
- region - file name - update list - latest available
- List of latest versions if maps
- Files with patches list
- Latest maps
- libmapdiff (to apply patches) (libz and libbz2 as well)
- libsxt (to verify signed packages, still thinking about that) (libcrypto as well)
- libcurl (to access http/ftp)
- some small pieces of code to deal with misc data (to determine updates available etc ...)
- GUI to manage maps (download, remove, update)
- Add traffic information to navit, see below:
- a) it should be secure and fast
- b) user accounts required
- c) visualization and data format - still not designed
- Add some social stuff like in waze
- a lot of other things
- sign and verify works
- libmapdiff under development (just started today, spent some time with navit formats and compare)
- daemon is works, just required to describe tasks for it, and find a better way to sync with external processes
- map directory doesn't complete yet
couldn't spent a lot of time with that (contract job eats a lot of my time), hope somebody will join to this subproject.