E
Eli
Hello,
Been playing lately with the TCP and UDP sockets in the java.net
package, a question came up: using Java, can one reach the Ethernet
and the IP layers? In other words, is there a way to compose IP
datagrams and to compose ethenet frames?
I know you can play with the Datagram Socket/Packet classes to build
UDP connection, which is a bit more than an IP connection, but I'm
just keen on playing inside the IP level if this is possible in Java.
That was done in past C projects.
TIA.
Been playing lately with the TCP and UDP sockets in the java.net
package, a question came up: using Java, can one reach the Ethernet
and the IP layers? In other words, is there a way to compose IP
datagrams and to compose ethenet frames?
I know you can play with the Datagram Socket/Packet classes to build
UDP connection, which is a bit more than an IP connection, but I'm
just keen on playing inside the IP level if this is possible in Java.
That was done in past C projects.
TIA.