access to the osi layer using java.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdlleréseau
    New Member
    • Feb 2008
    • 2

    access to the osi layer using java.

    Hello,
    I need to access to all the osi layer using Java.
    But java.net has access only to 4 layer but not to the 3 layer .
    when I did a search in the net ,I found the package JSocketWrench but I didn't an interessant documents which help me to use this package
    Please who can help me by giving some examples using this package.
    Thank you
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by mdlleréseau
    Hello,
    I need to access to all the osi layer using Java.
    But java.net has access only to 4 layer but not to the 3 layer .
    when I did a search in the net ,I found the package JSocketWrench but I didn't an interessant documents which help me to use this package
    Please who can help me by giving some examples using this package.
    Thank you
    Your question can be considered vague. Is it possible to be more specific on what you want to access?

    Comment

    • mdlleréseau
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by r035198x
      Your question can be considered vague. Is it possible to be more specific on what you want to access?
      I want to acces to the throughtput,the number of packets recieved correctly,

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Originally posted by mdlleréseau
        I want to acces to the throughtput,the number of packets recieved correctly,
        Did you look at jpcap?

        Comment

        Working...