netstim / OpenEphysIGTLink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Ephys Open IGT Link

This repository contains a library for the Open Ephys GUI to send messages via Open IGT LINK.

The library is currently used by OpenEphysLeadOR.

Installation

Windows

Manual

The compiled dlls for GUI v6 is available from the Releases page. They should be downloaded and placed under C:\ProgramData\Open Ephys\shared-api8.

Github CLI

Using Github CLI is easy to stay up to date with latest release using the following command:

gh release download --clobber --dir "C:\ProgramData\Open Ephys\shared-api8" --pattern *.dll --repo netstim/OpenEphysIGTLink

From Source

Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.

From the GUI

The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.

MacOS

Manual

The compiled dylib for GUI v6 is available from the Releases page. They should be downloaded and placed under ~/Library/Application Support/open-ephys/shared-api8.

Github CLI

Using Github CLI is easy to stay up to date with latest release using the following command:

gh release download --clobber --dir ~/Library/Application\ Support/open-ephys/shared-api8 --pattern *.dylib --repo netstim/OpenEphysIGTLink

From Source

Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.

From the GUI

The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.

About

License:GNU General Public License v3.0


Languages

Language:C++ 75.9%Language:C 23.4%Language:CMake 0.6%Language:PowerShell 0.0%