[Ryu-devel] Simple_switch_rest_13
Brought to you by:
nz_gizmoguy
|
From: Hiroshi M. <miy...@gm...> - 2014-02-25 04:10:48
|
Hi all, I am quite newbie for RYU and python. I'm trying to use simple_switch_rest_api.py, but I cannot succeed. The source code was downloaded from GitHub ryu-book/ja/source/sources/simple_switch_rest_13.py When I run > sudo ryu-manager --verbose ./simple_switch_rest_13 There is no error on the screen, but at least the tcp port 6633 is not opened. I have succeeded to run simple_switch_13.py and simple_monitor.py. My environment is as following. ~/ryu$ python --version Python 2.7.3 ~/ryu$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS" Could you please give me hints? Best regards, .....miyahiro |