Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/05/03 15:11
Read: times


 
#38316 - RE: Open-Source TCP-IP for 8-bit MCUs
Responding to: ???'s previous message
You can always cut down on size by discarding a few unnecessary features of the TCP/IP protocol (e.g. move from TCP to a "reliable" version of UDP maybe) You could also try implementing it in asm!! :))

Also you don't need a uC with lots of flash to implement it.... you can dedicate an entire uC to act as the TCP adapter, and use it like you would any UART chip. I think an 8051 + code will be cheaper than one of those COTS ethernet ICs?

Kundi

List of 9 messages in thread
TopicAuthorDate
Open-Source TCP-IP for 8-bit MCUs            01/01/70 00:00      
   RE: Open-Source TCP-IP for 8-bit MCUs            01/01/70 00:00      
      RE: Open-Source TCP-IP for 8-bit MCUs            01/01/70 00:00      
      RE: Open-Source TCP-IP for 8-bit MCUs            01/01/70 00:00      
   RE: Open-Source TCP-IP for 8-bit MCUs            01/01/70 00:00      
   Jim Brady 8051 Webserver (hardware)            01/01/70 00:00      
   RE: Open-Source TCP-IP for 8-bit MCUs            01/01/70 00:00      
   TCP-IP Lean            01/01/70 00:00      
   RE: Open-Source TCP-IP for 8-bit MCUs            01/01/70 00:00      

Back to Subject List