osd-contiki/examples/telnet-server
Oliver Schmidt a70fbf1bbf Reconfigured Telnet server.
In order to have the wget command make some sense the write command should be present too.
- On the Apple][ reduction of the MTU seems to gain just enough RAM to have the (rather heavy-weight) full-blown C library file I/O working.
- On the C128 there's way too little RAM so there's no wget command but only the file commands.
- On the CBMs a dummy lseek() was necessary to have the read command link.
2015-06-21 21:07:41 +02:00
..
Makefile Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile.apple2enh.defines Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00
Makefile.atarixl.defines Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00
Makefile.c64.defines Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00
Makefile.c128.defines Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00
Makefile.target Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files. 2008-05-26 10:09:12 +00:00
telnet-server.c Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00