File: net.sourceforge.projects.eegdev.plugins.metainfo.xml

package info (click to toggle)
eegdev 0.2-11
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,108 kB
  • sloc: ansic: 32,298; sh: 10,962; makefile: 252; lex: 138; yacc: 130; xml: 29
file content (32 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<component>
  <id>net.sourceforge.projects.eegdev.plugins</id>
  <metadata_license>MIT</metadata_license>
  <name>eegdev-plugins-free</name>
  <summary>Biosignal acquisition device library (free plugins)</summary>
  <description>
    <p>eegdev is a library that provides a unified interface for
    accessing various EEG (and other biosignals) acquisition
    systems. This interface has been designed to be both flexible and
    efficient. The device specific part is implemented by the mean of
    plugins which makes adding new device backend fairly easy even if
    the library does not support them yet officially.</p>

    <p>The core library not only provides to users a unified and
    consistent interfaces to the acquisition device but it also
    provides many functionalities to the device backends (plugins)
    ranging from configuration to data casting and scaling making
    writing new device backend an easy task.</p>

    <p>This library is particularly useful to handle the acquisition
    part of a Brain Computer Interface (BCI) or any realtime
    multi-electrode acquisition in neurophysiological research.</p>

    <p>This package contains the devices plugins that depends only on
    free components.</p>
  </description>
  <url type="homepage">https://sourceforge.net/projects/eegdev/</url>
  <provides>
    <modalias>usb:v0547p1005d*</modalias>
  </provides>
</component>