This repository is comprised of 3 examples of clients for MuLES. Each of the examples has been implemented in MATLAB, Python3 and Unity3D (C#). A standard installation of MuLES is required.
The examples in this repository are:
- simple_client
- data_two_intervals
- auto_start_mules
The description of each experiment is below.
This example shows the utilization of MuLES to:
- Start acquisition of data from one device
- Stream the acquire data to MATLAB
- Online plotting the data steam
This example shows the utilization of MuLES to:
- Start acquisition of data from one device
- Get data from MuLES during two periods of 15 and 10 seconds
- Send triggers that will be reflected in the saved data
This example shows how to:
- Start programatically MuLES instances to acquired data from a given device or file
- Connect to MuLES instance
- Stream data for 10 s
- Close programatically MuLES instances