I really don't want to do my homework assignment tonight.
-
I really don't want to do my homework assignment tonight.
-
I really don't want to do my homework assignment tonight.
It's for Computer Networking. I have to write a processor that takes a bespoke CSV format for firewall rules and turns them into calls to OpenFlow using a Python library called pox.
-
It's for Computer Networking. I have to write a processor that takes a bespoke CSV format for firewall rules and turns them into calls to OpenFlow using a Python library called pox.
@evan Can I write it in PHP as long as I call the python library somehow?
-
@evan Can I write it in PHP as long as I call the python library somehow?
-
It's for Computer Networking. I have to write a processor that takes a bespoke CSV format for firewall rules and turns them into calls to OpenFlow using a Python library called pox.
OK, it turned out to be pretty fun. A lot of the work was looking up various arguments for pox classes and methods, but in the end it's a pretty tight firewall implementation that is passing the test suite. Yippee!