Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenningg/cz3006-network-traffic-visualization
Visualization of log data from sample network traffic for Lab 3 of NTU's Net Centric Computing (CZ3006) course.
https://github.com/chenningg/cz3006-network-traffic-visualization
Last synced: 19 days ago
JSON representation
Visualization of log data from sample network traffic for Lab 3 of NTU's Net Centric Computing (CZ3006) course.
- Host: GitHub
- URL: https://github.com/chenningg/cz3006-network-traffic-visualization
- Owner: chenningg
- License: mit
- Created: 2020-10-11T16:12:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T17:58:47.000Z (over 2 years ago)
- Last Synced: 2024-11-07T11:40:55.801Z (2 months ago)
- Language: Jupyter Notebook
- Size: 4.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Network Traffic Visualization
Visualization of log data from sample network traffic for Lab 3 of NTU's Net Centric Computing (CZ3006) course.
SFlow network data logs can be found in the `data` folder.
## Setup
The repository is set up in a Python virtual environment, including dependencies for common data science libraries such as pandas, matplotlib, networkx and seaborn.
Ensure that you have installed [Poetry](https://python-poetry.org/), a dependency manager for Python that creates virtual environments.
- `cd` to wherever you saved this repository folder to.
- Run `poetry install` to install project dependencies.
- Run `poetry run jupyter notebook` to start [Jupyter](https://jupyter.org/) in your local browser.
- Navigate to `notebooks` and open `network_traffic_visualization.ipynb`.
- Click `Cell > Run All`.