Raw socket in java -
i pretty new java socket programming. had gone thorugh java deals net domain sockets , back upwards udp , tcp , raw ip protocols. want know java back upwards raw sockets without using 3rd party applications? if possible can help me little example? little advice greatful!
the available back upwards raw sockets in java standard library seems inetaddress.isreachable() may icmp ping if permitted. not much , not raw socket, 1 more protocol.
for other types of raw communication recommend utilize berkley sockets under linux (root rights required) through jni - based wrapper.
java sockets raw-sockets
No comments:
Post a Comment