Add parsing of ns-3 configuration file

This commit is contained in:
Mitch Watrous
2011-03-04 15:41:14 -08:00
parent f3a7847c3b
commit c482d49e6f
3 changed files with 103 additions and 0 deletions

7
utils/.ns3rc Normal file
View File

@@ -0,0 +1,7 @@
#! /usr/bin/env python
# A list of the modules that will be enabled when ns-3 is run.
# Modules that depend on the listed modules will be enabled also.
#
# All modules can be enabled by choosing 'all_modules'.
modules_enabled = ['all_modules']