RPC test file lel.

This commit is contained in:
Loudrob 2015-07-06 08:09:32 -04:00
parent 568a076266
commit 4726448032

5
dev/tools/rpc/rpctest.py Normal file
View file

@ -0,0 +1,5 @@
import pyjsonrpc
http_client = pyjsonrpc.HttpClient(url = 'http://localhost:8080')
print 'Connected'
print http_client.ping('test')