Commit Graph

52 Commits (66c3a25fe1df34810316138c8a92c048031ded53)

Author SHA1 Message Date
Mathieu Lacage 109139b07f make OnOffApplication not depend on IUdp 2007-05-14 12:59:44 +02:00
Mathieu Lacage 94c5cf7457 implement and use the OnOffApplication default values 2007-05-14 12:33:17 +02:00
Mathieu Lacage 866c4cd4ec add dox doc and DefaultValue support to OnOffApplication 2007-05-14 11:12:29 +02:00
Mathieu Lacage ee02cd1a23 rename Node to INode 2007-05-14 10:06:12 +02:00
Mathieu Lacage 0d9f136298 rename internet-node.h to i-node-impl.h 2007-05-14 09:26:32 +02:00
Gustavo J. A. M. Carneiro 7aacb7d136 merge 2007-05-13 12:52:38 +01:00
Gustavo J. A. M. Carneiro ca2416f431 WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions. 2007-05-13 12:46:18 +01:00
Mathieu Lacage 1f454dd36e merge with trunk 2007-05-13 11:24:28 +02:00
Mathieu Lacage 26c628e81a remove ApplicationList. Move functionality to Node class 2007-05-13 09:46:38 +02:00
Tom Henderson bca528b89a Remove unused code 2007-05-12 15:36:41 -07:00
Tom Henderson dc01b2136e Separate address assignment from routing in PointToPoint topology code 2007-05-12 15:31:40 -07:00
Mathieu Lacage bc15f7157e remove useless assignments 2007-05-11 09:11:49 +02:00
Mathieu Lacage 720fae1bbe rework the refcounting framework to use the MakeNewObject function 2007-05-11 08:59:49 +02:00
Mathieu Lacage 4bd2abebd2 use Ptr<> everywhere Object or NsUnknown are used 2007-05-10 20:19:26 +02:00
Mathieu Lacage 349f970d82 remove leaks and rework the Ptr class to work with a new refcount mechanism 2007-05-10 18:33:52 +02:00
Raj Bhattacharjea de3b9c78f3 Removed manual ref/unref calls for Ptr<Node> 2007-05-09 14:50:14 -04:00
Raj Bhattacharjea ecfcfa977d Node* -> Ptr<Node> 2007-05-09 13:26:21 -04:00
Tom Henderson ea55c60fe3 Enable both ascii and pcap tracing 2007-05-04 12:17:14 -07:00
Tom Henderson a6f05a05e0 Cosmetic: change strings in the bind commands for queue. Move Bind() before CommandLine::Parse() in example script 2007-05-04 11:50:02 -07: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 b1eccbe7bf define and implement IUdp 2007-05-03 14:20:04 +02:00
Mathieu Lacage e89d1692e5 make ApplicationList an NsUnknown object. 2007-05-03 13:17:29 +02:00
Mathieu Lacage 5c9a4d2328 fix last leaks with new refcounted mechanism 2007-05-03 00:31:04 +02:00
Mathieu Lacage 9021652bd3 use ref/unref for Node in more cases 2007-05-02 15:07:33 +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 c82b51d8da remove Node::Copy, Node::Create and Node::*Prototype* methods. 2007-05-02 12:34:53 +02:00
Mathieu Lacage a6e2a3fc30 do not leak the channel from simple-p2p 2007-05-02 11:43:22 +02:00
Mathieu Lacage 767fceb6f0 do not use Simulator::StopAt to avoid too many memory leaks 2007-05-02 11:38:21 +02:00
Mathieu Lacage 5f7f31e7c9 temporarily invoke node's Dispose from user script 2007-05-02 10:24:59 +02:00
Mathieu Lacage 47c1f224dc re-enable ascii trace output by default 2007-05-01 11:38:30 +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 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 3af7a78855 put together a PcapTrace and test it 2007-03-29 23:24:10 +02:00
Unknown da52245cc8 split out AsciiTrace class from simple example 2007-03-28 19:26:58 +02:00
Unknown 6b461f0f8a add packet type logging 2007-03-28 18:33:03 +02:00
Tom Henderson 2d13252e7f One-line bug fix on PointToPointTopology 2007-03-27 23:33:07 -07:00
Tom Henderson 5233780b1c Switch over simple-p2p.cc to use OnOffApplication 2007-03-27 23:14:31 -07:00
Tom Henderson f1cd4984a1 Add ApplicationList and Capability 2007-03-27 21:48:22 -07:00
Craig Dowell 6bf9d35ba8 turn off debug messages 2007-03-27 15:42:17 -07:00
Craig Dowell 6af1c8bb1f net device copy and assignment, reference counted channel. 2007-03-27 15:41:08 -07:00
Craig Dowell 994c7be384 remove unused files, remove notion of PHY, make more realistic p2p-net-device and p2p-channel 2007-03-27 13:04:11 -07:00
Tom Henderson a3663bc40c Make queues copyable; change p2p-topology.cc to reflect this 2007-03-25 17:47:59 -07:00
Tom Henderson fd92794e43 Move simple-p2p.cc to DataRate; fix small bug in DataRate and add include guards 2007-03-25 15:33:24 -07:00
Tom Henderson dd986b3340 Rename classes from Serial to PointToPoint 2007-03-25 07:13:03 -07:00
Tom Henderson 00960518d3 Rename file names from serial to p2p 2007-03-25 06:59:11 -07:00
Tom Henderson d52242c4ae OnOffApplication functioning; some Node class cleanup 2007-03-21 23:17:11 -07:00
Tom Henderson 9e86e12f6f Add nodes to NodeList in static Create method; cut over simple-serial.cc to use this node factory 2007-03-20 06:28:24 -07:00