15 pts.
 Help detecting packet loss in java
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

Answer Wiki:
Not sure about the code part but I'd recommend checking out<a href="http://www.packet-level.com/"> Laura Chappell's resources</a> on the subject of network analysis.
Last Wiki Answer Submitted:  February 23, 2010  10:45 pm  by  KevinBeaver   10,785 pts.
All Answer Wiki Contributors:  KevinBeaver   10,785 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You need to take a look at the open source packet capture projects and convert the same principals to java.

Start with libpcap

 1,855 pts.

 

Thanks for the info. It seems theres is a wrapper called jpcap which may be of use and I was previously unaware of. Thanks.

 15 pts.

 

hi dan…did you get the code??

 10 pts.