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)
commit57ddea3a6a2b11a1cc0be019b9b0ca1a1c7e9863
tree0b21e68358e4e9e3a2def51d3e99ccf1f4fb7c39
parentceebaf96a588fcd6c418c527830f18c3664b63b9
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]