mami-project / mplane-sdk

mPlane protocol software development kit
1 stars 0 forks source link

Rewrite mpcli for websockets #19

Open britram opened 7 years ago

britram commented 7 years ago

mpcli uses the multithreaded HTTP client.py; it should be updated for the new asyncio websockets client.py. This may require new programmatic hooks for the websockets client.py.

britram commented 7 years ago

See #7

britram commented 7 years ago

Cmd.cmd is not up to the task here. Will need to rewrite this from scratch atop prompt_toolkit.