Poodletooth-iLand/dev/tools/rpc/rpctest.py

5 lines
132 B
Python
Raw Normal View History

2015-07-06 07:09:32 -05:00
import pyjsonrpc
http_client = pyjsonrpc.HttpClient(url = 'http://localhost:8080')
print 'Connected'
print http_client.ping('test')