<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/eegdev/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/eegdev/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 26 Mar 2013 20:34:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/eegdev/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Nicolas Bourdaud</title><link>https://sourceforge.net/p/eegdev/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,41 @@
-Welcome to your wiki!
+Presentation
+------------
+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.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+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.

-The wiki uses [Markdown](/p/eegdev/wiki/markdown_syntax/) syntax.
+Supported platforms
+-------------------
+The platform supported depends on which device the library should support. The core library supports any POSIX platform and Windows.

-[[project_admins]]
-[[download_button]]
+* data file backend: any POSIX and Windows
+* Biosemi ActiveTwo backend: all platforms supported by libusb (GNU/Linux, MacOSX and Windows among others)
+* gTec gUSBamp: Linux x86, Linux x86_64
+* TOBI Interface A: any POSIX and Windows
+
+Source code
+-----------
+The library is versioned with Git. To get the lastest development version:
+
+git clone -b devel git://git.code.sf.net/p/eegdev/code eegdev
+cd eegdev
+autoreconf -i
+The devel branch tracks the stable code but still under development. The Git repository can be browsed through its web interface.
+
+Debian/Ubuntu package
+---------------------
+The is available as an official package in Debian and Ubuntu. Backports earlier versions of Debian and Ubuntu are available in Neurodebian.
+
+Documentation
+-------------
+The library is shipped with manpages and example codes
+
+Dependencies
+-------------
+The library dependencies varies according to the builtin backend:
+
+* core: pthread (use pthread-win32 if on windows)
+* data file backend: xdffileio
+* Biosemi ActiveTwo backend: libusb-1.0
+* gTec gUSBamp backend: proprietary gTec driver
+* TOBI Interface A: POSIX sockets or winsock2 (Protocol specification can be found here)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Bourdaud</dc:creator><pubDate>Tue, 26 Mar 2013 20:34:15 -0000</pubDate><guid>https://sourceforge.netd68def66871dc433ce9946eb679d4814b464e289</guid></item><item><title>WikiPage Home modified by Nicolas Bourdaud</title><link>https://sourceforge.net/p/eegdev/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/eegdev/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;p&gt;&lt;a href="/u/nbourdau/"&gt;Nicolas Bourdaud&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-5151c67ca02bb15bd598dae3" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Bourdaud</dc:creator><pubDate>Tue, 26 Mar 2013 16:02:04 -0000</pubDate><guid>https://sourceforge.net943aed5aa8364d98de1953544488a5a29eae8ed3</guid></item></channel></rss>