Differences From Artifact [e984c3fbac]:
- File testzmq/hwclient.scm — part of check-in [dc9fc1c7d4] at 2012-10-23 00:13:55 on branch switch-to-zmq — Start of conversion to zmq (user: matt, size: 376) [annotate] [blame] [check-ins using] [more...]
To Artifact [2bca7d9a69]:
- File testzmq/hwclient.scm — part of check-in [05bb10596e] at 2012-10-30 18:48:52 on branch monitor-cleanup — partial migration ofdashboard-tests.scm to zmq (user: mrwellan, size: 384) [annotate] [blame] [check-ins using] [more...]
|
| | | 1 2 3 4 5 6 7 8 | (use zmq posix srfi-18) (define s (make-socket 'req)) (connect-socket s "tcp://*:5563") (define myname (cadr (argv))) (print "Start client...") |
︙ | ︙ |