ugps: add a minimal gps daemon
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Aug 2014 09:37:49 +0000 (09:37 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Aug 2014 09:37:49 +0000 (09:37 +0000)
commit1a8094e30e2305788da66845beaf8f49129066dc
tree0b21e68358e4e9e3a2def51d3e99ccf1f4fb7c39
parent6eb74c283589291c4f6a7073d4adb4b0e147431a
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]