-
If a bytes_val is received, TelemetryParser is not displaying/parsing it.
I've added the following code and it works fine. Is it ok to integrate?
```
diff --git a/pygnmi/client.py b/pygnmi/client…
-
I am building my own mainline sonic with these options:
```
- sed -i 's/INCLUDE_ICCPD.*\sn/INCLUDE_ICCPD = y/' rules/config
- sed -i 's/INCLUDE_RESTAPI.*\sn/INCLUDE_RESTAPI = y/' rules/co…
-
Current pygnmi supports common parameters for all xpaths provided. Please enhance to pass specific arguments for each xpath(subscription)
-
Hi team,
I am looking for example for connecting PyGNMI over gRPC Tunnel. please help!
-
I'm trying to send set request with proto encoding.
But it's impossible to send binary bytes with proto encoding, because pygnmi uses json.dumps:
https://github.com/akarneliuk/pygnmi/blob/master/pyg…
-
I test gnmic with vMX Junos and I got error below:
`nmic1 | 2022/03/24 10:41:28.381807 [gnmic] target "10.1.181.92:57400", subscription sub1 rcv error: rpc error: code = InvalidArgument desc = I…
-
I created a subscription and when i do .close() on the PollSubscriber object it's not terminating the thread which it created initially.
It's just going here waiting for one sec and returning https:/…
-
https://github.com/akarneliuk/pygnmi/blob/c96b7fff79f5b24cd494bc0bc28ed14d76ed0125/pygnmi/client.py#L346
This change was introduced here: https://github.com/grpc/grpc/commit/8c7b77489b4b53a457682e1…
-
As suggested in https://karneliuk.com/wp-content/uploads/2022/08/Karneliuk_com_nornir_pygnmi.pdf slide 4
See e.g. https://salt-nornir.readthedocs.io/en/latest/Pillar%20and%20Inventory%20Examples.ht…
-
Test code:
from pygnmi.client import gNMIclient
if __name__ == '__main__':
host = ("172.16.18.9", "57400")
paths = ['openconfig-interfaces:interfaces', 'openconfig-network-instance:netwo…