I was wondering how i can share a tuple space between two hosts on completely different subnets. I'm looking to link two institutions together for a research project i'm working on.
Thanks for the help,
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not a LIME expert, but my feeling says that as long as LIME uses IP Multicast as the basic communicating system, IP multicast should be enabled in such a way that the hosts that will communicate must be accessible from each other. If you can not fulfill this requirement, I am not sure that you will be able to use this version of LIME in such environment.
There is a Java Class, called MulticastTest (or something similar) that is useful to check if multicast is avaiable between several hosts.
Best Regards,
Marcelo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I was wondering how i can share a tuple space between two hosts on completely different subnets. I'm looking to link two institutions together for a research project i'm working on.
Thanks for the help,
Joe
Sorry, two completely different networks.
-Joe
I am not a LIME expert, but my feeling says that as long as LIME uses IP Multicast as the basic communicating system, IP multicast should be enabled in such a way that the hosts that will communicate must be accessible from each other. If you can not fulfill this requirement, I am not sure that you will be able to use this version of LIME in such environment.
There is a Java Class, called MulticastTest (or something similar) that is useful to check if multicast is avaiable between several hosts.
Best Regards,
Marcelo
My eyes must have missed the -mcastaddr option (ugh). I have it working now, thanks!
--Joe