this set implements msgpack-based rpc library.

FUJITA Tomonori (1):
  msgpack rpc helper

YAMAMOTO Takashi (6):
  msgpack-rpc fixes and improvements
  rpc: prefix closed_by_peer with _ as it's private
  msgpack-rpc: unit tests
  add rpc.Client.peek_notification
  a simple command line msgpack-rpc client
  rpc-cli man page

yuta-hamada (1):
  rpc: If the socket is closed by peer, endpoint stop the serve.

 bin/rpc-cli                    |  20 +++
 doc/source/conf.py             |   2 +
 doc/source/man/rpc_cli.rst     |  20 +++
 run_tests.sh                   |   2 +-
 ryu/cmd/rpc_cli.py             | 237 ++++++++++++++++++++++++++
 ryu/lib/rpc.py                 | 314 +++++++++++++++++++++++++++++++++++
 ryu/tests/unit/lib/test_rpc.py | 369 +++++++++++++++++++++++++++++++++++++++++
 setup.cfg                      |   3 +-
 tools/pip-requires             |   1 +
 9 files changed, 966 insertions(+), 2 deletions(-)
 create mode 100755 bin/rpc-cli
 create mode 100644 doc/source/man/rpc_cli.rst
 create mode 100755 ryu/cmd/rpc_cli.py
 create mode 100644 ryu/lib/rpc.py
 create mode 100644 ryu/tests/unit/lib/test_rpc.py

-- 
1.8.3.1


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to