Skip to content

rLoopTeam/eng-software-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eng-software-pi

eng-software team repo for raspberry pi code

ZMQ Instructions

  1. Download the tarball from zeromq.org/areadownload
  2. Follow their guide
  3. Use ./configure --without-libsodium to skip the annoyance (We don't need it at this point)

For Python

  1. install pip if not already there
  2. use pip install pyzmq to get the language binding

For C++

  1. git clone https://github.com/zeromq/cppzmq
  2. move the two .hpp files to /usr/local/include
  3. compile your .cpp with the -lzmq flag