direct-code-execution / ns-3-dce

Run real programs in the discrete time simulator ns3
http://www.nsnam.org/projects/direct-code-execution/
75 stars 46 forks source link

Add support for Python bindings #121

Closed tomhenderson closed 3 years ago

tomhenderson commented 3 years ago

This commit from Parth fixes compilation failures due to Waf detecting that python bindings can be enabled, but the bindings being out of date.

A separate commit (https://github.com/ParthPratim/ns-3-dce/commit/d56f295309d228804f966ec8997df7460d1a785a) is available for fixing the --apiscan capability and can be submitted as a follow-on.