moved ns3 from under daemon to the root of the project and updated references

This commit is contained in:
Blake J. Harnden 2018-01-04 16:34:22 -08:00
parent 3da4c32825
commit 77be7f5c30
16 changed files with 11 additions and 14 deletions

9
ns3/corens3/__init__.py Normal file
View file

@ -0,0 +1,9 @@
"""
corens3
Python package containing CORE components for use
with the ns-3 simulator.
See http://www.nrl.navy.mil/itd/ncs/products/core and
http://code.google.com/p/coreemu/ for more information on CORE.
"""