Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-11-04 22:30:19 +01:00
parent 6b54d38d53
commit c12a88d12f
1 changed files with 2 additions and 2 deletions

View File

@ -120,9 +120,9 @@ func main() {
// MongoDb
db.InitMongo(cfg.MongoHost, cfg.MongoPort, cfg.MongoDatabase)
// MQTT
// MQTT
mqc := new(clients.MqttConn)
//Sub to everything comming on all channels of all devices
//Sub to everything coming on all channels of all devices
mqc.MqttSub(cfg)
// Serve HTTP