Messaging Ganglion data to ActiveMQ

IqramIqram Daejeon, South Korea

Hello everyone,
For API, I need to send Ganglion data to ActiveMQ in JSON format. Can you please guide me?
Thanks in advance.

Comments

  • wjcroftwjcroft Mount Shasta, CA

    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

Sign In or Register to comment.