new automate

This commit is contained in:
DonRenando
2017-01-21 12:57:45 +01:00
parent fae2046386
commit 4761053142
7 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: Main

View File

@@ -7,4 +7,4 @@ public class Main {
Panel panel = new Panel();
new Fenetre(panel);
}
}
}

View File

@@ -11,7 +11,7 @@ class ivyTranslater implements IvyMessageListener {
ivyTranslater() throws IvyException {
// initialization, name and ready message
bus = new Ivy("IvyTranslater", "Geste", null);
bus.start("172.31.190.255:2010"); // starts the bus on the default domain
bus.start("127.255.255.255:2010"); // starts the bus on the default domain
}