MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues. 2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)

CoCo Ethernet: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
(Created page with "{{NavSpecialProjects}} Allen Huffman has been experimenting with adding Ethernet support to the CoCo. Details of his project will be added here.")
 
No edit summary
Line 1: Line 1:
{{NavSpecialProjects}}
{{NavSpecialProjects}}
Allen Huffman has been experimenting with adding Ethernet support to the CoCo. Details of his project will be added here.
Allen Huffman has been experimenting with adding Ethernet support to the CoCo. Details of his project will be added here.
== Goal ==
The goal of this project is to give a CoCo a simple way to do TCP/UDP/IP based communication across Ethernet. This will allow clients to be written to handle things such as FTP, telnet, smtp/pop mail, HTTP requests, etc. A CoCo, under RS-DOS or OS-9, could establish a connection to a remote server, then read and write data to that server in whatever format the protocol needs.
== Implementation ==
To be detailed.

Revision as of 02:27, 28 March 2013

WELCOME
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al

See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.

This page was last updated on 03/28/2013. Total Pages: 729. Total Files: 993.


Home / Special Projects - CoCo Ethernet


Allen Huffman has been experimenting with adding Ethernet support to the CoCo. Details of his project will be added here.

Goal

The goal of this project is to give a CoCo a simple way to do TCP/UDP/IP based communication across Ethernet. This will allow clients to be written to handle things such as FTP, telnet, smtp/pop mail, HTTP requests, etc. A CoCo, under RS-DOS or OS-9, could establish a connection to a remote server, then read and write data to that server in whatever format the protocol needs.

Implementation

To be detailed.