On Tue, 25 Mar 2014 20:36:46 +0100
Windhya Rankothge <[email protected]> wrote:

> I have following code where my controller is waiting for a client to send a
> file through port 6633 and I will use the file to add flows.. (class
> ReceiverFile:).. When client send the file, controller shows the following
> message..

First, 6633 is used by OpenFlow so I don't think that you can use
it. If you really want to use it, then you have to extend the OF
protocol. I'm not sure what you want to do but if you just want to
receive a file and adds some flows in the file, then why not implement
it on the top of the existing HTTP feature?

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to