pycurwb Python library
pycurwb is a Python library created for decoding Cisco URWB telemetry packets using scapy. Based on URWB Telemetry Protocol 2.0.19. This is intended to make easy for development of a wrapper around this library to process the telemetry. A basic sample program is included that dumps the decoded packets to the screen.
- scapy is required specifically for the library
- typer is required for the demo program
- Install pre-requisites
pip install -r requirements.txt
- To capture on Windows interface Ethernet 3 and udp port 1234
capture.py --interface "Ethernet 3" --port 12345
Check out the demo program help for available options
capture.py --help
David Rice
@wiguy80211
- 0.1
- Initial Release
- 0.1.1
- Updated requirements.txt with output of pip freeze. This covers requirements for the library AND the capture demo.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details
- This project is not affiliated with Cisco Systems, Inc.