Initial code check-in 19/21119/1 halibut 7.99.1 7.99.2 7.99.3 8.0.0 8.0.1 8.0.2 8.0.3 8.0.4 8.0.5 8.0.6 8.99.1 8.99.2 8.99.3 8.99.4 8.99.5 halibut/7.99.1 halibut/7.99.2 halibut/7.99.3 halibut/8.0.0 halibut/8.0.1 halibut/8.0.2 halibut/8.0.3 halibut/8.0.4 halibut/8.0.5 halibut/8.0.6 halibut_7.99.1 halibut_7.99.2 halibut_7.99.3 halibut_8.0.0 halibut_8.0.1 halibut_8.0.2 halibut_8.0.3 halibut_8.0.4 halibut_8.0.5 halibut_8.0.6 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish/8.99.5 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4 icefish_8.99.5
authorScott Murray <scott.murray@konsulko.com>
Tue, 23 Apr 2019 01:38:18 +0000 (21:38 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 23 Apr 2019 02:42:06 +0000 (22:42 -0400)
commitb523b0c8cc37a989bfb84a5ebefe1ec1f2b0cbfb
tree482f3fee892fc0a0a327d256bd25134fb6996e15
Initial code check-in

A simple telematics demo application for AGL.  It reads vehicle and
engine speed from the CAN low-level binding and publishes them via
MQTT.

Change-Id: Ib85904e87919053cad1215b3f53cee81db25c94a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
23 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
app/CMakeLists.txt [new file with mode: 0644]
app/afbclient.cpp [new file with mode: 0644]
app/afbclient.h [new file with mode: 0644]
app/configuration.cpp [new file with mode: 0644]
app/configuration.h [new file with mode: 0644]
app/event.cpp [new file with mode: 0644]
app/event.h [new file with mode: 0644]
app/gps.cpp [new file with mode: 0644]
app/gps.h [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
app/mqttclient.cpp [new file with mode: 0644]
app/mqttclient.h [new file with mode: 0644]
app/network.cpp [new file with mode: 0644]
app/network.h [new file with mode: 0644]
autobuild/agl/autobuild [new file with mode: 0755]
autobuild/linux/autobuild [new file with mode: 0755]
conf.d/cmake/config.cmake [new file with mode: 0644]
conf.d/wgt/config.xml.in [new file with mode: 0644]