Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(475)

Unified Diff: CHANGES.html

Issue 10945044: 6LoWPAN module (Closed)
Patch Set: Updated Changes, release notes and authors. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | RELEASE_NOTES » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGES.html
===================================================================
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -68,6 +68,15 @@
their simulation program. The imlpementation previously
provided by the EpcHelper class has been moved to the new
derived class PointToPointEpcHelper.</li>
+ <li>New SixLowPanNetDevice class providing a shim between
+ IPv6 and real NetDevices. The new module implements 6LoWPAN:
+ "Transmission of IPv6 Packets over IEEE 802.15.4 Networks" (see
+ <a href="http://www.ietf.org/rfc/rfc4944.txt">RFC 4944</a> and
+ <a href="http://www.ietf.org/rfc/rfc6262.txt">RFC 6262</a>),
+ resulting in a heavy header compression for IPv6 packets.
+ The module is intended to be used on 802.15.4 NetDevices, but
+ it can be used over other NetDevices. See the manual for
+ further discussion.</li>
</ul>
<h2>Changes to build system:</h2>
« no previous file with comments | « AUTHORS ('k') | RELEASE_NOTES » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b