From 780df0a0a8492f911bc550a6a409c3dfceaf42c2 Mon Sep 17 00:00:00 2001 From: kitswas <90329875+kitswas@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:48:57 +0530 Subject: [PATCH] Add ns-3 library to libraries.json --- libraries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries.json b/libraries.json index af88dd3..f2ed541 100644 --- a/libraries.json +++ b/libraries.json @@ -72,6 +72,12 @@ "technologies": ["C++ Libraries", "JSON"], "description": "json-cpp is a C++11 JSON serialization library." }, + "ns-3": { + "imports": ["ns3/"], + "technologies": ["C++ Libraries", "Computer Networks", "Simulation"], + "description": "ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free, open-source software, licensed under the GNU GPLv2 license, and maintained by a worldwide community.", + "image": "https://www.nsnam.org/assets/img/ns-3-notext.png" + }, "OpenCV": { "imports": ["opencv2/"], "technologies": ["C++ Libraries", "Image Processing", "Computer Vision"],