Skip to content

dannywade/netcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCheck

Code style: black codecov

What is NetCheck?

A tool that allows network engineers to validate common changes and analyze their network using two popular network testing and analysis tools: pyATS and Batfish (TBD). NetCheck is built with a web UI and a RESTful API. The goal is to have full feature parity between the web UI and API, so that the user can interact with it however they wish.

Demo

This demo shows how a user can select specific testcases based on their testing requirements. Once testcases are selected, the user fills out the details under each testcase. The details section allows the user to document their expectations for each testcase result. Once the details are completed for each testcase, run the test, and you will see the test results under the 'Results' link.

custom_test_selection.mov

Why should I use NetCheck?

Upon installation, NetCheck works out of the box to help validate common changes and allow you to learn things about your network that you may not known before using the analysis portion of the tool.

What is NetCheck built on?

The tool is built using Python and multiple Python libraries. Below is a breakdown of the different components used in this project.

The lists below may change in the future. I will try to keep it updated as the tool progresses.

Frontend:

  • HTML 5
  • Bootstrap CSS
  • JavaScript/jQuery/jQuery UI
  • htmx

Backend:

  • FastAPI
  • SQLModel
  • SQLite
  • pyATS/Genie
  • Batfish (TBD)

About

A network change validation and analysis web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published