Hi, On 2015年08月31日 22:55, mehran shetabi wrote: > Hi, > How can I create a UDP message with some value in it and send it from a Ryu > controller to a host connected to the switch of that controller? > Would you please give me some code that do this? > Thank you,
Ryu offers a library for easier handling of raw packets(udp,ethernet,ipv4...) from applications. Please refer to the Ryu-Book to learn how to use this Packet Library. http://osrg.github.io/ryu-book/en/html/packet_lib.html thanks, > > ................................................... > mehran shetabi > PhD student > Computer Engineering Department > IUST > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
