Skip to content

Commit

Permalink
Add ns-3 library to libraries.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kitswas committed Apr 29, 2024
1 parent 483a3d5 commit 780df0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 780df0a

Please sign in to comment.