Commit Graph

37 Commits

Author SHA1 Message Date
Mathieu Lacage
e173bb868d remove example of p2p static routing: this requires using the low-level API and we don't want to show how to do this. 2008-03-31 13:44:08 -07:00
Raj Bhattacharjea
f2769ba5a5 Remove the TCP examples that aren't in line with the helper API 2008-03-31 12:22:05 -04:00
Mathieu Lacage
295c1cd3d5 move wifi examples to example directory 2008-03-19 12:42:54 -07:00
Raj Bhattacharjea
6c3559792c Added in ns-3-tcp (second try) 2008-01-25 13:57:38 -05:00
Tom Henderson
c3cbbcacd7 Add src/common/error-model implementation and example script, and add to NetDevices 2007-11-14 20:40:05 -08:00
Tom Henderson
e5241d93e5 back out unrelated changes 2007-10-13 15:10:23 -07:00
Tom Henderson
6804f40bc4 Clarify pkt-uid field in doxygen 2007-10-13 15:06:35 -07:00
Tom Henderson
c96ad24a35 Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc 2007-10-06 21:21:07 -07: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
3e77a6301d merge with ns-3-dev 2007-09-12 18:06:09 +01:00
Gustavo J. A. M. Carneiro
4a6e5ee331 merge with ns-3-dev 2007-09-11 14:52:15 +01:00
Craig Dowell
20bf1d71bb merge with trunk 2007-09-10 15:50:07 -07:00
Gustavo J. A. M. Carneiro
42189e5c52 Update OLSR code to NS-3 API changes. 2007-09-06 13:34:54 +01:00
Gustavo J. A. M. Carneiro
5631c4d214 merge 2007-09-05 18:42:41 +01:00
Tom Henderson
929e23b74e Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script 2007-09-04 21:26:54 -07:00
Raj Bhattacharjea
74f9163b24 Remove references to really-simple-point-to-point, fix build 2007-08-28 10:20:13 -04:00
George Riley
391b3eef11 Change the protocol stack processing to pass packets by non-const
reference, rather than const reference and value as was previously done.
Also change  the queue semantics to return the packet on a deque, rather
than requiring a packet as a parameter.  The problem with the original
approach was that packet UID's were getting skipped.  The fix handles
the uid properly, and we get sequential packet uid's on the trace file.
2007-08-24 11:44:11 -04:00
Craig Dowell
dfae0be7d0 branch merge 2007-08-12 22:43:25 -07:00
Craig Dowell
5099a91a21 untested multicast support 2007-08-12 13:59:49 -07:00
Tom Henderson
883d92940f global routing csma patch 2007-08-10 13:33:45 -07:00
Craig Dowell
aaa8a45658 rename to csma 2007-08-09 15:56:28 -07: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
913319d9e3 merge packet socket with trunk 2007-08-06 09:59:29 +02: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
Mathieu Lacage
a4c3028881 example code. 2007-08-01 10:29:40 +02:00
Gustavo J. A. M. Carneiro
f597f96152 solve some merge problems 2007-07-30 15:03:45 +01: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
Tom Henderson
a9fe0f2d23 rename example from p2p to point-to-point 2007-07-27 13:07:36 -07:00
Tom Henderson
5e4dbc66dc new script for csma-cd 2007-07-27 12:50:31 -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
b078d91894 cleanup the wscripts 2007-07-27 20:45:07 +02:00
Gustavo J. A. M. Carneiro
76223227ba Allow compiling the 'routing' module and example with WAF 2007-07-17 11:02:14 +01: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