mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
RPC test file lel.
This commit is contained in:
parent
568a076266
commit
4726448032
1 changed files with 5 additions and 0 deletions
5
dev/tools/rpc/rpctest.py
Normal file
5
dev/tools/rpc/rpctest.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import pyjsonrpc
|
||||
|
||||
http_client = pyjsonrpc.HttpClient(url = 'http://localhost:8080')
|
||||
print 'Connected'
|
||||
print http_client.ping('test')
|
Loading…
Reference in a new issue