inet-framework / inet

INET Framework for the OMNeT++ discrete event simulator
https://inet.omnetpp.org
Other
429 stars 482 forks source link

Tunnel App for INET #70

Open rhornig opened 9 years ago

rhornig commented 9 years ago

It would be great to have apps (tcp/udp client/server) that could tunnel information from a given TCP/UDP port to somewhere in the simulated network. On the other end the corresponding app would get the APP data and would send that to a real service on a pre-configured port. This is how the OMNET sockets sample is working. We could name this ClientTCPSocket / ServerTCPSocket /ClientUDPSocket / ServerUDPSocket

The usecase would be:

This would allow to run real application via a simulated omnet network.

levy commented 4 years ago

This feature requires implementing ExtUpperTcp and ExtUpperUdp modules.