Contiki OS for the enhanced Apple //e comes in two formats:
- Three 140kB disk images (contiki-apple2-1.dsk - contiki-apple2-3.dsk).
- One 800kB disk image (contiki-apple2.po).
All four disk images are contained in the contiki-apple2.zip file.
Contiki OS for the enhanced Apple //e supports supports the Uthernet, the LANceGS and the Uthernet II Ethernet cards.
Programs:
-
ETHCONFI.SYSTEM
Needs to be run once on every disk (image) in order to select the Ethernet card and slot to use. -
IPCONFIG.SYSTEM
Needs to be run once on every disk (image) in order to configure the Contiki TCP/IP stack. Both manual configuration and automatic configuration via DHCP is possible. UseRequest IP Address
for the latter. -
WEBBROWS.SYSTEM
Text-based web browser with mouse support. Offers to exec WGET.SYSTEM for non-HTML content. Quits onCtrl
+C
. -
WGET.SYSTEM
Downloads content from a web server and saves it as file on the disk (image). If an Uthernet II Ethernet card is used then Wget65 might be of interest. -
IRC.SYSTEM
Bare bones Internet Relay Chat client. Quits onCtrl
+C
. -
WEBSERV.SYSTEM
Web server for static web pages. Just place *.HTM, *.CSS, *.PNG, *.GIF and *.JPG files on the disk (image) to have them served. -
TELNETD.SYSTEM
Telnet daemon providing access to a simple shell for a Telnet client like PuTTY. In the shell you can typehelp
to get a list of commands and use the pipe operator|
to provide the output of one command as input to another command (e.g.wget www.google.com | write google.htm
).