# ndnSIM **Repository Path**: netmedia/ndnSIM ## Basic Information - **Project Name**: ndnSIM - **Description**: The source code of ndnSIM module (V2.3) - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ndnSIM ====== [![Build Status](https://travis-ci.org/named-data-ndnSIM/ndnSIM.svg)](https://travis-ci.org/named-data-ndnSIM/ndnSIM) A new release of [NS-3 based Named Data Networking (NDN) simulator](http://ndnsim.net/) went through extensive refactoring and rewriting. The key new features of the new version: - Packet format changed to [NDN Packet Specification](http://named-data.net/doc/ndn-tlv/) - ndnSIM uses implementation of basic NDN primitives from [ndn-cxx library (NDN C++ library with eXperimental eXtensions)](http://named-data.net/doc/ndn-cxx/) Based on version `0.4.1` - All NDN forwarding and management is implemented directly using source code of [Named Data Networking Forwarding Daemon (NFD)](http://named-data.net/doc/NFD/) Based on version `0.4.1-1-g704430c` - Allows [simulation of real applications](http://ndnsim.net/guide-to-simulate-real-apps.html) written against ndn-cxx library [ndnSIM documentation](http://ndnsim.net) --------------------------------------------- For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in `docs/` folder.