If you're interested in becoming a contributor or requesting changes then click here to join the discord

PLUX Java API

From Brain Computer Interface Wiki
Jump to navigation Jump to search

The PLUX Java Application Programming Interface (API) brings to java android applications all the functionalities of PLUX devices. The API is implemented based on the utilization of the factory design pattern which provides the developer with a simple way to choose between the different types of communication available. The class BiopluxCommunication contains the methods required to communicate with a device of the biosignalsplux range, as well as receiving information on their state. This device can be accessed through a classic Bluetooth connection or using Bluetooth Low Energy. The class BiopluxException implements the exception which is thrown by the API when an error condition is met while calling any of the API functions or class methods. The API consists of a jar file (pluxapi-0.0.9.jar, where 0.0.9 is the code version name) containing the API object code.

Links

Docs GitHub