eng-software team repo for raspberry pi code
ZMQ Instructions
- Download the tarball from zeromq.org/areadownload
- Follow their guide
- Use ./configure --without-libsodium to skip the annoyance (We don't need it at this point)
For Python
- install pip if not already there
- use pip install pyzmq to get the language binding
For C++
- git clone https://github.com/zeromq/cppzmq
- move the two .hpp files to /usr/local/include
- compile your .cpp with the -lzmq flag