Introducing "gsmmap" to convert SYSTEM INFORMATION log into a KML map
authorAndreas.Eversberg <jolly@eversberg.eu>
Sun, 24 Oct 2010 14:12:58 +0000 (14:12 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Sun, 24 Oct 2010 14:12:58 +0000 (14:12 +0000)
commita8ac4bb2dffe2dfe8030ad9f34ec10a4f9684d54
treed384bb6d5a3b626f60d26ea452790b0ea7454801
parent462015a91e3e64d41fedf91aec71c50cacf8e14c
Introducing "gsmmap" to convert SYSTEM INFORMATION log into a KML map
12 files changed:
src/Makefile
src/host/gsmmap/.gitignore [new file with mode: 0644]
src/host/gsmmap/Makefile.am [new file with mode: 0644]
src/host/gsmmap/configure.ac [new file with mode: 0644]
src/host/gsmmap/geo.c [new file with mode: 0644]
src/host/gsmmap/geo.h [new file with mode: 0644]
src/host/gsmmap/git-version-gen [new file with mode: 0755]
src/host/gsmmap/gsmmap.c [new file with mode: 0644]
src/host/gsmmap/locate.c [new file with mode: 0644]
src/host/gsmmap/locate.h [new file with mode: 0644]
src/host/gsmmap/log.c [new file with mode: 0644]
src/host/gsmmap/log.h [new file with mode: 0644]