Change so new json format is used, and json parsing in websocket is done per name...
authorMichael Carpenter <malcom2073@gmail.com>
Wed, 5 Dec 2012 00:19:39 +0000 (19:19 -0500)
committerMichael Carpenter <malcom2073@gmail.com>
Thu, 6 Dec 2012 00:00:12 +0000 (19:00 -0500)
commit53a0857b0a68c01feeb75a517b00aec606848477
tree347d58fd8d46f8650b4cfc18d12e701052d3c575
parent65df90bd9ddb07d26f23e60588f97d26643f1261
Change so new json format is used, and json parsing in websocket is done per name/type values, rather than universally. Also, fixes to allow for use of UUID's to tag incoming websocket messages so the responses go to the right subscribers
plugins/websocketsink/websocketsink.cpp
plugins/websocketsink/websocketsinkmanager.cpp
plugins/websocketsink/websocketsinkmanager.h
plugins/websocketsourceplugin/websocketsource.cpp
plugins/websocketsourceplugin/websocketsource.h