This commit is contained in:
Gregor_Dutzler
2019-10-11 10:48:04 +02:00
parent fb2b191a73
commit 26fa5aacbb
4 changed files with 50 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
package com.wasteinformationserver;
import com.wasteinformationserver.mqtt.*;
public class main {
public static void main(String[] args) {
/*
@@ -26,10 +27,8 @@ public class main {
Log.message("thread started");*/
mqtt m = new mqtt();
// m.notifymessage();
m.notifymessage();
m.getDatabasedata();
m.printlist();
// Log.message("mqtt irgentwos");
}
}