Model T TCP Architecture: Difference between revisions

From Bitchin100 DocGarden
Jump to navigationJump to search
Line 7: Line 7:
== Goals ==
== Goals ==


* Phase 1
* Code runs from Option ROM
** SLIP only
* Implements IP, TCP, UDP, PPP
* Phase 2
* Header compression
** Implement [http://www.faqs.org/rfcs/rfc1144.html header compression]


== Anti-Goals ==
== Anti-Goals ==


== Design ==
== Design ==

Revision as of 14:20, 24 January 2009

Overview

Presumably, a TCP stack on the Model 100 cannot be done. The 8085 is just too underpowered. All the more reason to do it, right?

This article is a place to hash out goals, anti-goals, and a design

Goals

  • Code runs from Option ROM
  • Implements IP, TCP, UDP, PPP
  • Header compression

Anti-Goals

Design