Mercurial
gjc/ns-3-pyviz
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
branches
|
files
|
help
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
tip
2008-09-03
Gustavo J. A. M. Carneiro
PyViz: interface to sample packet transmissions (using ns-3 tracing).
changeset
|
files
2008-09-02
Gustavo J. A. M. Carneiro
merge
changeset
|
files
2008-09-02
Gustavo J. A. M. Carneiro
New pybindgen and API rescan. Extensive API description files changes because pybindgen now handles consts differently.
changeset
|
files
2008-08-31
Gustavo J. A. M. Carneiro
Python: fix constructor wrapper name for templated ns3::Objects.
changeset
|
files
2008-08-29
Craig Dowell
branch merge
changeset
|
files
2008-08-29
tjkopena
Some cleanup.
changeset
|
files
2008-08-29
tjkopena
Stats module and example merged in.
changeset
|
files
2008-08-29
Mathieu Lacage
merge with HEAD
changeset
|
files
2008-08-29
Mathieu Lacage
bug 299: packet socket broken by promiscuous update
changeset
|
files
2008-08-29
Gustavo J. A. M. Carneiro
Require new PyBindGen (now ignores the badly scanned anonymous containers that cause problems on cygwin) and rescan API.
changeset
|
files
2008-08-29
Gustavo J. A. M. Carneiro
RealTimeSimulatorImpl::EnableLogTo() is not implemented, remove it from the header file.
changeset
|
files
2008-08-28
craigdo
expunge any mention of the possibility that the real-time simlator could operate in real-time mode
changeset
|
files
2008-08-28
craigdo
don't assume posix compatibility means posix clocks
changeset
|
files
2008-08-27
Mathieu Lacage
forgot to remove uneeded copy
changeset
|
files
2008-08-26
Craig Dowell
branch merge
changeset
|
files
2008-08-26
Craig Dowell
ifdef out ability to feed real-time through simulator
changeset
|
files
2008-08-26
Craig Dowell
add realtime simulator and associated tests
changeset
|
files
2008-08-26
Gustavo J. A. M. Carneiro
Pull in Mathieu's PyBindGen fix.
changeset
|
files
2008-08-26
Mathieu Lacage
doxygen OnOffHelper.
changeset
|
files
2008-08-26
Mathieu Lacage
merge with HEAD
changeset
|
files
2008-08-26
Mathieu Lacage
remove dead code.
changeset
|
files
2008-08-26
Gustavo J. A. M. Carneiro
merge
changeset
|
files
2008-08-25
Mathieu Lacage
bug 279: Packets need metadata support for printing without header checking
changeset
|
files
2008-08-25
Mathieu Lacage
bug 273: fix python bindings.
changeset
|
files
2008-08-25
Mathieu Lacage
document API change
changeset
|
files
2008-08-25
Mathieu Lacage
repeat enum keyword.
changeset
|
files
2008-08-25
Mathieu Lacage
shared Mac48 multicast code
changeset
|
files
2008-08-25
Mathieu Lacage
bug 273: constify packet pointers.
changeset
|
files
2008-08-25
Mathieu Lacage
bug 285: NetDevice base class should define an attribute Mtu.
changeset
|
files
2008-08-26
Gustavo J. A. M. Carneiro
Bridge documentation (#286)
changeset
|
files
2008-08-25
Gustavo J. A. M. Carneiro
Using hash() to find out object identity is no longer required and was a hack, use id() instead.
changeset
|
files
2008-08-23
Gustavo J. A. M. Carneiro
merge
changeset
|
files
2008-08-23
Gustavo J. A. M. Carneiro
New PyBindGen, fixes python wrapper identity issue.
changeset
|
files
2008-08-23
Gustavo J. A. M. Carneiro
merge
changeset
|
files
2008-08-19
Raj Bhattacharjea
Fix a unit test typo (thanks Providence Salumu Munga
changeset
|
files
2008-08-19
Gustavo J. A. M. Carneiro
New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects.
changeset
|
files
2008-08-19
Gustavo J. A. M. Carneiro
Make copy constructors of some wifi classes private so that pybindgen won't use them (they are not usable)
changeset
|
files
2008-08-19
Gustavo J. A. M. Carneiro
New pybindgen version, fixes a couple of bugs caught by regression testing.
changeset
|
files
2008-08-18
Gustavo J. A. M. Carneiro
Don't scan python bindings until the everything.h file to be scanned is generated. Closes #288.
changeset
|
files
2008-08-18
Gustavo J. A. M. Carneiro
New PyBindGen version needed.
changeset
|
files
2008-08-18
Gustavo J. A. M. Carneiro
Rescan Python bindings
changeset
|
files
2008-08-18
Gustavo J. A. M. Carneiro
Python: fix bad parameter passed into pybindgen.
changeset
|
files
2008-08-18
Gustavo J. A. M. Carneiro
Python: ignore TracedCallback classes for the time being: they were never usable and were triggering pybindgen generate code compilation problems.
changeset
|
files
2008-08-15
Mathieu Lacage
remove uneeded EnableMetadata calls
changeset
|
files
2008-08-15
Raj Bhattacharjea
Refactor OnOff so Start doesn't immediate close the socket (bug 259)
changeset
|
files
2008-08-15
Raj Bhattacharjea
Use scheduler to call up the stack in SimpleNetDevice (bug 287)
changeset
|
files
2008-08-14
Raj Bhattacharjea
Add another test to TcpSocketImplTest
changeset
|
files
2008-08-14
Raj Bhattacharjea
Add a test to TcpSocketImpl unit tests
changeset
|
files
2008-08-14
Raj Bhattacharjea
Make TypeId(const char * name) explicit (bug 281)
changeset
|
files
2008-08-13
Mathieu Lacage
fully qualify class name to use macro outside of ns3 namespace.
changeset
|
files
2008-08-13
Mathieu Lacage
make it build with gcc 4.1.3
changeset
|
files
2008-08-11
Raj Bhattacharjea
Stub TcpSocketImpl unit test
changeset
|
files
2008-08-12
Mathieu Lacage
allow attribute setters to fail.
changeset
|
files
2008-08-11
Mathieu Lacage
make sure we don't attempt to read outside of ourselves when deserializing a header for printing.
changeset
|
files
2008-08-11
Mathieu Lacage
bug 275: Queue::Peek should return Ptr<const Packet>
changeset
|
files
2008-08-11
Mathieu Lacage
bug 276: bridge netdevice has no helper class.
changeset
|
files
2008-08-10
Raj Bhattacharjea
rm examples/tcp-2way.cc
changeset
|
files
2008-08-09
Mathieu Lacage
use the right log component name for PacketSink. use NS_LOG_FUNCTION.
changeset
|
files
2008-08-08
Mathieu Lacage
remove uneeded virtual keyword
changeset
|
files
2008-08-08
Gustavo J. A. M. Carneiro
Rescan API (due to wifi changes to support bridging)
changeset
|
files
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
tip