Penguin
Annotated edit history of ncpd(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ncpd
2 !!!ncpd
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 ncpd - Daemon which handles the serial link to a Psion
14 !!SYNOPSIS
15
16
17 __ncpd [[-V] [[-v__ ''logclass''__] [[-d] [[-p__
18 ''port''__] [[-s__ ''device''__] [[-b__
19 ''baudrate''__]__
20 !!DESCRIPTION
21
22
23 ncpd is the daemon which handles the serial link to your
24 Psion. It listens at port 7501 for local connections and
25 provides basic PLP/NCP services for plpnfsd and plpftp. It
26 autoconnects to the psion, even after unplugging/switching
27 off therefore it can run always in background (if you have a
28 spare serial-device)
29 !!OPTIONS
30
31
32 __-V__
33
34
35 Display the version and exit
36
37
38 __-v__ ''logclass''
39
40
41 Increase the logging level of the program. the possible
42 values for logclass are:
43
44
45 ''nl''
46
47
48 Set NCP debug level to LOG
49
50
51 ''nd''
52
53
54 Set NCP debug level to DEBUG
55
56
57 ''ll''
58
59
60 Set Link debug level to LOG
61
62
63 ''ld''
64
65
66 Set Link debug level to DEBUG
67
68
69 ''pl''
70
71
72 Set Packet debug level to LOG
73
74
75 ''pd''
76
77
78 Set Packet debug level to DEBUG
79
80
81 ''ph''
82
83
84 Set Packet debug level to HANDSHAKE
85
86
87 ''m''
88
89
90 Set overall debug level to verbose
91
92
93 ''all''
94
95
96 Turn on all the above logging on.
97
98
99 __-d__
100
101
102 Do not background the daemon.
103
104
105 __-p__ ''port''
106
107
108 Specify the port to listen on - by default this is looked up
109 in /etc/services. If it is not found there, a builtin value
110 of 7501 is used.
111
112
113 __-s__ ''device''
114
115
116 Specify the serial device to use to connect to the Psion -
117 this defaults to /dev/ttyS0
118
119
120 __-b__ ''baudrate''
121
122
123 Specify the baud rate to use for the serial connection -
124 this defaults to 115200 baud.
125 !!SEE ALSO
126
127
128 plpftp(1), plpnfsd(8)
129 !!AUTHOR
130
131
132 Fritz Elfert Heavily based on p3nfsd by Rudolf Koenig
133 (rfkoenig@immd4.informatik.uni-erlangen.de) and plp_1_7 by
134 Philip Proudman (phil@proudman51.freeserve.co.uk) Patches
135 from Matt Gumbley (matt@gumbley.demon.co.uk) Man page by
136 John Lines (john+plpman@paladin.demon.co.uk)
137 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.