Skip to content

Releases: NeuralSpaz/xethru

Xethru Wire Protocol

14 Oct 13:08
Compare
Choose a tag to compare
Xethru Wire Protocol Pre-release
Pre-release

This is a mostly stable pre release of the Xethru wire protocol for the X2M200 Respiration module.

The example usage has been moved to its own repo here:
https://github.com/NeuralSpaz/xethru-web-explorer

Respiration and Baseband html5 demo

06 Oct 13:17
Compare
Choose a tag to compare
Pre-release

This is demo of a html5 tool for the xethru X2M200
It uses websockets and canvas to render the real time data streams in the browser.
it also logs respiration and sleep data streams to .json files

command line arguments are -baudrate and -commPort

to use run from a command line with -commPort set to the correct port.

eg:
xethru-respiration-windows-64.exe -commPort="COM14"
./xethru-respiration-linux-64 -commPort="/dev/ttyACM0"

WireProtocol

27 Aug 11:26
Compare
Choose a tag to compare
WireProtocol Pre-release
Pre-release

Currently just implements the wire protocol with Ping usage example.

Ping app

24 Aug 16:16
Compare
Choose a tag to compare
Ping app Pre-release
Pre-release

The initial release with a ping app example