Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Add topo http command
@ 2018-06-12  7:03 ogawa.yasufumi
  2018-06-12  7:03 ` [spp] [PATCH 1/2] controller: add websocket server for topo cmd ogawa.yasufumi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ogawa.yasufumi @ 2018-06-12  7:03 UTC (permalink / raw)
  To: ferruh.yigit, spp; +Cc: Yasufumi Ogawa

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

'topo http' command is used to display in a browser. It is useful if you
login and run SPP controller via ssh because you cannot display an image
on the terminal from remote node.

To use this feature, you should install 'tornado' websocket server and
'websocket-client' with pip.

This series of patches is for adding websocket server and client side
scripts. It also includes updates of documentation for how to setup and
usages.


Yasufumi Ogawa (2):
  controller: add websocket server for topo cmd
  docs: update topo command manual

 docs/guides/commands/experimental.rst         | 33 ++++++-
 src/controller/websocket/spp_ws.py            | 98 +++++++++++++++++++
 src/controller/websocket/static/main.css      | 67 +++++++++++++
 src/controller/websocket/static/spp_ws.js     | 70 +++++++++++++
 src/controller/websocket/templates/index.html | 40 ++++++++
 5 files changed, 304 insertions(+), 4 deletions(-)
 create mode 100755 src/controller/websocket/spp_ws.py
 create mode 100644 src/controller/websocket/static/main.css
 create mode 100644 src/controller/websocket/static/spp_ws.js
 create mode 100644 src/controller/websocket/templates/index.html

-- 
2.17.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-27 10:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12  7:03 [spp] [PATCH 0/2] Add topo http command ogawa.yasufumi
2018-06-12  7:03 ` [spp] [PATCH 1/2] controller: add websocket server for topo cmd ogawa.yasufumi
2018-06-12  7:03 ` [spp] [PATCH 2/2] docs: update topo command manual ogawa.yasufumi
2018-06-27 10:52 ` [spp] [PATCH 0/2] Add topo http command Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).