5 C128
Oliver Schmidt edited this page 2022-08-15 20:56:37 +02:00

Contiki OS for the C128 comes in three formats:

  • Two 171kB 1541 disk images (contiki-c128-1.d64 and contiki-c128-2.d64).
  • One 342kB 1571 disk image (contiki-c128.d71).
  • One 800kB 1581 disk image (contiki-c128.d81).

All four disk images are contained in the contiki-c128.zip file.

Contiki OS for the C128 supports the RR-Net and the ETH64 Ethernet devices.

Programs:

  • ETHCONFIG
    Needs to be run once on every disk (image) in order to select the Ethernet device to use.

  • IPCONFIG
    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. Use Request IP Address for the latter.

  • WEBBROWSER
    Text-based web browser. Quits on Ctrl+C.

  • WGET
    Downloads content from a web server and saves it as file on the disk (image).

  • IRC
    Bare bones Internet Relay Chat client. Quits on Ctrl+C.

  • WEBSERVER
    Web server for static web pages. Just place *.HTM, *.CSS, *.PNG, *.GIF and *.JPG files on the disk (image) to have them served.

  • TELNETD
    Telnet daemon providing access to a simple shell for a Telnet client like PuTTY. In the shell you can type help 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. read sourcefile | write targetfile).