clroni#

Language:

C#, .NET

Source Code:

github.com/open-ephys/liboni/api/clroni

License:

MIT

Building the library#

Windows#

  1. Open the clroni.sln solution in Visual Studio 2019 or newer.

  2. “Running” the solution will compile the library and test program, and then run the test program.

  3. The Nuget package can be built by right clicking the clroni project and clicking “pack”.

Mono#

Mono is an open source .NET implementation. mcs is the mono C# compiler.

$ cd clroni-repl
$ make

Test Programs#

The clroni-repl directory contains minimal working programs that use this library

  1. clroni-repl.exe : Basic data acquisition loop. Communicate with emulated (e.g., Test Driver) or actual (e.g., RIFFA) hardware.

This will be automatically built when the Visual Studio solution is built. It can also be built using mono via

$ cd clroni-repl
$ make

License#

MIT