Something is not quite right, as the ruby client hangs after final request, but it's a start.

This commit is contained in:
Dan Buch
2012-03-15 21:43:01 -04:00
parent 9a9e9ad551
commit fc2f46f05a
6 changed files with 65 additions and 0 deletions

6
zeromq/Makefile Normal file
View File

@@ -0,0 +1,6 @@
CFLAGS += -I. -I/usr/local/include
LDFLAGS += -lstdc++ -lpthread -luuid -lrt
hwserver: hwserver.c /usr/local/lib/libzmq.a
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)