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: