A friendly 4G-LTE/5G o-ran packet analyzing tool with GUI interface.
Project description
ranshark
===========
This is the Python project that read 5g RAN packets using pyshark lib (a Tshark wrapper) and filter flows based below identities.
- 5G Identifiers
- 4G Identifiers
This will automatically show call flow visualization view based on the filters determined from input pcap file and basic stats like rrc,ho and context call count etc
Quick Start
-
Create your own Django project and follow below
django-admin startproject <your choice>
-
Add drawranflow to your project INSTALLED_APPS settings like below
INSTALLED_APPS= [ ..... "drawranflow", ]
-
Add url path as below
path('drawranflow/', include('drawranflow.urls')),
-
Add project settings.py with MEDIA_ROOT like below
MEDIA_ROOT = BASE_DIR/'drawranflow/pcapfiles'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ranshark-1.0.0.38.tar.gz
.
File metadata
- Download URL: ranshark-1.0.0.38.tar.gz
- Upload date:
- Size: 140.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fd4423b1f85ea3a3c66a8313f3ef7baeaddfa49941f2cfdf9d665ba9e7c2dc8 |
|
MD5 | 265446ca6fd98372ab3b148ea26cd4c8 |
|
BLAKE2b-256 | 8fff93da1ac07d47a29f67fc13ee77c369b9e14c77482d8d806817523e7f3953 |
File details
Details for the file ranshark-1.0.0.38-py3-none-any.whl
.
File metadata
- Download URL: ranshark-1.0.0.38-py3-none-any.whl
- Upload date:
- Size: 171.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 197ffe4823f6b1ba86a8f0df1e36dbeb2f5b9c2324eb09b3d07b80c22878e5c6 |
|
MD5 | 7f88e2b44cf62678d06dd54c55e9968c |
|
BLAKE2b-256 | 801ac4f020d7a0e4a579d10c406fb4f0f0d1e52b4c05a579e29a0e934d60629e |