| |
-
tcp/ip stack
 NAT for lwIP
NAT for lwIP is a simple open source implementation that allows small lwIP enabled devices to create a private network which share a single connection to an external network such as the Internet.
Since the local IP addresses used in the private network are invalid in the external network, NAT multiplex the traffic from the private network and present it to the external network as if it was coming from a single device having only one IP...
preview:
http://www.sm.luth.se/~conny/nat/
8/7/2006
Tags: tcp-ip
 |