An open API service indexing awesome lists of open source software.

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

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
```