Finalize technology
Closed this issue · 1 comments
harmjan commented
Finalize all decisions on what technology to use to build the hypervisor.
I am myself most proficient with C++. I am probably going to use some boost libraries as beside the stl.
To parse/handle openflow packets a few libraries exist:
- Loxigen
- libfluid
- openflow.h header
I am leaning towards parsing the packets myself with boost asio, then unpack with libfluid_msg.
harmjan commented
Currently trying boost asio with the libfluid parse functionality