Skip to content

pluxbiosignals/cpp-samples

Repository files navigation

CPP API Sample

Introduction

This repository contains a small example on how to use PLUX's CPP API to find, connect and adquire data, using either the internal bluetooth connection or using our Fast USB Adapter (only for Windows).

Contents

In this repository you can find:

  • The .dlls needed to comunicate with Fast USB Adaptor (windows only)
  • plux.h - the header for plux's API
  • simpleDev.cpp and .h - an example of a custom device implementation, which overload some of the base classes
  • simpleApp.cpp - an example on how to find all PLUX's devices, connecting to one, configuring it, and start an acquisition

Usage

To use this samples, simply clone this repository and link the correct .lib/.a for your operating system. The API files can be found at this link, which support the following architectures:

  • Win32/Win64 (VS2017)
  • MacOS x86-64
  • Linux x86-64

If you need the API compiled in other architectures, contact support@plux.info

About

Contains a simple example on how to interact with PLUX's devices using the CPP api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages