Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 406 Bytes

ØMQ training at EuroPython 2014

Simple Echo server and client

These are implementations of RFC-001.

Running the server:

./echo.py

Running the client:

./client.py

Hide and Seek

This will be an implementation of RFC-002 made by each team.

  • Run the broker
  • Run the seeker (list mode or register mode)

RFC-003 implements the hider part.