• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..02-Mar-201281

ChangeLogH A D22-Mar-20102.2 KiB

LICENSEH A D22-Mar-201017.6 KiB

MakefileH A D22-Mar-20101.2 KiB

READMEH A D22-Mar-2010532

utelnetd.cH A D22-Mar-201016.2 KiB

README

1utelnetd 0.1.4
2==============
3
4This is a small telnet daemon for standalone use, mostly on embedded
5systems. 
6
7Compile it by running 
8  
9  make
10
11If you want to have more debug output during runtime, run 
12
13  make DEBUG=1
14
15The Makefile was written for Linux and BSD; to use it on BSD run make
16with 
17
18  gmake BSD=1
19
20Any feedback is welcome!
21
22You find the original source on 
23
24  http://www.pengutronix.de/software/utelnetd_en.html
25
26For copyright notice and the authors see the source file. 
27
28Robert Schwebel <r.schwebel@pengutronix.de>
29