Poodletooth-iLand/dev/tools/rpc/rpctest.py
2015-07-06 08:09:32 -04:00

5 lines
No EOL
132 B
Python

import pyjsonrpc
http_client = pyjsonrpc.HttpClient(url = 'http://localhost:8080')
print 'Connected'
print http_client.ping('test')