View Single Post
  #3 (permalink)  
Old 01-18-2008, 08:24 PM
roots's Avatar
roots roots is offline
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 263
roots is on a distinguished road
I havent been on such cases but I have seen JBoss with cluster mode able to discover all the machines running JBoss in the LAN. They used JGroups for the multicast networking you might get something from JBoss or JGroups codes both are avialable in Jboss.org.
Multicast ping can be one thing you might want to research on. Or regular unicast ping with generated ip for local network can be other bad* option.
For traffic SNMP4J - Free Open Source SNMP API for Java might help .. I am not sure if you can use packet sniffers for this purpose as well WinPcap Network Tools and Links
Lists some of the java port of winpcap.

These are just suggestions, I wish other will contribute as well.
__________________
dont worry newbie, we got you covered.
Reply With Quote