Commit Graph

92 Commits

Author SHA1 Message Date
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
Mathieu Lacage
c2e3d19e06 remove UdpIpv4L4Protocol class 2007-02-17 09:42:30 +01:00
Mathieu Lacage
d7a398bc11 remove ArpL3Protocol object 2007-02-17 09:35:50 +01:00
Mathieu Lacage
e4166af294 remove Ipv4L3Protocol class. 2007-02-17 09:28:02 +01:00
Mathieu Lacage
7f5d4a1a79 remove extra debug.cc from build 2007-02-16 09:40:19 +01:00
Mathieu Lacage
a49fb6556a merge with debug tree 2007-02-16 09:32:02 +01:00
Mathieu Lacage
07b9fc12aa add fatal-error.h header 2007-02-16 09:23:22 +01:00
Mathieu Lacage
50a1e7d737 split out assert from debug.h 2007-02-16 09:00:22 +01:00
Tom Henderson
421fe63583 large checkin-- bringing in serial device code 2007-02-15 23:55:15 -08:00
Tom Henderson
db2795f4b1 Add samples/ns-2/simple.tcl.cc to SConstruct 2007-02-15 21:54:16 -08:00
Unknown
95f07a831b queues, trace-writer, debug 2007-02-15 16:52:39 -08:00
Mathieu Lacage
3d32a4d0d2 add routing table output function 2007-02-12 22:44:41 +01:00
Mathieu Lacage
df35898657 make the p2p example compile 2007-02-12 20:15:19 +01:00
Mathieu Lacage
da3bdd9824 add some traffic generation to sample code 2007-02-12 19:47:36 +01:00
Mathieu Lacage
5b05f21261 make the sample code compile and link. 2007-02-12 19:28:48 +01:00
Mathieu Lacage
3c434977f0 add p2p netdevice and channel 2007-02-12 16:45:58 +01:00
Mathieu Lacage
9a899b14b1 add arp stack 2007-02-12 15:55:49 +01:00
Mathieu Lacage
ea343befaf add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument 2007-02-12 13:06:05 +01:00
Mathieu Lacage
96d809c983 add non-debugged udp stack 2007-02-10 11:29:44 +01:00
Mathieu Lacage
1df1c2d0c2 add start of udp stack 2007-02-09 19:40:19 +01:00
Mathieu Lacage
758963eff5 a basic untested ipv4 implementation 2007-02-09 17:54:49 +01:00
Mathieu Lacage
70e5b37f4f add ipv4 and udp header, add ipv4 checksum support to make the udp header compile. Need to be fixed in UdpHeader later. 2007-02-08 16:01:58 +01:00
Mathieu Lacage
9609fe68f0 code from all trees. 2007-02-08 15:37:48 +01:00