1
0
This commit is contained in:
ThomasV
2012-03-31 12:08:11 +02:00
parent c3bbc35fa8
commit e05e0e9711
2 changed files with 12 additions and 1 deletions

11
client/peers Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env python
import socket, time, interface
i = interface.AsynchronousInterface('ecdsa.org', 50001)
i.start()
i.send([('server.peers.subscribe',[])])
while True:
r = i.responses.get(True, 100000000000)
print r.get('result')