Mathieu Lacage
29151f4ec2
remove Node::GetFirstApplication checked in changeset 38b8549b1ad3 by mistake.
2008-08-07 10:13:54 -07:00
Gustavo J. A. M. Carneiro
c33568c079
New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
2008-07-16 16:06:50 +01: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
cb491541ac
Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
2008-07-07 12:18:05 +01:00
Gustavo J. A. M. Carneiro
629a5b02da
Changes in the promiscuous mode API: now the callback receives everything, both 'for me' and 'not for me', with an additional 'forMe' parameter.
2008-07-04 15:37:03 +01:00
Unknown
12c6c43d57
Minor doc notes added to ipv4.h
2008-07-03 09:44:23 -04:00
Gustavo J. A. M. Carneiro
bf513e45d2
Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
2008-06-30 19:25:58 +01:00
Mathieu Lacage
ae661f53e0
update doxygen to match the reality of the code
2008-06-23 12:43:54 -07:00
Mathieu Lacage
3e3f102d62
remove misleading doxygen comment
2008-06-04 11:01:01 -07:00
Tom Henderson
a947ff3967
more doxygen
2008-05-30 10:36:02 -07:00
Unknown
1b12b95ee9
Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
2008-05-14 19:24:17 -04:00
Mathieu Lacage
4f3921d1bf
remove reference to trace resolver.
2008-03-21 13:14:00 -07:00
Mathieu Lacage
fe07d43e5d
convert CsmaNetDevice to Attributes.
2008-02-27 20:23:57 +01:00
Mathieu Lacage
a2e63b7f0b
iid (void) -> GetTypeId (void)
2008-01-15 12:43:07 +01:00
Mathieu Lacage
44c33f1618
InterfaceId -> TypeId
2008-01-15 12:36:22 +01:00
Mathieu Lacage
bc1ab2d79b
replace static const Interface iid; with static InterfaceId iid (void);
2008-01-02 10:33:39 +01:00
Mathieu Lacage
3262a4e103
add application tracing support
2007-12-11 13:51:03 +01:00
Mathieu Lacage
327e60b275
do not use Packet objects directly. Use Ptr<Packet> instead
2007-10-01 14:15:56 +02:00
Mathieu Lacage
87a9c29cf7
add doxygen for each TraceSourceElement subclass
2007-08-30 14:54:05 +02:00
Mathieu Lacage
3330ba77b1
GetName -> GetTypeName
2007-08-30 14:35:44 +02:00
Mathieu Lacage
4d9cf433ff
constify
2007-08-28 14:33:53 +02:00
Mathieu Lacage
90c8be1fa3
add TraceContextElement::GetName method
2007-08-27 14:59:50 +02:00
Mathieu Lacage
ec4d9bbcb9
use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
2007-08-12 16:28:29 +02:00
Mathieu Lacage
0b34c336f7
convert TraceResolver * to Ptr<TraceResolver>
2007-08-10 15:47:13 +02:00
Mathieu Lacage
e683e1ab1c
remove TraceContext argument from TraceResolver constructor and move it to Connect
2007-08-09 21:25:23 +02:00
Mathieu Lacage
1a1dda1796
build with the new TraceContextElement API
2007-08-06 19:40:18 +02:00
Mathieu Lacage
707b722c36
fix tracing
2007-08-01 13:53:48 +02:00
Mathieu Lacage
dd3ca3aa63
replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver
2007-08-01 12:33:44 +02:00
Mathieu Lacage
e05f635db5
rework the NetDevice <-> Node interface
2007-08-01 08:58:18 +02:00
Mathieu Lacage
b4237e51dc
implement the Node::ProtocolHandler support.
2007-07-31 09:09:31 +02:00
Mathieu Lacage
7af432c313
small cleanups
2007-07-31 07:54:26 +02:00
Emmanuelle Laprise
826d8e0303
Removed the const after the DoAddDevice function because it is used to
...
add a callback on the packet receive function. But, in some cases (ie
ethernet learning), it is going to be needed to have a non-const
function that is called on packet reception.
2007-07-02 19:59:40 -05:00
Mathieu Lacage
359a2f98a8
rename i-node to node
2007-06-04 16:21:05 +02:00
Mathieu Lacage
1b0dbb2b34
rename node.h to i-node.h
2007-05-14 09:09:43 +02:00
Mathieu Lacage
52d60ea049
add dox documentation for Node
2007-05-13 11:46:11 +02:00
Mathieu Lacage
88c5dfecb0
make the Node API more consistent
2007-05-13 11:30:15 +02:00
Mathieu Lacage
26c628e81a
remove ApplicationList. Move functionality to Node class
2007-05-13 09:46:38 +02:00
Mathieu Lacage
666e00b097
rename Iid to InterfaceId
2007-05-11 18:57:45 +02:00
Mathieu Lacage
e22e6188cf
rename NsUnknown to Interface and NsUnknownManager to ComponentManager
2007-05-11 18:52:05 +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
4bd2abebd2
use Ptr<> everywhere Object or NsUnknown are used
2007-05-10 20:19:26 +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
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
2f1189d766
remove Node::GetUdp
2007-05-03 14:23:41 +02:00
Mathieu Lacage
e89d1692e5
make ApplicationList an NsUnknown object.
2007-05-03 13:17:29 +02:00
Mathieu Lacage
69ffe8defb
make Ipv4L4Demux an NsUnknown object.
2007-05-03 12:46:50 +02:00
Mathieu Lacage
0e11e9f7f4
make L3Demux an NsUnknown object.
2007-05-03 12:33:08 +02:00
Mathieu Lacage
20d0136449
make Node derive from NsUnknown rather than Object
2007-05-03 11:08:13 +02:00
Mathieu Lacage
acf2d25cd5
rework the Node and NodeList classes to manage reference counts correctly
2007-05-02 13:44:41 +02:00