This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TCP/IP Stack with router

Hello,

I am looking to turn my LPC2468 into a router. It seems that the RL-ARM TCPnet doesn't have any functionality to support this. Does anyone know of either an open-source solution or a product that supports this?

Any thoughts on this would be really appreciated!

Thanks!
Eric

Parents
  • It looks like the wiki is quite recent and very much a work-in-progress. A few pages contains good info, while a number of pages may contain a single link to somewhere else.

    The feature list contains:

    - IP (Internet Protocol) including packet forwarding over multiple network interfaces
    - ICMP (Internet Control Message Protocol) for network maintenance and debugging
    - UDP (User Datagram Protocol) including experimental UDP-lite extensions
    - TCP (Transmission Control Protocol) with congestion control, RTT estimation and fast
      recovery/fast retransmit
    - Specialized raw API for enhanced performance
    - Optional Berkeley-alike socket API
    - DHCP (Dynamic Host Configuration Protocol)
    - PPP (Point-to-Point Protocol)
    - ARP (Address Resolution Protocol) for Ethernet
    

    which does include PPP but doesn't mention NAT. I think most useful info has to be manually harvested from savannah.

Reply
  • It looks like the wiki is quite recent and very much a work-in-progress. A few pages contains good info, while a number of pages may contain a single link to somewhere else.

    The feature list contains:

    - IP (Internet Protocol) including packet forwarding over multiple network interfaces
    - ICMP (Internet Control Message Protocol) for network maintenance and debugging
    - UDP (User Datagram Protocol) including experimental UDP-lite extensions
    - TCP (Transmission Control Protocol) with congestion control, RTT estimation and fast
      recovery/fast retransmit
    - Specialized raw API for enhanced performance
    - Optional Berkeley-alike socket API
    - DHCP (Dynamic Host Configuration Protocol)
    - PPP (Point-to-Point Protocol)
    - ARP (Address Resolution Protocol) for Ethernet
    

    which does include PPP but doesn't mention NAT. I think most useful info has to be manually harvested from savannah.

Children
No data