|
sketchbook
|
Classes | |
| class | websocket |
Functions | |
| def | debugmsg |
| def | login |
| def | read_resp |
| def | send_req |
| def | get_ver |
| def | put_file |
| def | get_file |
| def | help |
| def | error |
| def | parse_remote |
| def | main |
Variables | |
| int | USE_BUILTIN_WEBSOCKET = 0 |
| string | SANDBOX = "" |
| int | DEBUG = 0 |
| string | WEBREPL_REQ_S = "<2sBBQLH64s" |
| int | WEBREPL_PUT_FILE = 1 |
| int | WEBREPL_GET_FILE = 2 |
| int | WEBREPL_GET_VER = 3 |
| def webrepl_cli.debugmsg | ( | msg | ) |
| def webrepl_cli.error | ( | msg | ) |
| def webrepl_cli.get_file | ( | ws, | |
| local_file, | |||
| remote_file | |||
| ) |
| def webrepl_cli.get_ver | ( | ws | ) |
| def webrepl_cli.help | ( | rc = 0 | ) |
| def webrepl_cli.login | ( | ws, | |
| passwd | |||
| ) |
| def webrepl_cli.main | ( | void | ) |
| def webrepl_cli.parse_remote | ( | remote | ) |
| def webrepl_cli.put_file | ( | ws, | |
| local_file, | |||
| remote_file | |||
| ) |
| def webrepl_cli.read_resp | ( | ws | ) |
| def webrepl_cli.send_req | ( | ws, | |
| op, | |||
sz = 0, |
|||
fname = b"" |
|||
| ) |
| int webrepl_cli.DEBUG = 0 |
| string webrepl_cli.SANDBOX = "" |
| int webrepl_cli.USE_BUILTIN_WEBSOCKET = 0 |
| int webrepl_cli.WEBREPL_GET_FILE = 2 |
| int webrepl_cli.WEBREPL_GET_VER = 3 |
| int webrepl_cli.WEBREPL_PUT_FILE = 1 |
| string webrepl_cli.WEBREPL_REQ_S = "<2sBBQLH64s" |
1.8.6