Compare commits

...

2 Commits

Author SHA1 Message Date
Dinesh Dutt dcc4de8448 fix incorrect update of ihenge
Signed-off-by: Dinesh Dutt <dd.ps4u@gmail.com>
2023-12-09 06:15:46 -08:00
Dinesh Dutt 4892b68277
Update README.md
Co-authored-by: Ken Celenza <ken@celenza.org>
2023-12-09 06:12:17 -08:00
1 changed files with 5 additions and 5 deletions

View File

@ -275,10 +275,10 @@ Network Automation is a cross between the discipline of [Network Infrastructure]
- [StackStorm Intro on Software Gone Wild](https://blog.ipspace.net/2016/11/stackstorm-101-on-software-gone-wild.html) - SGW team talk with StackStorm (including Matt Oswalt) to discuss StackStorm.
## SuzieQ
- [Github Repository](https://github.com/netenglabs/suzieq) is the first open-source, agentless, multi-vendor network observability application
- [Quick Install](https://suzieq.readthedocs.io/en/latest/getting_started/)
- [Online Documentation](https://suzieq.readthedocs.io/en/latest/)
- [Youtube Videos](https://www.youtube.com/@suzieqproject7168)
- [SuzieQ Documentation](https://suzieq.readthedocs.io/en/latest/) - All official documentation including project overview, quick start, configuration guide, etc.
- [SuzieQ Repository](https://github.com/netenglabs/suzieq) - Open-source code for the SuzieQ project.
- [SuzieQ Youtube](https://www.youtube.com/@suzieqproject7168) - Official youtube home of the SuzieQ project providing community meetups and demonstrations of the project in action.
## Products
@ -299,7 +299,7 @@ Network Automation is a cross between the discipline of [Network Infrastructure]
- [FreeZTP](https://github.com/PackeTsar/freeztp) - FreeZTP is an open-source Zero-Touch Provisioning system for Cisco IOS campus switches and routers.
- [gNMIc](https://gnmic.kmrd.dev) - gNMI CLI client and collector.
- [Hierarchical Configuration](https://github.com/netdevops/hier_config) - Hierarchical Configuration is a Python library that is able to take a running configuration of a network device, compare it to its intended configuration, and build the remediation steps necessary bring a device into spec with its intended configuration.
- [inet-henge](inet-henge) - Generate d3.js based Network Diagram from JSON data.
- [inet-henge](https://github.com/codeout/inet-henge) - Generate d3.js based Network Diagram from JSON data.
- [Jinja2](http://jinja.pocoo.org/) - A full-featured template engine for Python.
- [NAPALM](https://github.com/napalm-automation/napalm) - NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support) is a Python library that implements a set of functions to interact with different router vendor devices using a unified API.
- [Need To Graph](https://github.com/dmulyalin/N2G) - A library to generate diagrams in yWorks GraphML, diagrams.net/draw.io or JSON formats using structured data or show commands output.