This repository contains a library for the Open Ephys GUI to send messages via Open IGT LINK.
The library is currently used by OpenEphysLeadOR.
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
.
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
Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.
The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.
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
.
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
Alternativly, one can also compile this plugin from source. See Open Ephys GUI Documentation for instructions.
The plugin is currently not available from the GUI Plugin installer. Use one of the avobe methods.