json schema added for checking incoming messages

This commit is contained in:
johan
2013-08-17 19:20:19 +02:00
parent 59e13a2b5f
commit b66c397a46
7 changed files with 158 additions and 10 deletions

View File

@@ -18,6 +18,9 @@ JsonServer::JsonServer(Hyperion *hyperion, uint16_t port) :
// Set trigger for incoming connections
connect(&_server, SIGNAL(newConnection()), this, SLOT(newConnection()));
// make sure the resources are loaded (they may be left out after static linking
Q_INIT_RESOURCE(resource);
}
JsonServer::~JsonServer()