This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
412facb831
osd-contiki
/
apps
/
telnetd
History
adamdunkels
814558b1fe
Rewrote the telnet server to buffer the output in a single, large buffer rather than as individual lines. This both makes output faster and makes it possible to buffer more outgoing data.
2008-02-24 20:43:28 +00:00
..
Makefile.telnetd
Specify that the telnet server uses the shell application
2008-02-24 20:38:57 +00:00
telnetd-dsc.c
*-dsc.c files have been changed to remove forward reference for struct_icon variable, bacause it is strange that this variable is used wholly inside the C source file and declared extern for the forward reference.
2007-09-06 01:36:10 +00:00
telnetd-dsc.h
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00
telnetd-gui.c
Accomodate for the now more complex shell output.
2008-02-09 18:51:56 +00:00
telnetd.c
Rewrote the telnet server to buffer the output in a single, large buffer rather than as individual lines. This both makes output faster and makes it possible to buffer more outgoing data.
2008-02-24 20:43:28 +00:00
telnetd.h
Adjusted telnet server to the new shell logic.
2008-02-09 17:15:58 +00:00