Commit Graph

137 Commits

Author SHA1 Message Date
Mathieu Lacage
83dcd91223 make Callback use a separate empty type 2007-05-25 14:13:23 +02:00
Mathieu Lacage
6c6a0073bf remove Interface 2007-05-25 10:04:38 +02:00
Mathieu Lacage
f86cf8b9c3 rename InterfaceObject to Object 2007-05-25 10:02:50 +02:00
Mathieu Lacage
45d2ebfc69 merge 2007-05-25 09:44:18 +02:00
Mathieu Lacage
df1cd3d5da remove ReferenceList: fix bug 27 2007-05-24 15:23:11 +02:00
Mathieu Lacage
64663cf3bd remove unused code 2007-05-20 14:34:46 +02:00
Mathieu Lacage
b09393e580 add VERSION to extra dist 2007-05-18 20:57:02 +02:00
Mathieu Lacage
43c9310f2e merge 2007-05-18 20:48:36 +02:00
Mathieu Lacage
b862b62fb9 pull version number from VERSION file 2007-05-18 20:48:24 +02:00
Tom Henderson
e8d95c4e7e Pick up codingstd.txt in dist; point interested waf users to build-waf.txt in the development branch 2007-05-18 11:13:57 -07:00
Mathieu Lacage
418ceadc2b add doc/architecture.pdf to dist 2007-05-18 18:06:00 +02:00
Mathieu Lacage
fdfcb95711 change version number to match ns convention 2007-05-18 17:26:28 +02:00
Mathieu Lacage
b3d1e90132 add benchmark by gustavo 2007-05-17 16:45:03 +02:00
Mathieu Lacage
f2c02fe3bb a replacement for the Interface base class 2007-05-17 14:39:54 +02:00
Mathieu Lacage
aa0d967512 improve dist support 2007-05-17 11:46:33 +02:00
Mathieu Lacage
58f1af736e fix scons dist and scons all for gcc 4.1 2007-05-17 07:51:22 +02:00
Mathieu Lacage
093b8557ce fix build 2007-05-14 17:00:49 +02:00
Mathieu Lacage
109139b07f make OnOffApplication not depend on IUdp 2007-05-14 12:59:44 +02:00
Mathieu Lacage
0d9f136298 rename internet-node.h to i-node-impl.h 2007-05-14 09:26:32 +02:00
Mathieu Lacage
1b0dbb2b34 rename node.h to i-node.h 2007-05-14 09:09:43 +02:00
Mathieu Lacage
87112f46f7 call Node::AddDevice from NetDevice::NetDevice 2007-05-13 09:58:53 +02:00
Mathieu Lacage
26c628e81a remove ApplicationList. Move functionality to Node class 2007-05-13 09:46:38 +02:00
Mathieu Lacage
6495c220a9 rename ns-unknown.h/cc ns-unknown-manager.h/cc 2007-05-11 18:42:39 +02:00
Mathieu Lacage
aa4cf039bf a first draft of a component manager 2007-05-06 18:59:36 +02:00
Mathieu Lacage
4b68e3f7fe define class Iid to replace the uint32_t as suggested by Gustavo 2007-05-06 11:20:12 +02:00
Mathieu Lacage
6e437f5103 move code around 2007-05-04 15:04:07 +02:00
Mathieu Lacage
ccd6f5b640 merge with HEAD 2007-05-04 14:03:12 +02:00
Mathieu Lacage
4f05b2b2fc remove Node::GetIpv4 2007-05-03 15:24:34 +02:00
Mathieu Lacage
b4810cc153 remove Node::GetArp 2007-05-03 14:39:37 +02:00
Mathieu Lacage
b1eccbe7bf define and implement IUdp 2007-05-03 14:20:04 +02:00
Mathieu Lacage
37434dca9c rename files 2007-05-03 10:49:28 +02:00
Mathieu Lacage
3ec8e09b8a airplane COM code 2007-05-03 10:34:35 +02:00
Mathieu Lacage
97f57a698b remove dead code 2007-05-03 00:35:39 +02:00
Mathieu Lacage
5528c400d0 implement Dispose properly throughout the network stack 2007-05-02 23:08:41 +02:00
Raj Bhattacharjea
34160210b4 Added default value sample 2007-05-02 15:23:35 -04:00
Mathieu Lacage
3dbf9f25e1 rework the socket/udp layer to remove the Ipv4EndPointDemux template 2007-05-02 19:14:34 +02:00
Mathieu Lacage
acf2d25cd5 rework the Node and NodeList classes to manage reference counts correctly 2007-05-02 13:44:41 +02:00
Mathieu Lacage
e8633acdca merge Packet API changes needed for Packet pretty printing. 2007-05-01 11:54:21 +02:00
Mathieu Lacage
a49c5e804c merge with pcap branch 2007-05-01 11:35:27 +02:00
Mathieu Lacage
399ba068e1 remove DatagramSocket, use Socket base class for UdpSocket subclass. 2007-04-30 16:23:10 +02:00
Mathieu Lacage
4219858cc2 remove external NetDeviceList and use the Node's integrated list 2007-04-30 10:21:49 +02:00
Mathieu Lacage
e63689a66f remove ipv4 interface from public API 2007-04-30 10:00:34 +02:00
Raj Bhattacharjea
327c365a41 Incorporated defaults and command-line arguments 2007-04-26 11:36:05 -04:00
Mathieu Lacage
6aba69af41 remove dead code 2007-03-30 00:11:51 +02:00
Mathieu Lacage
3af7a78855 put together a PcapTrace and test it 2007-03-29 23:24:10 +02:00
Mathieu Lacage
04a6e02b58 remove dead code 2007-03-29 22:39:11 +02:00
Unknown
98c97c8047 a point to point ipv4 interface 2007-03-28 19:38:56 +02:00
Unknown
da52245cc8 split out AsciiTrace class from simple example 2007-03-28 19:26:58 +02:00
Tom Henderson
f1cd4984a1 Add ApplicationList and Capability 2007-03-27 21:48:22 -07:00
Craig Dowell
6af1c8bb1f net device copy and assignment, reference counted channel. 2007-03-27 15:41:08 -07:00