new automate
This commit is contained in:
3
Geste/src/META-INF/MANIFEST.MF
Normal file
3
Geste/src/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: Main
|
||||
|
||||
@@ -7,4 +7,4 @@ public class Main {
|
||||
Panel panel = new Panel();
|
||||
new Fenetre(panel);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user