Hi, Just in case it is useful for someone else teaching ZMQ.
I am preparing a workshop about ZMQ and Protobuf: https://techfest.uc3m.es/programa/introduccion-a-sistemas-distribuidos-con-zmq-y-google-protocol-buffers/ I will start with basic concepts and building very simple examples, then I have prepared a small soccer game, that includes a basis a simple PUB-SUB for broadcasting game state and a PUSH-PULL for receving player commands. After that the students can add new comms between players to coordinate their teams. You can find the source code here: https://github.com/drodri/soccer It works in Win (VS12), Ubuntu (gcc 4.8) and MacOS. Best, Diego
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
