Commit Graph

64 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
8022254256 Fix --python-scan 2008-12-29 15:48:34 +00:00
Gustavo J. A. M. Carneiro
f19d54fddd Upgrade to new WAF, work in progress 2008-12-29 13:28:54 +00:00
Craig Dowell
586aa57b97 osx doesn't emu 2008-11-07 20:41:38 -08:00
Craig Dowell
8950779748 remove tap device and helper 2008-11-05 14:08:54 -08:00
Craig Dowell
d8b151d4fe rework to address suid root issues 2008-10-29 22:39:36 -07:00
Craig Dowell
bc35a1b17b branch merge 2008-10-29 11:49:21 -07:00
Craig Dowell
6eeec4502a Apply icmp-application patch frm lacage 2008-10-29 11:19:01 -07:00
Craig Dowell
eeea109010 give up on merging tap and emulated, break apart 2008-10-27 22:01:24 -07:00
Craig Dowell
622ced4462 merge in tap device 2008-10-27 13:01:28 -07:00
Craig Dowell
67313dc308 merge nsc phase one 2008-09-02 10:39:45 -07:00
Florian Westphal
235ac2801f nsc: enable network simulation cradle
This adds the hooks to allow the nsc code to be compiled into ns-3 if
the --nsc flag is specified during 'waf configure'.
2008-08-29 23:10:00 +02:00
Unknown
168361462f Stats module and example merged in. 2008-08-29 13:22:09 -04:00
Mathieu Lacage
4ba6e58745 bug 266: src/wscript unconditionally sets conf.env['NS3_MODULE_PATH'] 2008-07-31 15:04:01 -07:00
Gustavo J. A. M. Carneiro
f8a561c16a Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames. 2008-07-04 15:39:24 +01:00
Mathieu Lacage
82e92545aa bug 186: internet-node directory must be renamed to internet-stack 2008-06-09 15:40:22 -07:00
Mathieu Lacage
ca3c48f8e8 a basic but useful Gtk+-based config-store 2008-05-13 17:02:52 -07:00
Gustavo J. A. M. Carneiro
b61d0ff5f2 WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled. 2008-04-26 21:54:36 +01:00
Gustavo J. A. M. Carneiro
e1d6ca18e1 Don't generate module dependencies includes in module headers. 2008-03-26 18:20:30 +00:00
Gustavo J. A. M. Carneiro
516eb971a3 Generate foo-module.h module aggreator header files, for use in user scripts. 2008-03-15 16:13:18 +00:00
Gustavo J. A. M. Carneiro
9cf6137916 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to. 2007-12-26 13:40:39 +00:00
Mathieu Lacage
c4b1bff412 move helpers to their own dir. 2008-03-13 14:24:45 -07:00
Mathieu Lacage
b8fbe8341f merge with HEAD 2007-12-11 10:25:34 +01:00
Gustavo J. A. M. Carneiro
0ee86b72fb New waf snapshot; move the ns3 library back to the top build dir (the 'lib' was only a workaround for a waf problem); allow --enable-modules on a per build run basis. 2007-12-09 14:39:07 +00:00
Mathieu Lacage
8a825ee775 merge with HEAD 2007-12-07 08:43:55 +01:00
Gustavo J. A. M. Carneiro
8debe6ef1d Create a new contrib module; move event-garbage-collector.{h,cc} to the contrib module. 2007-12-06 11:05:17 +00:00
Gustavo J. A. M. Carneiro
bab56b0d88 Add support for publishing ns3 headers in a subdir of ns3/ (we probably won't be needing this, but since it was implemented it might as well be commited, in case we ever need it) 2007-12-05 11:51:10 +00:00
Mathieu Lacage
284ebcc23f merge with Ptr<Packet> branch 2007-11-22 10:44:48 +01:00
Gustavo J. A. M. Carneiro
7f0a1a1caf WAF: add a new --enable-modules configure option, to tell WAF to build only the specified set of ns-3 modules and its dependencies; programs depending on those modules are automatically excluded from the build. 2007-11-20 18:27:43 +00:00
Mathieu Lacage
83e7cf54f4 merge with HEAD 2007-10-16 14:44:36 +02:00
Mathieu Lacage
3745686f38 merge with trunk 2007-10-01 15:41:19 +02:00
Gustavo J. A. M. Carneiro
0826d6de53 merge with ns-3-dev 2007-09-21 13:59:03 +01:00
Craig Dowell
77e7c6f60f start of udp echo applications 2007-09-12 15:23:25 -07:00
Gustavo J. A. M. Carneiro
5631c4d214 merge 2007-09-05 18:42:41 +01:00
Gustavo J. A. M. Carneiro
afbb95d987 Build the ns3 library in the build/<variant> root, not in build/<variant>/src. 2007-08-28 16:53:01 +01:00
Mathieu Lacage
e23f26a8f3 start of work towards port of wifi code 2007-08-24 15:12:12 +02:00
Craig Dowell
aaa8a45658 rename to csma 2007-08-09 15:56:28 -07:00
Gustavo J. A. M. Carneiro
bac11af00e Build all modules as a single ns3 shared library. 2007-08-08 21:07:52 +01:00
Gustavo J. A. M. Carneiro
0eca73234a WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file. 2007-08-08 15:10:36 +01:00
Gustavo J. A. M. Carneiro
a34d15da01 Revert experimental code in src/wscript accidentally committed. 2007-08-08 14:11:29 +01:00
Gustavo J. A. M. Carneiro
f302d055e9 WAF: handle --doxygen before building; now only generates docs and does not build anything. 2007-08-08 12:36:59 +01:00
Tom Henderson
de77db64fc interim 2007-08-03 09:29:57 -07:00
Tom Henderson
fce7c3cc39 merge with ns-3-dev 2007-08-03 08:29:24 -07:00
Gustavo J. A. M. Carneiro
0f5b5f1f6c merge 2007-07-30 15:01:18 +01:00
Craig Dowell
d38da7ae3d rename party 2007-07-27 14:04:54 -07:00
Gustavo J. A. M. Carneiro
a7089873e9 Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia). 2007-07-26 12:49:00 +01:00
Emmanuelle Laprise
31530c7311 a csma/cd NetDevice subclass and a test script 2007-07-27 21:17:14 +02:00
Emmanuelle Laprise
54af49fe40 src/devices/p2p -> src/devices/point-to-point 2007-07-27 20:17:23 +02:00
Gustavo J. A. M. Carneiro
35e5c48814 WAF: make list of modules (all_modules) a tuple instead of list, because it is hashable, and this way newer WAF is able to notice changes in it and automatically trigger a reconfiguration. 2007-07-24 16:13:31 +01:00
Mathieu Lacage
014bc9ed79 mobility models 2007-07-23 15:53:54 +02:00
Gustavo J. A. M. Carneiro
f0a90a46ed WAF: add back the --enable-rpath option, per Mathieu's request, though disabled by default. 2007-07-20 11:38:16 +01:00