source: roaraudio/doc/man7/roardecnet.7 @ 4612:5caae0cb1789

Last change on this file since 4612:5caae0cb1789 was 4612:5caae0cb1789, checked in by phi, 13 years ago

corrected date

File size: 1.4 KB
Line 
1.\" RoarAudio
2.TH "roardecnet" "7" "November 2010" "RoarAudio" "System Manager's Manual: RoarAuido"
3
4.SH NAME
5roardecnet \- Hints for DECnet users or RoarAudio
6
7.SH SYNOPSIS
8
9 roard \-n [OPTIONS...] ...
10
11 roarclient \-\-server node:: [OPTIONS...] ...
12
13.SH "DESCRIPTION"
14This manpage lists some hints for use of RoarAudio over DECnet.
15
16.SH "BASICS"
17If DECnet support is compiled in, there is the option '\fB-n\fR' of \fBroard\fR(1).
18If you set it the daemon will listen via DECnet.
19You may use the option '\fB-b\fR' to set the object name.
20Nodenames given via '\fB-b\fR' are ignored.
21Example:
22 roard \-n
23 roard \-n \-b ::myobject
24
25If you use the default object local clients should find there way to the server.
26For remote clients or if you use a non default object it is needed to give a
27server address in a form listent below.
28
29.SH "SERVER ADDRESS"
30The server address for DECnet is in one of the following forms:
31\fBnode::\fR, \fBnode::object\fR, \fB::object\fR, \fB::\fR.
32This is the way to specify a DECnet connection to node \fBnode\fR's
33object \fBobject\fR. Both may be omitted to use defaults. Default
34node name is local hosts node name.
35Examples:
36 mynode::               connect to \fBmynode\fR
37 ::roar                 connect to local object \fBroar\fR
38 yournode::yourroard    connect to \fByournode\fR's object \fByourroard\fR
39 ::                     connect to default object on local node
40
41.SH "SEE ALSO"
42\fBroard\fR(1),
43\fBroartips\fR(7),
44\fBlibroar\fR(7).
45
46.\"ll
Note: See TracBrowser for help on using the repository browser.