File: eegdev-tobiia.5

package info (click to toggle)
eegdev 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,972 kB
  • sloc: ansic: 32,259; sh: 10,941; makefile: 247; lex: 128; yacc: 118
file content (38 lines) | stat: -rw-r--r-- 1,329 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.\"Copyright 2012 (c) EPFL
.TH EEGDEV-TOBIIA 5 2012 "EPFL" "EEGDEV library manual"
.SH NAME
eegdev-tobiia - eegdev backend for Tobi Interface A
.SH DESCRIPTION
.LP
The \fBtobiia\fP plugin implements the backend for the eegdev library for
reading from a Tobi Interface A device.
.SH CONFIGURATION
.LP
This plugin supports several options. The default value will be used
if none of the configuration files nor the configuration string (see
\fBegd_open\fP(3)) specify the option.
.TP
.B host
Indicates the URI of the server. The format should follow the following
(standard) format "server[:port]". The server part can be either an IPv4
address (XX.XX.XX.XX), an IPv6 address or an hostname. If an IPv6 address is
used with port number, the address must be enclosed in square brackets
(for example "[2001:660:3003:2:a00:20ff:fe18:964c]:38500"). The default
value is "localhost".
.TP
.B port
Indicates the port number to use to connect to the server if the host URI
does not specify one. The default value is "38500".
.SH FILES
.IP "/etc/eegdev/eegdev.conf" 4
.PD
Shared configuration file.
.IP "/etc/eegdev/tobiia.conf" 4
.PD
Configuration file loaded when the \fBtobiia\fP plugin is used. The
settings specified here overrides the settings in the shared configuration
file.
.SH "SEE ALSO"
.BR egd_open (3),
.BR eegdev-options (5)