Start on embedded MQTT-SN gateway

This commit is contained in:
Ian Craggs
2016-01-07 09:38:00 +00:00
parent 9a442c4f9a
commit 29dbce0302
7 changed files with 1174 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
/*
* main.cpp
*
* Created on: Jan 5, 2016
* Author: icraggs
*/
void read_config()
{
}
int main(int argc, char* argv[])
{
// 1. listen for MQTT-SN connections
// 2. connect to MQTT broker
// 3. listen for MQTT-SN packets, and act on them
// 4. listen for MQTT packets too, and act on them
return 0;
}