nuttx-apps/netutils/telnetd
2013-01-20 00:41:33 +00:00
..
Kconfig Developing a new way to handle application configurations 2012-04-14 20:01:08 +00:00
Makefile Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 2012-11-20 15:47:41 +00:00
README.txt Add new psock layer; telnet session is now wrapped in a character device 2012-01-30 21:29:59 +00:00
telnetd_daemon.c Email address change in apps/ 2012-09-13 16:58:49 +00:00
telnetd_driver.c Yet another repair for the previouis botched recvfrom() fix; Fix telnet driver: It needs to break out of the read loop if 0 (meaning not conneced) of a value < 0 (an error) is encountered. 2013-01-20 00:41:33 +00:00
telnetd.h Add new psock layer; telnet session is now wrapped in a character device 2012-01-30 21:29:59 +00:00

README.txt
^^^^^^^^^^

This directly contains a generic Telnet daemon.