Giter Club home page Giter Club logo

bci2000remotenet's Introduction

BCI2000RemoteNET

Control BCI2000 from .NET

BCI2000

Description

BCI2000 is a neuroscience research toolkit which simplifies the process of performing experiments. BCI2000RemoteNET provides functionality for controlling BCI2000 from .NET programs.

Commmunication

BCI2000Remote communicates with BCI2000 over tcp by sending Operator Scripting Commands and receiving and processing responses.

Versions

For compatibility, BCI2000RemoteNET is split into two versions, targeting .NET 8.0 and .NET Standard 2.1. These are located on the main branch and standard2.1 branch, respectively. This is primarily due to the fact that Unity, which is the main usecase of BCI2000RemoteNET, does not yet support newer .NET versions as a result of it using the old Mono runtime. Unity has plans for moving to the .NET Core runtime, at which point the .NET Standard version of BCI2000RemoteNET will not be needed, but until then it will be maintained alongside the .NET 8.0 version. The two versions are nearly functionally equivalent except for the Execute<T>() method. .NET Standard 2.1 does not support generic parsing via IParsable, so Execute<T> is not available. Instead, the methods ExecuteString, ExecuteUInt32, ExecuteDouble, and ExecuteBool are provided, which return their indicated type.

bci2000remotenet's People

Contributors

personator01 avatar s-n-1-0 avatar

Stargazers

 avatar

Watchers

 avatar

bci2000remotenet's Issues

Fix IOException sharing violation when writing to log file

Same as #1. but actually fix the underlying issue, although this is quite a bit more complicated than just handling the exception,

Fix sharing violation when writing to log file. I think this is an issue with previous instances of the application keeping a loaded instance of the dll, which still owns the file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.