Commit Graph

64 Commits

Author SHA1 Message Date
Tom Henderson
cd5b642dc5 add dynamic global routing example script 2008-12-11 12:43:11 -08:00
Craig Dowell
1e42d9bae7 add bridged routing example 2008-11-18 15:46:46 -08:00
Craig Dowell
586aa57b97 osx doesn't emu 2008-11-07 20:41:38 -08:00
Unknown
a9914ca540 Initial IPv6 capability 2008-11-07 11:36:15 -08:00
Craig Dowell
9df77a6cdd add emu-udp-echo example 2008-10-30 10:00:41 -07:00
Craig Dowell
6eeec4502a Apply icmp-application patch frm lacage 2008-10-29 11:19:01 -07:00
Craig Dowell
af16634027 csma version of install star and example 2008-10-24 17:29:26 -07:00
Craig Dowell
f18f28985f make star topologies easier to create 2008-10-24 15:50:52 -07:00
Raj Bhattacharjea
48ac0501a0 Fix TCP closedown FINs, and remove broken tcp-erros example (bug 242) 2008-09-07 19:38:26 -04:00
Mathieu Lacage
c0dcf4a2cd testcase for wifi bridging 2008-09-04 10:08:02 -07:00
Craig Dowell
67313dc308 merge nsc phase one 2008-09-02 10:39:45 -07:00
Florian Westphal
d6dd23547b nsc: example files.
This adds two example files that will use the Linux
2.6.18 and 2.6.26 stacks provided by NSC.
2008-08-29 23:11:41 +02:00
Unknown
168361462f Stats module and example merged in. 2008-08-29 13:22:09 -04:00
Craig Dowell
3ba8dce954 add realtime simulator and associated tests 2008-08-26 15:34:57 -07:00
Raj Bhattacharjea
68f0b97baa rm examples/tcp-2way.cc 2008-08-10 15:45:27 -04:00
Gustavo J. A. M. Carneiro
d1a7261479 merge 2008-07-14 11:12:30 +01:00
Raj Bhattacharjea
c3a8ec5555 Add David Evensky's tcp-2way regression test 2008-07-09 17:04:29 -04:00
Raj Bhattacharjea
d236aad5e5 Check in a tcp example which has rate error models 2008-07-08 11:09:22 -04:00
Gustavo J. A. M. Carneiro
fe73953148 sync with ns-3-dev 2008-07-08 14:18:50 +01:00
Gustavo J. A. M. Carneiro
d00d6e123c Start of a BridgeNetDevice example, using csma (basically an Ethernet Switch). 2008-07-04 15:40:29 +01:00
Raj Bhattacharjea
7e12d28439 Add a tcp server example 2008-07-02 15:45:35 -04:00
Craig Dowell
9bb182aa54 work through second tutorial example 2008-06-28 22:39:06 -07:00
Craig Dowell
f58dda2fcb add updated tutorial examples 2008-06-28 19:39:46 -07:00
Mathieu Lacage
1fe76d94f1 remove tcp-2way from examples. mistake from changeset c8011a2a0c60 2008-06-21 13:22:39 -07:00
Mathieu Lacage
c3fb9059ac another testcase for bug 217. Make sure we do not report tags outside of the current range 2008-06-21 08:55:04 -07:00
Mathieu Lacage
82e92545aa bug 186: internet-node directory must be renamed to internet-stack 2008-06-09 15:40:22 -07:00
Tom Henderson
c22d5c5733 revive mixed-wireless example from Simutools tutorial 2008-04-08 23:12:19 -07:00
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