The OpenBCI GUI is capable of streaming out LabStreamingLayer from the Ganglion. This is done with the Networking widget in the GUI. Once you have an LSL stream, you could write a short Java program to receive the Ganglion data, and output your ActiveMQ. Examples and docs are here,
Comments
Iqram, hi.
I see that ActiveMQ is primarily Java based,
https://activemq.apache.org/
The OpenBCI GUI is capable of streaming out LabStreamingLayer from the Ganglion. This is done with the Networking widget in the GUI. Once you have an LSL stream, you could write a short Java program to receive the Ganglion data, and output your ActiveMQ. Examples and docs are here,
https://labstreaminglayer.readthedocs.io/dev/examples.html
Other languages than Java could also be used, for example Python.
Regards, William