eternalegypt icon indicating copy to clipboard operation
eternalegypt copied to clipboard

Python API for Netgear LTE modems

Results 3 eternalegypt issues
Sort by recently updated
recently updated
newest added

I was looking to write a simple Prometheus metrics exporter to monitor signal strength over time - so I've exposed these attributes as `info.signal.bars` etc: ``` Signal(bars=5, ecio=0, rscp=0, rsrq=-9,...

Love the library, thank you. I added an example of how one might make an SMS forwarder loop to retrieve messages sent to the SIM in the gateway and forward...