ugps: add a minimal gps daemon
authorJohn Crispin <blogic@openwrt.org>
Fri, 1 Aug 2014 09:37:49 +0000 (09:37 +0000)
committerJohn Crispin <blogic@openwrt.org>
Fri, 1 Aug 2014 09:37:49 +0000 (09:37 +0000)
commit875e5f14ce86d36fa2a492334b178f0cb3b1b7c3
tree0b21e68358e4e9e3a2def51d3e99ccf1f4fb7c39
parent4796b0e613cf84e47d568f64d14ae6c1f6b69483
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41929 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]