I'm trying to write a quick little java application to read the contents of a pcap file (from Wireshark) and play the data back on the network on a linux box. ...
Looking to write an SNMP and Netflow tool for Linux\BSD and seeking advice on language selection, C or Java.
The tool will collect Netflows, send and recieve SNMP queries, connect to a ...
I have a red5 server (JAVA) running on my Linux server.
Sometiles, the server shuts down. When I try to restart it I got an error:
"Binding error, this port is alerady in ...
I encountered a quite unusual issue, where the bind function to port only (i.e. wildcard bind), does not actually listens to Linux network aliases (the additional addresses on single network card).
This ...
I am working on a program to handle connections in Ubuntu. I am currently doing it in Java, but aim to do it in C++ too.
Essentially, atm I am just ...
What is the order in which NetworkInterface.getNetworkInterfaces() returns an enumeration of network interfaces? Is there a way to affect that on JVM level or on Linux OS level?
I need to print all the mac addresses of my machine. The recommended way is to use NetworkInterface.getNetworkInterfaces() and iterate on the enumeration returned. However when some devices are down ( ...
I need Network configuration information in my application that is more than what java.net.NetworkInterface and java.net.InetAddress provide. I would like to include information such as Subnet, Gateway, and DNS servers, ...