Orthogonal-Systems / zmq

A minimal ZMQ implementation for Arduino
GNU General Public License v3.0
6 stars 3 forks source link

Add Example #1

Open andrewjaykeller opened 7 years ago

andrewjaykeller commented 7 years ago

Any chance we can add an example? Would love to add this to OpenBCI Wifi Shield ESP 8266 Code for OpenBCI

Great job! I love Zero MQ

mfe5003 commented 7 years ago

I'll work on a MWE, but for now you can take a look at the base project repo, which has some cmake file for compiling and uploading:

https://github.com/Orthogonal-Systems/ocs-base

You can see the ZMQ library being used in another library here (which is part of ocs-base):

https://github.com/Orthogonal-Systems/originlib

This is designed to communicate with a python ZMQ server, which doesn't adhere perfectly to the standard.

Let me know if you have any questions. I can try to make a arduino IDE example as well.