Hi,

What is the best way to parse UDP segments in ryu controller? I want to see
the application data.
I've tried this but it doesn't work:

udp_parser = stream_parser.StreamParser()
print udp_parser.parse(msg.data)

TypeError: Can't instantiate abstract class StreamParser with abstract
methods try_parse


-- 
Sincerely,
Garegin Grigoryan
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to