Gustavo J. A. M. Carneiro
77fe2e1cbb
[Bug 398] NqstaWifiMac does not filter received frames by BSSID
2008-11-25 14:45:46 +00:00
Mathieu Lacage
fe8a6a83b9
bug 257: change the default log output of time to seconds, not the simulator's resolution.
2008-11-25 15:37:43 +01:00
Gustavo J. A. M. Carneiro
35b28c656c
Post-fix the last patch, to make sure invalid program names passed into --run trigger an informative error message as before.
2008-11-24 17:49:33 +00:00
Gustavo J. A. M. Carneiro
ee16e0ad83
When --run'ing a program, tell WAF to only build that program, nothing more.
...
This greatly speeds up compilation when all you want to do is run a test program, as it skips the time consuming linking to be done for all example programs.
2008-11-24 15:28:42 +00:00
Gustavo J. A. M. Carneiro
885330d035
Work around #define ECHO in a system header file included by Python.h on Mac OS X (bug #413 )
2008-11-24 12:39:50 +00:00
Gustavo J. A. M. Carneiro
ef00197fe8
Disable EmuNetDevice Python bindings if the netdevice is not compiled in (bug #413 )
2008-11-24 12:09:47 +00:00
Mathieu Lacage
c6d1ff065d
add WifiHelper::Install (Ptr<Node>) method per craig's comment.
2008-11-24 06:45:13 +01:00
Mathieu Lacage
8393b27aa2
merge with HEAD
2008-11-24 06:36:05 +01:00
Tom Henderson
d7fa009d70
Drop trace notification when outgoing interface is down
2008-11-19 16:41:17 -08:00
Sam Jansen
ee5cf0946f
Depend on nsc 0.5.0. This is required so the interface is the same for an NSC
2008-11-19 22:41:12 +01:00
Gustavo J. A. M. Carneiro
dfa88263cc
fix --with-pybindgen path handling bug
2008-11-19 18:23:22 +00:00
Gustavo J. A. M. Carneiro
f85ef3914a
merge
2008-11-19 17:33:17 +00:00
Gustavo J. A. M. Carneiro
9af50e6d5b
Add a --with-pybindgen option, to allow external pybindgen to be used instead of fetching it from the network
2008-11-19 17:32:37 +00:00
Gustavo J. A. M. Carneiro
7bd84c12ac
Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.
2008-11-19 17:17:07 +00:00
Mathieu Lacage
8fd3438914
5% cpu optimization
2008-11-19 14:39:52 +01:00
Mathieu Lacage
37d6b2a697
5% cpu optimization
2008-11-19 14:19:10 +01:00
Florian Westphal
b6939441cd
nsc-tcp-socket-impl: use new nsc getsockname/getpeername interface.
...
closes bugzilla #320 .
2008-11-18 23:14:02 +01:00
Gustavo J. A. M. Carneiro
afe55f740e
Fix build of Python bindings with Python 2.6
2008-11-18 15:12:12 +00:00
Andrey Hippo
fec6ea6ae2
Bug 387: Build fails with junk subdirectories in "scratch" directory
2008-11-18 14:05:47 +00:00
Gustavo J. A. M. Carneiro
e8e8e887d7
Refactor wscript code to move regression testing code to a separate python module (bug 325)
2008-11-18 13:48:26 +00:00
Craig Dowell
9edb6bda8b
overdue changes to CHANGES.html
2008-11-17 22:25:32 -08:00
Craig Dowell
9a750001db
rescan for new method in InternetStackHelper
2008-11-17 20:14:53 -08:00
Tom Henderson
b45e7ce23e
Add an InternetStackHelper method to do ascii tracing on drop events
2008-11-07 06:54:21 -08:00
Tom Henderson
c1e02d5d3b
Allow /32 addresses to be configured via Ipv4AddressHelper
2008-11-07 07:35:35 -08:00
Craig Dowell
81c8a200d9
change attribute ReceiveErrorModel in CSMA and rescan
2008-11-17 19:56:04 -08:00
Craig Dowell
0029c0056e
make ppp header public
2008-11-17 19:50:23 -08:00
Unknown
523389e77e
added abusive regression test csma-star
2008-11-17 19:34:03 -08:00
Unknown
222d38c1ef
fix buggy example
2008-11-17 19:25:34 -08:00
Gustavo J. A. M. Carneiro
8acf39d56e
Ipv6Header::GetName() is declared but not implemented; remove it.
2008-11-09 12:34:48 +00:00
Gustavo J. A. M. Carneiro
48d9cf9b40
merge
2008-11-08 15:00:56 +00:00
Gustavo J. A. M. Carneiro
f804bb190a
Python: require new pybindgen and re-scan API to make the list of free functions and namespaces sorted.
...
This commit will change a lot the scanned API definitions, once, but should allow much more stable scanning in the future, as right now only types were being sorted, but free functions can jump up or down when different people on different machines scan the API. Well, no more will that happen in the future, I hope.
2008-11-08 15:00:28 +00:00
Craig Dowell
586aa57b97
osx doesn't emu
2008-11-07 20:41:38 -08:00
Gustavo J. A. M. Carneiro
103389505b
Make olsr::RoutingTable public, add a method GetEntries to it, and add a method GetRoutingTable to OlsrAgent. This way it is possible to read the actual routing table that OLSR has discovered, for debugging/visualization purposes.
2008-11-07 19:51:00 +00:00
Unknown
a9914ca540
Initial IPv6 capability
2008-11-07 11:36:15 -08:00
Craig Dowell
d1b135a2d2
g++ 4.3.2-1ubuntu7 too picky
2008-11-06 15:04:25 -08:00
Craig Dowell
8c565917e2
keep gcc 3.4 from complaining
2008-11-06 14:23:47 -08:00
Craig Dowell
2f96c1ddf5
branch merge
2008-11-06 13:10:04 -08:00
Craig Dowell
2af905d9cf
address bug 393 (need to overload Install methods for python)
2008-11-06 13:08:20 -08:00
Craig Dowell
5dc26994c4
asserts cut and paste into places where fatal error was appropriate
2008-11-06 11:52:59 -08:00
raj.
478bd474e0
apply patch for bug 390 (SocketImpl::Bind returns something other than -1)
2008-11-05 19:53:52 -08:00
mathieu.
83ac2144c0
apply patch for bug 390 (regression tests can't open input files)
2008-11-05 19:45:40 -08:00
Craig Dowell
eaf0526911
need bindings for v4ping
2008-11-05 17:35:15 -08:00
Craig Dowell
afc09e988a
remove unimplemented methods from emu class + rescan
2008-11-05 15:00:59 -08:00
Unknown
dc2d67e7b8
apply patch for bug 294 (GetMulticastAddr) + emu device update + rescan
2008-11-05 14:49:21 -08:00
Craig Dowell
3aa50e6af9
Apply Patch to address bug 294 -- due to vincent
2008-11-05 14:33:20 -08:00
Craig Dowell
ee5df1fda8
branch merge
2008-11-05 14:09:43 -08:00
Craig Dowell
8950779748
remove tap device and helper
2008-11-05 14:08:54 -08:00
Mathieu Lacage
4874bc3ce9
typo
2008-11-04 14:56:32 +01:00
Mathieu Lacage
6ebfe7faba
new wifi API
2008-11-04 14:06:34 +01:00
Mathieu Lacage
53b1d1c6df
implement missing method
2008-11-04 14:06:26 +01:00