Commit Graph

939 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
a08faa038f Stop OLSR simulation after 10 seconds (since OLSR never stops generating events) 2007-09-06 15:18:14 +01: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
Craig Dowell
07fb4b1e5b clarify use of wildcards in multicast routes versus default mulicast routes. 2007-09-04 18:06:06 -07:00
Gustavo J. A. M. Carneiro
0824ceacd9 WAF: as suggested by George, add a bunch of helper waf scripts that call the toplevel waf script, so that it is possible to compile with ./waf from emacs regardless of which buffer you are visiting (the other alternative is to install waf system wide and run 'waf'. 2007-09-08 19:24:39 +01:00
Raj Bhattacharjea
74f9163b24 Remove references to really-simple-point-to-point, fix build 2007-08-28 10:20:13 -04:00
Craig Dowell
551fe6ebc5 real multicast enet addr, more source routes, default multicast route 2007-08-27 23:46:14 -07:00
Craig Dowell
217edad33c add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob 2007-08-24 16:57:54 -07:00
Craig Dowell
89a326ebc5 merge with trunk 2007-08-24 13:29:51 -07: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
Raj Bhattacharjea
08bcb4249d clarified a comment 2007-08-22 12:02:42 -04:00
Craig Dowell
6b17652197 fix non-unique ethernet addresses 2007-08-13 23:40:51 -07:00
Craig Dowell
caab4a3f41 Silliness for optimized version 2007-08-13 20:14:36 -07:00
Craig Dowell
aecc283cb5 set source IP address in udp-socket packets 2007-08-13 19:54:47 -07:00
Craig Dowell
87c9e523c7 set source address in socket 2007-08-13 16:21:39 -07:00
Craig Dowell
90451d9635 cleanup. more complex multicast example 2007-08-13 14:58:06 -07:00
Craig Dowell
e567af9b24 more multicast plumbing 2007-08-13 12:08:01 -07:00
Craig Dowell
dfae0be7d0 branch merge 2007-08-12 22:43:25 -07:00
Craig Dowell
d62a38e533 many debug prints 2007-08-12 22:41:24 -07:00
Craig Dowell
bc8ee80491 debug prints to make validation easier 2007-08-12 15:51:12 -07:00
Craig Dowell
5099a91a21 untested multicast support 2007-08-12 13:59:49 -07:00
Tom Henderson
5da9cd2205 remove spurious examples/simple-p2p.cc 2007-08-10 13:49:41 -07:00
Tom Henderson
883d92940f global routing csma patch 2007-08-10 13:33:45 -07:00
Craig Dowell
250109b215 remove old file 2007-08-09 15:58:13 -07:00
Craig Dowell
aaa8a45658 rename to csma 2007-08-09 15:56:28 -07:00
Mathieu Lacage
c4ccb4a8ca merge 2007-08-09 09:39:29 +02:00
Mathieu Lacage
7f3f471f12 rename Bind to DefaultValue::Bind. fix bug 62 2007-08-08 16:41: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
caf9c39afa make the previous merge actually work 2007-08-06 15:45:29 +02:00
Mathieu Lacage
0db07e14d6 merge implicit conversion tree 2007-08-06 15:32:27 +02:00
Mathieu Lacage
4946bbcf97 main should return a value 2007-08-06 10:29:19 +02:00
Mathieu Lacage
fbbd5dc9a6 use the InetSocketAddress API for ip sockets 2007-08-06 10:06:25 +02:00
Mathieu Lacage
913319d9e3 merge packet socket with trunk 2007-08-06 09:59:29 +02:00
Tom Henderson
5de2add9c3 fix compilation problems and test 2007-08-03 09:49:02 -07: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
707b722c36 fix tracing 2007-08-01 13:53:48 +02:00
Mathieu Lacage
a4c3028881 example code. 2007-08-01 10:29:40 +02:00
Mathieu Lacage
802ac99d0d remove extra includes 2007-08-01 09:15:48 +02:00
Tom Henderson
d3f1f2a341 remove manual routing commands from example script 2007-07-31 09:45:13 -07:00
Craig Dowell
833462a84e add simple-global-routing.cc 2007-07-30 15:50:20 -07:00
Gustavo J. A. M. Carneiro
e4dedb226f Add a simpler olsr::EnableAllNodes API as suggested by Mathieu. 2007-07-30 17:33:12 +01:00
Gustavo J. A. M. Carneiro
8cb57d43d6 Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl. 2007-07-30 17:06:06 +01: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
Mathieu Lacage
2641f7fe88 InetSocketAddress: replace explicit conversion to implicit conversion 2007-07-30 14:07:39 +02:00
Mathieu Lacage
df7f115415 InetAddress -> InetSocketAddress 2007-07-30 13:29:36 +02:00
Mathieu Lacage
7b9fbc36e1 merge 2007-07-30 10:35:03 +02:00
Tom Henderson
e7f300bc7c fix tracing 2007-07-27 14:54:41 -07:00