Commit Graph

50 Commits

Author SHA1 Message Date
Mitch Watrous
8a8d425071 Split contrib module into config-store and tools 2011-03-24 09:23:44 -07:00
Mitch Watrous
28384516a2 Create separate module and test-module libraries 2011-03-18 10:58:21 -07:00
Tom Henderson
18f2715506 remove src/helper module 2011-03-05 11:47:37 -08:00
Mitch Watrous
58f7066b70 Move applications to a single module 2011-03-02 13:42:28 -08:00
Tom Henderson
6c091a9030 Fix sample dependency 2011-02-25 15:27:30 -08:00
Tom Henderson
89b6c3ede8 Fix some additional dependency issues 2011-02-25 12:11:11 -08:00
Tom Henderson
c4e4de9ac3 Rename internet-stack to internet, and organize module 2011-02-25 10:32:35 -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
Tom Henderson
6c2535afed fix example and sample dependencies 2011-01-28 14:11:42 -08:00
Tom Henderson
2268c2aea3 fix wscript dependency 2011-01-28 12:10:20 -08:00
Mitch Watrous
c5b17c156d Make core module not depend on simulator module 2011-01-19 10:51:11 -08:00
Tom Henderson
3d78f6c00d small modifications to the samples showing event scheduling 2010-12-22 16:35:11 -08:00
Tom Henderson
ad3b94d67e update some module dependencies for samples 2010-11-08 13:54:12 -08:00
Martín Giachino
2b36eff9bc 473: brand new NS-2 mobility trace reader merged 2010-06-20 17:21:22 +04:00
Tom Henderson
00cf8f924c Add simple random variable sample 2009-12-28 09:43:08 -08:00
Craig Dowell
a52357aa83 split examples, add examples, tweak test.py to minimize builds 2009-10-06 19:34:29 -07:00
Tom Henderson
dc9a6f22cb remove obsolete samples/main-test.cc 2009-09-27 23:46:10 -07:00
Tom Henderson
ea17ed970e main-ptr sample program was left out of build 2009-06-05 09:46:08 -07:00
Timo Bingmann
9613fb839c bug 475: GammaVariable and ErlangVariable 2009-04-16 10:07:48 +02:00
Gustavo J. A. M. Carneiro
e300331c6a samples/main-test-sync also depends on the realtime optional feature 2009-01-25 15:44:55 +00:00
Gustavo J. A. M. Carneiro
8d8d19ef45 Fix build for systems without posix threads library 2009-01-14 15:36:19 +00:00
Mathieu Lacage
f264e2efa2 merge with HEAD 2008-10-27 12:17:38 +01:00
Mathieu Lacage
c164d111bd forgot to build ns2 mobility sample 2008-10-24 12:39:53 +02:00
Craig Dowell
c101158f24 make simulator schedule calls explicitly relative throughout. fixes multithread problem in realtime simulator 2008-10-10 15:24:56 -07: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
ef44869539 merge TypeId in headers and trailers branch 2008-03-20 09:56:03 -07:00
Mathieu Lacage
295c1cd3d5 move wifi examples to example directory 2008-03-19 12:42:54 -07:00
Tom Henderson
e14aaceabe Add sample file for attribute values 2008-03-19 07:10:01 -07:00
Mathieu Lacage
c7be59d0c1 replace PacketPrinter with an iterator 2008-03-17 11:45:36 -07:00
Mathieu Lacage
bb5e793580 rewrite CommandLine to not handle DefaultValues anymore. 2008-03-09 23:43:52 +01:00
Mathieu Lacage
a5e8bdf451 avoid crashing AP wifi sample 2008-03-02 01:53:26 +01:00
Mathieu Lacage
5c83be026b port wifi model to Attributes 2008-03-01 21:21:53 +01:00
Mathieu Lacage
16a94230d2 convert Mobility subsystem to Value framework 2008-02-08 04:11:48 +01:00
Mathieu Lacage
a1bfcd1216 test propagation losses 2007-11-05 16:31:52 +01:00
Mathieu Lacage
ecd20983e8 merge with tip 2007-10-30 10:31:20 +01:00
Mathieu Lacage
66b200178f bug 96: debug.h duplicates functionality from log.h 2007-10-30 10:09:39 +01:00
Mathieu Lacage
0c5de08870 ap/sta sample 2007-10-19 12:10:01 +02:00
Mathieu Lacage
662356311a merge with head 2007-10-10 15:49:59 +02:00
Mathieu Lacage
3745686f38 merge with trunk 2007-10-01 15:41:19 +02:00
Gustavo J. A. M. Carneiro
c0b11f6eab Update random mobility sample to new API 2007-09-28 16:54:04 +01:00
Craig Dowell
77e7c6f60f start of udp echo applications 2007-09-12 15:23:25 -07:00
Mathieu Lacage
e23f26a8f3 start of work towards port of wifi code 2007-08-24 15:12:12 +02:00
Mathieu Lacage
b392b2a867 merge with trunk 2007-08-09 09:36:59 +02: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
Mathieu Lacage
b5f68770a3 move header sample and build tag sample 2007-08-08 11:20:49 +02:00
Mathieu Lacage
c05e7134ed doxygen improvements to Packet, Tags, and Headers/Trailers 2007-08-03 17:00:40 +02:00
Emmanuelle Laprise
b078d91894 cleanup the wscripts 2007-07-27 20:45:07 +02:00
Mathieu Lacage
014bc9ed79 mobility models 2007-07-23 15:53:54 +02:00
Gustavo J. A. M. Carneiro
ca2416f431 WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions. 2007-05-13 12:46:18 +01:00
Gustavo J. A. M. Carneiro
b2a87732c9 Add support for building with WAF 2007-05-07 12:01:51 +01:00