Commit Graph

114 Commits

Author SHA1 Message Date
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
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
3d8f778457 Add net devices to net-device-list in topology 2007-03-26 06:39:20 -07:00
Tom Henderson
00960518d3 Rename file names from serial to p2p 2007-03-25 06:59:11 -07:00
Raj Bhattacharjea
4edddaeb2d Added in DataRate to common module 2007-03-22 17:20:15 -04:00
Tom Henderson
d52242c4ae OnOffApplication functioning; some Node class cleanup 2007-03-21 23:17:11 -07:00
Tom Henderson
b9e6974c8e Add static node factory methods to class Node 2007-03-19 22:19:38 -07:00
Tom Henderson
8cc849de4f Move ns-2/simple.cc to examples/simple-serial.cc 2007-03-19 21:01:35 -07:00
Tom Henderson
d156b4ab86 Add Mathieu's super object container; add Rx trace on SerialNetDevice 2007-03-19 07:02:14 -07:00
Tom Henderson
cd132b39ed Add SerialTopology functions and remove from simple.cc file 2007-03-19 00:40:44 -07:00
Tom Henderson
0689d2c0d7 Begin checkin of ns-3-gfr; s/UdpSocket/DatagramSocket; bring in Application base class and onoff-application, and base class socket; bring in random number generator files 2007-03-18 14:30:26 -07:00
Tom Henderson
327949573d move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu 2007-03-18 14:06:51 -07:00
Tom Henderson
0fad10f942 Make this compile on 32-bit machine; fix SConstruct 2007-03-18 06:25:15 -07:00
Craig Dowell
e4f68cc58d serial channel functionality 2007-03-18 03:43:49 -07:00
Tom Henderson
4b39fb88ae Rename UdpSocket to DatagramSocket 2007-03-17 23:16:59 -07:00
Tom Henderson
7868600d6b Add random number files, base class Application 2007-03-17 22:32:08 -07:00
Tom Henderson
c2460c024a Rename simple.tcl.cc to simple.cc; remove OTcl comments 2007-03-07 22:45:17 -08:00
Mathieu Lacage
796b5d4a3f move serial code to src/devices/serial 2007-02-22 10:04:54 +01:00
Mathieu Lacage
f099a24c94 move p2p to new dir 2007-02-22 09:51:54 +01:00
Mathieu Lacage
f07316cd2c add some simple packet content dumping. 2007-02-21 23:09:42 +01:00
Unknown
c320f9ea81 Skeleton SerialPhy 2007-02-20 23:26:59 -08:00
Unknown
957462263f strawman connectors and channel 2007-02-18 19:19:42 -08:00
Mathieu Lacage
d7efedefde merge tom's tree with trunk 2007-02-18 11:16:08 +01:00
Tom Henderson
114c1a93d2 Merge in Craig's tracing changes as of Thursday; rename net-device-serial files to serial-net-device 2007-02-17 16:40:03 -08:00