Commit Graph

4166 Commits

Author SHA1 Message Date
Craig Dowell
95ac9448c8 branch merge 2009-02-10 16:41:54 -08:00
Craig Dowell
676781dc03 remove unnecessary includes in tap-bridge 2009-02-10 16:41:38 -08:00
Gustavo J. A. M. Carneiro
f780e96965 examples/first.cc ported to Python 2009-02-10 17:15:06 +00:00
Gustavo J. A. M. Carneiro
99165b12c4 Fix waf --pyrun bug 2009-02-10 17:14:41 +00:00
Gustavo J. A. M. Carneiro
4ea68659ff Fix TagBuffer::ReadU64 bug. 2009-02-09 19:09:07 +00:00
Craig Dowell
e5a8365024 emu depends on netpacket/packet.h 2009-02-06 14:53:55 -08:00
Craig Dowell
893e1c1e71 tighten up configuration reqs for tap and emu 2009-02-06 14:49:11 -08:00
Craig Dowell
d19854afef don't build tap-bridge-helper or tap-wifi-dumbbell if tap-bride not enabled 2009-02-06 14:28:49 -08:00
Craig Dowell
ad3221728e remove misguided __attribute__ ((unused))s 2009-02-06 11:10:51 -08:00
Craig Dowell
5279f54906 use __attribute__ ((unused)) 2009-02-05 09:43:27 -08:00
Craig Dowell
832370ea13 remove old example 2009-02-04 17:47:29 -08:00
Craig Dowell
17d28ba5d1 branch merge 2009-02-03 10:40:16 -08:00
Craig Dowell
770d333d1f clean up wrong and misleading comments 2009-02-03 09:32:24 -08:00
Craig Dowell
c7395b55e0 tweak wifi example, fix waf problems (thanks to Gustavo) 2009-02-03 08:31:48 -08:00
Tom Henderson
b0893a1681 branch merge 2009-02-03 06:56:47 -08:00
Tom Henderson
2925d15752 start a manual section on new models 2009-02-03 06:56:14 -08:00
Craig Dowell
00316ff330 no need to do SendFrom in tap-bridge 2009-02-02 11:43:10 -08:00
Craig Dowell
cfe6df26a9 add a wifi example for the tap bridge 2009-02-02 11:39:18 -08:00
Craig Dowell
dd01873dfd cleanup, doxygen, prepare for review 2009-02-02 10:12:29 -08:00
Gustavo J. A. M. Carneiro
29901e79dc Skip the real-time udp echo test if real-time support not compiled in. 2009-02-01 13:44:29 +00:00
Craig Dowell
d32d34ff59 correct net numbering 2009-01-31 22:45:42 -08:00
Craig Dowell
8e659dbc41 expand comments in tap-dumbbell.cc to suggest some things to do 2009-01-31 22:41:43 -08:00
Craig Dowell
1e6e554af7 add a more complicated tap example that uses routing. 2009-01-31 21:53:25 -08:00
Craig Dowell
bc06ad1027 fixed previous wscript mods not entirely successful 2009-01-31 20:59:13 -08:00
Craig Dowell
c79b8da6e9 teach enable-sudo to be a config time thing 2009-01-31 20:48:05 -08:00
Gustavo J. A. M. Carneiro
36bcf84126 Upgrade waf to 1.5.3; closes #474. 2009-01-31 21:22:04 +00:00
Craig Dowell
885b97a6ec turn on checksums in example csma-tap-bridge and tweaks to make ping demo work 2009-01-30 15:47:38 -08:00
Gustavo J. A. M. Carneiro
33c6cd365d Skip the NSC-based regression test on non-linux platforms 2009-01-30 19:28:00 +00:00
Craig Dowell
e104e03223 checkpoint tap progress 2009-01-29 16:16:10 -08:00
Craig Dowell
936a0e484d last connections on tap-bridge, start flowing packets 2009-01-29 13:03:03 -08:00
Craig Dowell
6c3633eaab wire needed values into tap-bridge Attribute system, but figure out as many as possible in the default case 2009-01-29 11:53:12 -08:00
Gustavo J. A. M. Carneiro
f5015da143 Skip the NSC test when valgrind is enabled. 2009-01-28 11:06:50 +00:00
Gustavo J. A. M. Carneiro
c2fd874a0e Interpret regression program non-zero exit as a test failure, instead of showing a traceback. 2009-01-28 11:01:02 +00:00
Craig Dowell
4eacc29c1b checkpoint tap 2009-01-27 22:00:29 -08:00
Craig Dowell
519ba25a58 checkpoint tap 2009-01-27 21:22:50 -08:00
Craig Dowell
738d71e954 checkpoint tap bridge 2009-01-27 20:26:34 -08:00
Craig Dowell
bcec13606f checkpoint tap development 2009-01-27 12:36:46 -08:00
Gustavo J. A. M. Carneiro
a9edcf4928 Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit. 2009-01-27 14:18:55 +00:00
Tom Henderson
eaa8e9880e add wifi-architecture figure to manual 2009-01-26 13:41:54 -08:00
Gustavo J. A. M. Carneiro
a77eb54bcc Workaround WAF issue 325 for generating module header files 2009-01-25 21:57:24 +00:00
Gustavo J. A. M. Carneiro
e300331c6a samples/main-test-sync also depends on the realtime optional feature 2009-01-25 15:44:55 +00:00
Gustavo J. A. M. Carneiro
d7cf4f2462 Don't use the flag -pthread on darwin to avoid warning message 2009-01-25 15:39:36 +00:00
Gustavo J. A. M. Carneiro
51e6ac3617 Fix 'no newline at the end of file' compilation error in the pthread test 2009-01-25 14:52:09 +00:00
Gustavo J. A. M. Carneiro
90a0977871 EmuNetDevice also depends on the availibility of threading support 2009-01-25 14:48:47 +00:00
Gustavo J. A. M. Carneiro
d4f67a66db Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file. 2009-01-24 19:25:33 +00:00
Gustavo J. A. M. Carneiro
a88ba4fd5b librt is need not for threading primitives but for the real time scheduler 2009-01-24 18:47:47 +00:00
Gustavo J. A. M. Carneiro
ca8a6c03df Bug #323: waf --valgrind doesn't check for valgrind first 2009-01-24 18:09:29 +00:00
Gustavo J. A. M. Carneiro
3cc5929ab6 (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449. 2009-01-24 15:51:09 +00:00
Gustavo J. A. M. Carneiro
5e8275ba01 Try to guess NSC location (finally closes #478) 2009-01-24 15:38:20 +00:00
Gustavo J. A. M. Carneiro
92b5bc7309 Try to guess pybindgen location (more #478) 2009-01-24 15:28:54 +00:00