Getting ready

The code we will build is an example from the ZeroMQ manual at http://zguide.zeromq.org/page:all. It consists of two source files, hwserver.c, and hwclient.c,  which will be built into two separate executables. When executed, they will print the familiar "Hello, World" message.