Hello,

I've been working with CORE (https://www.nrl.navy.mil/itd/ncs/products/core) 
for some time now and I was also hoping to implement SDN on it; in its 
documentation, it suggests the use of Ryu for SDN:

### Software Defined Networking
Ryu is a component-based software defined networking framework. Ryu provides 
software components with well defined API that make it easy for developers to 
create new network management and control applications. Ryu supports various 
protocols for managing network devices, such as OpenFlow, Netconf, OF-config, 
etc. About OpenFlow, Ryu supports fully 1.0, 1.2, 1.3, 1.4, 1.5 and Nicira 
Extensions. All of the code is freely available under the Apache 2.0 license.
```shell
```

#### Installation
##### Prerequisites
```shell
sudo apt-get install gcc python-dev libffi-dev libssl-dev libxml2-dev 
libxslt1-dev zlib1g-dev
```
##### Ryu Package Install
```shell
pip install ryu
```
##### Ryu Source Install
```shell
git clone git://github.com/osrg/ryu.git
cd ryu; pip install .
```

Do any of you know if Ryu actually works with CORE, and if so how? I am also 
asking this question in the CORE mailing list.

Best regards,
Ian Oakley
Research Specialist
IoT Security

+44 (0)1473 626841

[EmailSigLogo]
This email contains information from BT that might be privileged or 
confidential.
And it's only meant for the person above. If that's not you, we're sorry - we 
must
have sent it to you by mistake. Please email us to let us know, and don't copy 
or
forward it to anyone else. Thanks.

We monitor our email systems and may record all our emails.
British Telecommunications plc
R/O : 81 Newgate Street, London EC1A 7AJ
Registered in England: No 1800000

_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to