C++ library for multi-modal time-synched data transmission over the local network.
The lab streaming layer is a simple all-in-one approach to streaming experiment data between applications in a lab, e.g. instrument time series, event markers, audio, and so on.
The lab streaming layer is a simple all-in-one approach to streaming experiment data between applications in a lab, e.g. instrument time series, event markers, audio, and so on.
To install liblsl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liblsl
To see what files were installed by liblsl, run:
port contents liblsl
To later upgrade liblsl, run:
sudo port selfupdate && sudo port upgrade liblsl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.