Skip to content

BCI-AR/NeuroServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuroServer

A program to translate between TCP network messages and serial packets for
the modular EEG device. Have a look at the OpenEEG project,
http://openeeg.sf.net for more details. Also, use Doxygen to generate
documentation.

This library is free software; you can redistribute it and/o r modify it
under the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.

You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 


BUILDING
--------

See "doc/devguide.txt".  Briefly:

  aclocal && autoconf && automake -a
  ./configure
  make


RUNNING
-------

For example:

  src/nsd &
  src/modeegdriver &

Now start up a EEG display client to connect to localhost port 8336.
Alternatively, for testing, connect using telnet:

  telnet localhost 8336

For a simple test, type these commands (assuming modeegdriver has
already started up and connected successfully):

  hello
  display
  getheader 0
  watch 0


Releases

No releases published

Packages

No packages published