Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nleiva committed Sep 15, 2017
1 parent b8e81b9 commit c0ccadd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Minimalistic library to interact with IOS XR devices using the gRPC framework. L
- [Programming IOS-XR with gRPC and Go](https://xrdocs.github.io/programmability/tutorials/2017-08-04-programming-ios-xr-with-grpc-and-go/).
- [Validate the intent of network config changes](https://xrdocs.github.io/programmability/tutorials/2017-08-14-validate-the-intent-of-network-config-changes/).

**Other Examples**:
- [A collection of OpenConfig and Cisco IOS XR examples](https://github.com/nleiva/xroc).
- [Parsing Telemetry data from IOS XR YANG models](https://github.com/nleiva/nettable).

The end goal is to enable use-cases where multiple interactions with devices are required. gRPC arises as a strong option to single interface network elements to retrieve info from the devices, apply configurations to it, generate telemetry streams from them, programming the RIB/FIB and so on. The foloowing is a very simple config-validate example:

![oc-config-validate](https://github.com/nleiva/xrgrpc/blob/gh-pages/oc-config-validateH.gif)
Expand Down

0 comments on commit c0ccadd

Please sign in to comment.