Commit Graph

185 Commits

Author SHA1 Message Date
Mitch Watrous
24f7bc6f0c Make emu and template modules not be built if not appropriate 2011-05-27 14:48:14 -07:00
Tommaso Pecorella
100da97e37 Bug 1101 - Sqlite stats disappeared from configuration file src/wscript 2011-05-18 23:38:16 +02:00
Mitch Watrous
b17a6f8332 Create a template module 2011-05-04 20:02:57 -07:00
Gustavo J. A. M. Carneiro
82b7ca17b4 Link Python bindings modules to all enabled ns-3 module libraries. Fixes #1117. 2011-04-29 18:27:03 +01:00
John Abraham
d406a5b87d Bug 1105 Move topology helpers into separate per-device modules 2011-04-26 15:18:32 -07:00
Mathieu Lacage
b52ff87b43 fix typo: % should be $ 2011-04-19 14:39:15 +02:00
Mitch Watrous
46d63e113b Make examples and tests be enabled from the .ns3rc file 2011-04-12 10:39:17 -07:00
Gustavo J. A. M. Carneiro
fcbfd69b94 Fix a waf problem when generating pkgconfig files 2011-04-12 13:12:02 +01:00
Mathieu Lacage
27ef348db8 generate pkg-config files for installation. 2011-04-11 15:19:44 +02:00
Mathieu Lacage
3e1a068ba8 install ns-3 headers in include/ns-3 upon 'waf install' 2011-04-07 08:52:19 +02:00
Gustavo J. A. M. Carneiro
35a81dd4e4 Modular bindings: add support for <module>.py and _<module>.so layout, for extending modules in Python 2011-03-27 23:35:55 +01:00
Gustavo J. A. M. Carneiro
5787b9bf36 Modular bindings: add missing dep on the modulegen_customizations.py file, when found 2011-03-27 22:50:00 +01:00
Mitch Watrous
0991609058 Move visualizer module out of tools directory 2011-03-24 10:54:24 -07:00
Gustavo J. A. M. Carneiro
2d53fa5e7b ./waf --apiscan: fix bug in detection of whether the per-module bindings dir exists 2011-03-24 16:57:27 +00:00
Mitch Watrous
8a8d425071 Split contrib module into config-store and tools 2011-03-24 09:23:44 -07:00
Mitch Watrous
bebeba14ee Move flow-monitor module out of contrib directory 2011-03-22 16:56:10 -07:00
Mitch Watrous
d6b315e54b Move energy module out of contrib directory 2011-03-22 16:40:32 -07:00
Gustavo J. A. M. Carneiro
cd87dde152 Modular bindings: make each python extension module link only to the required ns-3 modular libraries 2011-03-22 16:23:36 +00:00
Gustavo J. A. M. Carneiro
2a16dbfa9b ./waf --apiscan=all: now only scans modules that have bld.ns3_python_bindings() in their wscript 2011-03-22 15:56:41 +00:00
Mitch Watrous
4ec8e661c0 Test implicitly dependent modules 2011-03-21 11:26:56 -07:00
Gustavo J. A. M. Carneiro
3a41db8ea9 Modular bindings: bug fixes, more verbose scanning 2011-03-20 15:08:20 +00:00
Gustavo J. A. M. Carneiro
308efe383b Modular bindings: skip a binding module if the corresponding ns-3 module is not enabled 2011-03-20 14:18:56 +00:00
Mitch Watrous
28384516a2 Create separate module and test-module libraries 2011-03-18 10:58:21 -07:00
Gustavo J. A. M. Carneiro
6015e64410 Modular bindings: handle module names with hyphens 2011-03-13 18:38:59 +00:00
Gustavo J. A. M. Carneiro
644c788a1b Modular bindings: generate a compatibility 'ns3' module that imports the modular bindings 2011-03-13 16:03:33 +00:00
Gustavo J. A. M. Carneiro
0e1798fe7f merge 2011-03-12 18:35:56 +00:00
Gustavo J. A. M. Carneiro
089fbdcb5c Modular Python bindings work (many bug fixes, more modules tested) 2011-03-12 18:34:30 +00:00
Josh Pelkey
27080192c3 Merge OpenFlow 2011-03-11 15:21:50 -05:00
Mitch Watrous
6ed04ac8f4 Make mesh, dot11s, and flame modules create only one module 2011-03-08 11:58:49 -08:00
Gustavo J. A. M. Carneiro
e9e8846342 Make ns3_python_bindings skip bindings with warning if apidefs dir not found 2011-03-08 15:02:28 +00:00
Gustavo J. A. M. Carneiro
fe00899bdc merge 2011-03-08 12:46:53 +00:00
Mitch Watrous
1d41d30c36 Make dot11s and flame modules be subdirectories of mesh 2011-03-07 10:46:12 -08:00
Tom Henderson
18f2715506 remove src/helper module 2011-03-05 11:47:37 -08:00
Tom Henderson
344f51c8af Add netanim module 2011-03-05 10:51:26 -08:00
Mitch Watrous
a870eef8b7 Modularize stats module and move it to src 2011-03-04 10:56:07 -08:00
Mitch Watrous
7049eb54e2 Modularize topology-read module and move it to src 2011-03-04 09:59:42 -08:00
Lalith Suresh
1ae8c1b656 Moves devices/* and routing/* to src/ 2011-03-04 01:26:54 +00:00
Mitch Watrous
3cd5fc27a8 Modularize mesh module and move it to src 2011-03-03 16:27:21 -08:00
Mitch Watrous
2a60f5c625 Modularize dot11s module and move it to src 2011-03-03 15:36:54 -08:00
Mitch Watrous
e4ad697758 Modularize flame module and move it to src 2011-03-03 14:03:30 -08:00
Mitch Watrous
58f7066b70 Move applications to a single module 2011-03-02 13:42:28 -08:00
Tom Henderson
c4e4de9ac3 Rename internet-stack to internet, and organize module 2011-02-25 10:32:35 -08:00
Lalith Suresh
352348d296 NS-3 Click Integration merge 2011-02-23 17:17:27 +00:00
Tom Henderson
ca7b93cc3d Merge node and common modules into new network module 2011-02-21 09:11:37 -08:00
Tom Henderson
df07734f32 merge src/simulator into src/core; move src/core to new module layout 2011-02-18 16:05:39 -08:00
Nicola Baldo
e9c4fdeef4 created spectrum module 2011-01-31 10:13:32 +01:00
Tom Henderson
3102c800d7 create propagation module; move files from common module 2011-01-28 14:11:21 -08:00
Hemanth Narra
079847d813 DSDV routing protocol 2010-12-21 22:43:06 -08:00
Giuseppe Piro
26ad3245ad merged with ns-3-dev 2010-12-21 17:46:35 +01:00
Josh Pelkey
40187d0511 Add BulkSendApplication 2010-12-16 20:24:14 -05:00