ryu-book has an example to use ryu packet library for that purpose. http://osrg.github.io/ryu-book/en/html/packet_lib.html
> Hello Ruchika, > You can do it. You can use some tools like Scapy (python based tool) in the > controller and create a custom packet and pushed it down to the soft switch > using packet_out event message. > > On Wed, Mar 18, 2015 at 10:38 AM, Ruchika Luthra < > [email protected]> wrote: > >> Hello, >> >> I want to create a custom packet(by specifying all the protocol header and >> specific payload) in ryu controller and push it to down to soft switch. Is >> it doable? If yes, what steps should I follow? >> >> Thank you >> >> Ruchika Luthra >> >> _______________________________________________ >> openflow-discuss mailing list >> [email protected] >> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss >> >> > > > -- > With regards, > Quamar Niyaz ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
