Is creating a packet forwarding application possible with Java?
With this setup is this possible:
| PC1 | <-----------> | FORWARDER | <---------------> | PC2 |
The forwarder is another PC having 2 Network Interface Cards connected to PC1 and PC2.
PC1 & PC2 has 1 NIC.
If one PC issues a ping request to the other the ICMP packet, or any packet, would be forwarded and the ping request would be replied.
So is this possible with Java. I've read about JPCAP but I haven't delved in depth with it.
I really need your help, thanks everyone!