diff --git a/dev/tools/rpc/rpctest.py b/dev/tools/rpc/rpctest.py new file mode 100644 index 00000000..ed148a01 --- /dev/null +++ b/dev/tools/rpc/rpctest.py @@ -0,0 +1,5 @@ +import pyjsonrpc + +http_client = pyjsonrpc.HttpClient(url = 'http://localhost:8080') +print 'Connected' +print http_client.ping('test') \ No newline at end of file