|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
import pyreactor, time
|
|
|
|
|
from testclient import TestClient
|
|
|
|
|
|
|
|
|
|
c = TestClient(host="127.0.0.1", port=4006)
|
|
|
|
|
c = TestClient(host="kerpia.cryto.net", port=4006)
|
|
|
|
|
|
|
|
|
|
c.send({"test": "just sending some test data...", "number": 41, "file": open("testdata.dat", "rb")})
|
|
|
|
|
|
|
|
|
|