https://github.com/sibyx/ns3-docker
Docker image with Python bindings for ns3 network simulator
https://github.com/sibyx/ns3-docker
Last synced: 4 months ago
JSON representation
Docker image with Python bindings for ns3 network simulator
- Host: GitHub
- URL: https://github.com/sibyx/ns3-docker
- Owner: Sibyx
- Created: 2025-02-18T13:13:29.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-18T13:38:00.000Z (8 months ago)
- Last Synced: 2025-03-03T14:43:52.530Z (7 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NS-3 Docker image
## Useful commands
How to add ns3 submodule to the repository:
`git submodule add git@gitlab.com:nsnam/ns-3-dev.git extern/ns3`
How to update the submodules configuration (apply changes from the file):
`git submodule sync`
Update the submodules:
`git submodule update --remote --merge`
How to check the `site-modules` include path in Python:
`python -m site`
https://stackoverflow.com/questions/122327/how-do-i-find-the-location-of-my-python-site-packages-directory