JAVA SDK
eKuore Pro For Telemedicine Engine Java is a Java library (.jar file) developed with Java 8 that provides management functionalities for an eKuore Pro 4T device.
What is in Ekuore Pro for Telemedicine Engine JAVA
- Setup (Gradle - Maven)
- Configure the connection
- Android required permissions
- Connection management (configuration mode & regular mode)
- Disconnection management
- Getting device information (battery level, serial number, DSP & FW version)
- Device events subscription
- Getting and setting device controls like: volume, filters, custom LED status and customizable special actions.
- Streaming through the configured network
- Processing device audio
- Playing audio streaming in an Audio Player
- Discovering devices (Beta)
- Detecting IP changes (Beta)
- Environment considerations
Streaming through the configured network
Once the device in configuration mode has its connection parameters set and reboot in streaming mode, the streaming begins invoking startStreaming(…) method. The audio packets will travel through the IP and ports specified in the configuration mode.
Try the Demo SDK
eKuore Pro For Telemedicine Demo is a project that allows a potential user to test the library in its own system.
It provides a working example that exposes most of the features included in the library and provides management functionalities for an eKuore Pro 4T.