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
RevLine 
[640]1.\" RoarAudio
[4612]2.TH "roardecnet" "7" "November 2010" "RoarAudio" "System Manager's Manual: RoarAuido"
[640]3
4.SH NAME
[3107]5roardecnet \- Hints for DECnet users or RoarAudio
[640]6
7.SH SYNOPSIS
8
[4013]9 roard \-n [OPTIONS...] ...
[640]10
[4013]11 roarclient \-\-server node:: [OPTIONS...] ...
[640]12
13.SH "DESCRIPTION"
[3107]14This manpage lists some hints for use of RoarAudio over DECnet.
[640]15
16.SH "BASICS"
[3107]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.
[640]19You may use the option '\fB-b\fR' to set the object name.
20Nodenames given via '\fB-b\fR' are ignored.
21Example:
[4013]22 roard \-n
[4017]23 roard \-n \-b ::myobject
[640]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:
[4609]31\fBnode::\fR, \fBnode::object\fR, \fB::object\fR, \fB::\fR.
[640]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
[4609]39 ::                     connect to default object on local node
[640]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.