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
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
Tom Henderson
883d92940f
global routing csma patch
2007-08-10 13:33:45 -07:00
Tom Henderson
5da9cd2205
remove spurious examples/simple-p2p.cc
2007-08-10 13:49:41 -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
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
Tom Henderson
45773a987d
disable tracing; fix ifIndex assignment
2007-07-27 14:43:56 -07:00
Craig Dowell
ef462dbb5e
copywrongs
2007-07-27 14:09:02 -07: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
Mathieu Lacage
8474486b74
add extra conveniance constructors and use them
2007-07-27 08:47:58 +02:00
Mathieu Lacage
695119b3a5
Ipv4TransportAddress -> InetAddress
2007-07-27 08:44:26 +02:00
Mathieu Lacage
863de62880
ipv4-transport-address -> inet-address
2007-07-27 08:32:34 +02:00
Mathieu Lacage
c716994cab
convert Socket to use Address class
2007-07-27 08:23:20 +02:00
Mathieu Lacage
db6a90d956
replace MacAddress by Address
2007-07-26 17:36:53 +02:00
Mathieu Lacage
230b3840ad
cleanup simple example
2007-07-27 21:39:58 +02: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
Emmanuelle Laprise
0e21d85be1
src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-*
2007-07-27 20:26:36 +02:00
Tom Henderson
bc634975d4
remove old routing code
2007-07-23 19:02:55 -07:00
Craig Dowell
2f682ca9f8
single populate call
2007-07-23 15:53:37 -07:00
Craig Dowell
897a518750
parenthesis police were here
2007-07-20 14:28:18 -07:00
Craig Dowell
c9b7590dd9
turn off debug flag
2007-07-20 14:22:46 -07:00
Craig Dowell
4d3d250d5e
make static router a singleton, make implementation details private
2007-07-20 14:21:21 -07:00
Gustavo J. A. M. Carneiro
76223227ba
Allow compiling the 'routing' module and example with WAF
2007-07-17 11:02:14 +01:00
Tom Henderson
57b3448019
Check for static routing flag before instantiating a StaticRouteManager
2007-07-13 14:21:44 -07:00
Tom Henderson
c4ee764dd8
Debugged; works
2007-07-13 13:33:56 -07:00