ugps: add a minimal gps daemon
authorJohn Crispin <john@openwrt.org>
Fri, 1 Aug 2014 09:37:49 +0000 (09:37 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 1 Aug 2014 09:37:49 +0000 (09:37 +0000)
commit08a03debd96f1c2a0b02d5ef655dbc3aff829382
tree7623577ea9430ac7fdfc89cd2836d3a5de8f6d1a
parent8dac6739f8c870e97ae3dca1b133beae2bfecd27
ugps: add a minimal gps daemon

* set the system time/data
* "ubus call gps info" will tell you lattitude, longitude, elevation, speed and bearing

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41929
package/utils/ugps/Makefile [new file with mode: 0644]
package/utils/ugps/files/gps.config [new file with mode: 0644]
package/utils/ugps/files/ugps.init [new file with mode: 0644]