[AMBClient] - somewhat working json protocol engine
authorKevron Rees <tripzero.kev@gmail.com>
Mon, 2 Feb 2015 07:45:20 +0000 (23:45 -0800)
committerKevron Rees <tripzero.kev@gmail.com>
Mon, 2 Feb 2015 07:45:20 +0000 (23:45 -0800)
commit108d479b3eead2b6719ce26292baafd5cf143556
tree62f9a28a03d6714a258f695a37c742957d8c9694
parent1c8ee9a04cf4fca5e133406a028f0ef1243810e9
[AMBClient] - somewhat working json protocol engine
23 files changed:
README.md
lib/CMakeLists.txt
lib/abstractpropertytype.cpp
lib/abstractpropertytype.h
lib/debugout.h
lib/jsonhelper.cpp [new file with mode: 0644]
lib/jsonhelper.h [new file with mode: 0644]
lib/listplusplus.h
lib/mappropertytype.hpp
lib/vehicleproperty.cpp
lib/vehicleproperty.h
plugins/bluemonkey/bluemonkey.cpp
plugins/common/jsonprotocol.cpp
plugins/common/jsonprotocol.h
plugins/exampleplugin.cpp
plugins/testplugin/testplugin.cpp
plugins/testplugin/testplugin.h
plugins/websocket/common.cpp
plugins/websocket/common.h
tests/CMakeLists.txt
tests/testProtocol.cpp [new file with mode: 0644]
tests/testProtocolClient.cpp [new file with mode: 0644]
tests/testProtocolCommon.h [new file with mode: 0644]