Skip to content

teto/ns-3-dce

 
 

Repository files navigation

Build status Documentation Status License

What is Direct Code Execution (DCE) ?

Direct Code Execution (DCE) is a framework for ns-3 that provides facilities to execute, within ns-3, existing implementations of userspace and kernelspace network protocols or applications without source code changes. For example, instead of using ns-3’s implementation of a ping-like application, you can use the real ping application. You can also use the Linux networking stack in simulations.

More explanation available on: http://www.nsnam.org/projects/direct-code-execution/

Documentation

In case you have a question, you should first refer to the documentation:

And look for answers on the ns3 mailing list https://groups.google.com/forum/#!forum/ns-3-users.

Contribute

Development is done on github and bugs should be filed at https://github.com/direct-code-execution/ns-3-dce/issues.

The mailing list used to discuss internals is the same as ns3's: ns-developers at isi.edu

License

DCE is available under the GPLv2 license. A copy is available in the repository.

Similar projects:

Packages

No packages published

Languages

  • C++ 71.4%
  • Perl 12.9%
  • Python 12.5%
  • C 2.1%
  • Shell 0.9%
  • XSLT 0.2%