You are hereBlogs / elBoB's blog / BD Networking

BD Networking


By elBoB - Posted on 30 September 2009

Some experiments with BD Network support.

Enumeration interfaces = NetworkInterface.getNetworkInterfaces();
while (interfaces.hasMoreElements()) {
NetworkInterface nic = interfaces.nextElement();
System.out.print("Interface Name : [" + nic.getDisplayName() + "]");
System.out.println(", Is connected : [" + nic.isUp() + "]");
}

Search

Latest Poll

Will the new AACS licence help to open the BD market for smaller publishers: