https://github.com/qualk/psr-analyser
PSR Packet Analyser, used by SKAO and CSIRO
https://github.com/qualk/psr-analyser
csiro packet-analyser packet-analysis packet-analyzer packet-capture python python-script python3 ska skao wireshark-capture
Last synced: 6 months ago
JSON representation
PSR Packet Analyser, used by SKAO and CSIRO
- Host: GitHub
- URL: https://github.com/qualk/psr-analyser
- Owner: qualk
- Created: 2024-08-13T06:38:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T06:07:49.000Z (over 1 year ago)
- Last Synced: 2025-09-09T00:34:50.878Z (6 months ago)
- Topics: csiro, packet-analyser, packet-analysis, packet-analyzer, packet-capture, python, python-script, python3, ska, skao, wireshark-capture
- Language: Python
- Homepage: https://www.skao.int/
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SKA CSP - PSR Packet Analyser
https://docs.google.com/document/d/1LpEoxHtj0BMfzKg3FEBXUUra2S6qtCVfocQqX1uXkHE/view
https://gitlab.com/ska-telescope/low-cbf/ska-low-cbf-integration
## How to Use
Name your network capture `pss.pcap` (or change the value `CAPTURE_FILE = "pss.pcap"` near the top of the file) and make sure it's in the same directory as the script `psr-analyser.py`. Then run the script with `python psr-analyser.py`.
### Arguments
`--plain` output the plain output, without the table formatting.
If you want to output the data to a file, just run it with `> file`. Example command:
```bash
python psr-analyser.py --plain > analysis.txt
```