Tommaso Pecorella
46f613cb48
Further tweaks to 6LoWPAN sphinx
2013-12-12 11:34:28 +01:00
Tommaso Pecorella
1951adcd6c
Fix sixlowpan module documentation (thanks Peter)
2013-12-12 09:12:36 +01:00
Peter D. Barnes, Jr.
8ef28580f8
[doxygen] fix errors
2013-12-11 15:20:29 -08:00
Peter D. Barnes, Jr.
3c2f2a51ca
Manual chapter on documentation.
2013-12-11 15:18:55 -08:00
Peter D. Barnes, Jr.
e852bd8b8f
Fix report count by module.
2013-12-11 11:57:48 -08:00
Tommaso Pecorella
e06d00b0ec
Furher manual clarification of examples/stats/wifi-example-db.sh script use.
2013-12-11 20:05:10 +01:00
Tommaso Pecorella
ef975e2309
Make stats example program immune to MacOS's sed
2013-12-11 19:55:09 +01:00
Marco Miozzo
2937461f0d
merge
2013-12-11 11:39:32 +01:00
Marco Miozzo
73744f4af1
Big-fix out_of_range in LTE schedulers when HARQ uses all the RBGs for retransmissions
2013-12-11 11:39:13 +01:00
Tommaso Pecorella
61ad9eedb4
Bug 1812 - example/stats wifi program manual is erroneous
2013-12-11 10:04:51 +01:00
Tommaso Pecorella
06beb889b1
Backed out of changeset 10495:e877c029ed3e
2013-12-11 10:03:06 +01:00
Tommaso Pecorella
ef9dc2aadc
Bug 1812 - example/stats wifi program manual is erroneous
2013-12-11 10:00:06 +01:00
Tommaso Pecorella
9499558186
Pretty-print IPv6 addresses and routing tables
2013-12-10 19:54:12 +01:00
Tommaso Pecorella
865faaa288
Fix Changes.html - 6LoWPAN is a new API
2013-12-10 19:56:16 +01:00
John Abraham
89c36100ae
NetAnim: Update version
2013-12-10 09:01:08 -08:00
Evgeny Kalishenko
26b060e979
Whitespaces added according to the coding standard after review
2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
c612fe086a
"Contribution" tags added
2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
5cb5bc407f
Battery source added for apNode in Wireless-animation example
2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
4251cddf3d
Debug: correct string end in case of battery charge serialization
2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
31b66adf3d
Remaining energy tracing test simplification: object factories removed
2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
ae1c7e1209
Test for NS-3 netanim module added with remaining energy tracing
2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
6ee55d25a2
Added remaining energy tracing (Task #4593 )
2013-12-10 09:12:38 +04:00
Peter D. Barnes, Jr.
2a479f198a
Add options to filter by module or regular expression.
2013-12-10 08:02:07 -08:00
Daniel Lertpratchya
198b05a384
[doxygen] wifi module
2013-12-10 10:48:51 -05:00
Tom Henderson
d2a821bfa7
add sixlowpan bindings
2013-12-09 09:28:17 -08:00
Tom Henderson
bafc4932e7
make copy constructors implicit, for bindings generation
2013-12-09 09:27:55 -08:00
Tommaso Pecorella
a8305cea49
Fix erroneous use of make_pair in sixlowpan
2013-12-07 14:30:03 +01:00
Tommaso Pecorella
f27ed705b5
6LoWPAN module
2013-12-07 08:08:53 +01:00
Peter D. Barnes, Jr.
229afd99d0
Fix bug reported by Daniel Lertpratchya <nikkipui@gmail.com>:
...
On Dec 6, 2013, at 8:28 AM, Daniel Lertpratchya <nikkipui@gmail.com >
wrote:
I recently ran the doxygen.warnings.report.sh script and I got the
following error. I tried on a fresh copy of ns-3-dev and Brian
also has the same problem.
'build' finished successfully (1.649s)
Rebuilding doxygen docs with full errors...Done.
mv: missing destination file operand after ‘doc/doxygen.log’
Try 'mv --help' for more information.
No filters.
cat: doc/doxygen.warnings.log: No such file or directory
grep: doc/doxygen.warnings.log: No such file or directory
cat: doc/doxygen.warnings.log: No such file or directory
On Dec 6, 2013, at 10:36 AM, Daniel Lertpratchya <nikkipui@gmail.com >
wrote:
I think doxygen.warnings.report.sh line 150 should be changed from
$log to $LOG. That seems to fix the problem for me.
2013-12-06 13:37:03 -08:00
Tom Henderson
c1c272ccef
add applications dependency to src/wave (for the test suite)
2013-12-06 12:53:42 -08:00
Steven Smith
f780559565
Null message scheduler
2013-12-06 14:57:33 -05:00
Vedran Miletić
df005f262e
Introduce additional Time units (Year, Day, Hour, Minute)
2013-12-06 19:42:02 +01:00
Tom Henderson
c9d57eae6d
fix signed/unsigned integer comparison
2013-12-06 07:43:09 -08:00
Peter D. Barnes, Jr.
0e2e602eb6
Remove .sh and .txt from .hgignore
2013-12-05 14:32:59 -08:00
Tom Henderson
ed1bf7577e
rescan uan bindings
2013-12-05 07:49:33 -08:00
Peter D. Barnes, Jr.
ca69a3255e
Tweak sorting of files.
2013-12-04 15:52:48 -08:00
Peter D. Barnes, Jr.
43fb06b64c
doxygen.warnings.report.sh new functionality.
...
You can now point to the standard log file, or specific log file.
You can also filter out test and examples.
Usage: doxygen.warnings.report.sh.mod [-eth] [-f <log-file> | -l | -s]
Run doxygen to generate all errors; report error counts
by module and file.
The default behavior is to modify doxygen.conf temporarily to
report all undocumented elements, and to reduce the run time.
The output of this special run is kept in doc/doxygen.warnings.log.
The -f or -l options use alternate log files.
-e Filter out warnings from */examples/*
-t Filter out warnings from */test/*
-f Skip doxygen run; use existing <log-file>.
-s Skip doxygen run; use existing warnings log doc/doxygen.warnings.log
-l Skip doxygen run; use the normal doxygen log doc/doxygen.log
Only the first of -f <log-file>, -s, or -l will have effect.
-h Print this usage message
2013-12-04 15:37:57 -08:00
Peter D. Barnes, Jr.
b6b1371fd1
[doxygen] Uan module
2013-12-04 13:29:04 -08:00
Tommaso Pecorella
1cc097b05a
Set correct packet size in IPv4 header after reassembly.
2013-12-04 20:56:33 +01:00
Tommaso Pecorella
1cb6b1dc86
Bug 1802 - FlowMon header deserialization problem with IPv4 fragments
2013-12-02 23:05:14 +01:00
Tom Henderson
d0a414b7d5
add virtual destructor
2013-12-03 17:06:35 -08:00
Tom Henderson
bb98e9ad55
rescan wifi bindings to remove premature TimeUnits bindings
2013-12-03 17:06:13 -08:00
Tommaso Pecorella
668d3df3e5
Fix ErrorChannel Add
2013-12-03 23:04:39 +01:00
Tommaso Pecorella
9106524e8c
Fix ErrorChannel Send
2013-12-03 22:49:51 +01:00
Tom Henderson
6c601767c8
add wave bindings
2013-12-03 13:46:53 -08:00
Tom Henderson
82fb571d05
rescan wifi bindings
2013-12-03 13:07:43 -08:00
Tom Henderson
0de0dbca1d
improve numerical sorting, and support for analyzing existing file
2013-12-03 11:11:43 -08:00
Junling Bu
044cba4bbd
base implementation of the IEEE 802.11p standard
2013-12-03 11:25:59 -08:00
Vedran Miletić
f1f6d27091
Fix doxygen errors in src/network, excluding 'is not documented' missing documentation
2013-12-02 23:02:39 +01:00
Tommaso Pecorella
bd6c92c79f
Bug 1807 - Multiple bugs in Ipv4L3Protocol::LocalDeliver
2013-12-02 19:36:49 +01:00