Acquisition client

Summary

Doc_BoxAlgorithm_AcquisitionClient.png
  • Plugin name : Acquisition client
  • Version : 1.0
  • Author : Yann Renard
  • Company : INRIA/IRISA
  • Short description : A generic network based acquisition client
  • Documentation template generation date : Dec 30 2016

Description

This algorithm waits for EEG data from the network and distributes it into the scenario

Opens a socket to read experiment information, signal, stimulations and channel localization data sent across the network.

Outputs

1. Experiment information

  • Type identifier : Experiment information (0x403488e7, 0x565d70b6)

2. Signal stream

  • Type identifier : Signal (0x5ba36127, 0x195feae1)

3. Stimulations

  • Type identifier : Stimulations (0x6f752dd0, 0x082a321e)

4. Channel localisation

Channel localisation flow

  • Type identifier : Channel localisation (0x013df452, 0xa3a8879a)

5. Channel units

  • Type identifier : Channel units (0x6ab26b81, 0x0f8c02f3)

Settings

1. Acquisition server hostname

EEG server hostname

  • Type identifier : String (0x79a9edeb, 0x245d83fc)
  • Default value : [ ${AcquisitionServer_HostName} ]

2. Acquisition server port

EEG server port

  • Type identifier : Integer (0x007deef9, 0x2f3e95c6)
  • Default value : [ 1024 ]

Examples

Miscellaneous