Hi,
I need to make a program in java which can detect packet over in TCP/IP on specific ports. I know this is possible yet I cannot find a RFC or any way to do this on the internet. Can someone give me an idea of how to do this? To be more specific, I've got to make a program for my dissertation which will detect packet loss over streaming media in windows media player and real player, as to see which one is the best. Any help or point in the right direction would be greatly appreciated. Thanks in advance, Dan.
Software/Hardware used:
Visual studio 2008
ASKED:
February 15, 2010 1:03 PM
UPDATED:
September 25, 2011 3:17 PM
You need to take a look at the open source packet capture projects and convert the same principals to java.
Start with libpcap
Thanks for the info. It seems theres is a wrapper called jpcap which may be of use and I was previously unaware of. Thanks.
hi dan…did you get the code??