-
I couldn't run agenttest.py.
I used the following commands, which run just fine.
```
# using ubuntu 18.04
# install Faucet
apt-get install python3-dev python3-pip -y \
&& pip3 install setup…
-
![faucet-config-acl-mgt](https://user-images.githubusercontent.com/4725207/38651272-698c63f2-3e54-11e8-9675-d220f3f8b978.jpg)
As discussed here in Wellington and via some different email threads.
…
-
Is there a plan to combine gnmi subscribe of this repo and the gnxi implementation.
I you would start to implement an gnmi target, would you start at gnxi or at gnmi subscribe and add the rest?
…
-
```
*** Starting controller
c0 Timeout waiting for FAUCET to start. Log:
Traceback (most recent call last):
File "/usr/local/bin/faucet", line 11, in
sys.exit(main())
File "/usr/local/l…
-
Hello, I am currently getting an issue.
When I try to dial into Arista switch and subcribe a path to grab data from swith. I got an error:
**rpc error: code = Unavailable desc = all SubConns are …
-
I used Ubuntu 18.04 and latest g++, gcc, and clang.
I used the gRPC download and build instructions in the PI README.md file today, but gRPC fails to build. I had to change its code as shown below…
-
While implementing a gRPC client, I was just wondering if there are any ways to terminate a gRPC call.
Example from my gNMI client:
```
try:
responses = stub.Subscribe(req_iterator, …
-
We build the gnmi GO client (gnmi_cli) using go1.10.4.linux-amd64.tar.gz.
When we use this gnmi_cli from x86_64 architecture to connect to gNMI Server running on a ppc64 machine using openssl certi…
-
While I am building a gNMI telemetry receiver, I was really struggling to figure out, that a 3rd party gRPC server and my gRPC client did not use the same set of ciphers. In the specific case, both di…
-
I am using the latest gnmi_cli in which Set & Get are taking proto directly. I am seeing a behavior with the json_val or json_ietf_val fields. The quotes(") are stripping by gnmi_cli and server is rec…