PyPNM Examples¶
This directory contains runnable examples showing how to use the PyPNM project in four main contexts.
examples/
├── common # Shared example resources
├── fast_api # FastAPI endpoint examples
├── python # Python API examples
├── service # Service layer examples
├── settings # Configuration and settings examples
└── snmp # SNMP API examples
| Guide | Description |
|---|---|
| FastAPI PNM | Examples demonstrating the FastAPI endpoints for PNM Signal Analysis and reporting. |
| FastAPI SNMP | Examples demonstrating the FastAPI endpoints for SNMP-based DOCSIS system and channel statistics. |
| FastAPI cURL | Examples demonstrating how to use cURL to interact with the FastAPI endpoints. |
| Python Parser | Examples demonstrating the Python API for PNM Signal Analysis and reporting. |