From 865faaa288af5a758bb84c692ad191a80eac4291 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Tue, 10 Dec 2013 19:56:16 +0100 Subject: [PATCH] Fix Changes.html - 6LoWPAN is a new API --- CHANGES.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 2f7a97430..24b1361f3 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -65,6 +65,16 @@ us a note on ns-developers mailing list.

capabililties of switching between control and service channels, or using multiple radios, are not yet modelled. +
  • 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 + RFC 4944 and + RFC 6262), + 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. +
  • Changes to existing API:

    @@ -80,16 +90,7 @@ us a note on ns-developers mailing list.

    their simulation program. The imlpementation previously provided by the EpcHelper class has been moved to the new derived class PointToPointEpcHelper. -
  • 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 - RFC 4944 and - RFC 6262), - 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.
  • - +

    Changes to build system:

    Changed behavior: