TUDelftNAS/Delftvisor

Finalize technology

Closed this issue · 1 comments

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.

Currently trying boost asio with the libfluid parse functionality