1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
hyperglass is the network looking glass that tries to make the internet better.
Find a file
2021-02-10 00:52:41 -07:00
.github fix backend ci test 2021-01-04 00:46:30 -07:00
.tests fix pre-commit script 2021-01-10 01:13:30 -07:00
docs update does for #117 change 2021-02-10 00:52:41 -07:00
hyperglass consolidate name & display name fields, closes #115 2021-02-10 00:43:40 -07:00
.flake8 check the NodeJS version on startup, closes #105 2021-01-18 14:35:50 -07:00
.gitattributes clean up git; add actions 2020-02-13 18:27:33 -07:00
.gitignore bump version to 1.0.0-beta.58 2020-09-28 14:50:02 -07:00
.isort.cfg import formatting imporvements 2020-10-11 13:14:57 -07:00
.pre-commit-config.yaml fix pre-commit 2021-01-03 23:21:40 -07:00
CHANGELOG.md bump version to 1.0.0-beta.76 2021-02-06 00:55:15 -07:00
CODE_OF_CONDUCT.md add code of conduct [skip ci] 2020-07-06 11:33:12 -07:00
CONTRIBUTING.md prettier fixes 2021-01-03 23:52:41 -07:00
hooks.sh example & example validation cleanup 2020-03-21 15:00:37 -07:00
install.sh bump to version 1.0.0-beta43 2020-06-22 18:07:15 -07:00
LICENSE update license year 2020-02-13 21:56:35 -07:00
logo.png moved docs to separate repo 2019-06-15 19:05:47 -07:00
poetry.lock consolidate name & display name fields, closes #115 2021-02-10 00:43:40 -07:00
pyproject.toml consolidate name & display name fields, closes #115 2021-02-10 00:43:40 -07:00
README.md fix formatting 2021-01-18 14:06:03 -07:00
validate_examples.py migrate config models to models module 2020-10-11 13:14:07 -07:00



The network looking glass that tries to make the internet better.


A looking glass is implemented by network operators as a way of providing customers, peers, or the general public with a way to easily view elements of, or run tests from the provider's network.

Documentation   |   Screenshots   |   Live Demo

PyPI PyPI - Downloads

GitHub Contributors Gitter Telegram

Frontend Tests Backend Tests Installer Tests


hyperglass is intended to make implementing a looking glass too easy not to do, with the lofty goal of improving the internet community at large by making looking glasses more common across autonomous systems of any size.


⚠️ v1.0.0 is currently in beta. While everything should work, some things might not. Documentation and the live demo are not yet complete. For a fully working and documented version of hyperglass, please go to the v0 branch.

Changelog

Features

  • BGP Route, BGP Community, BGP AS Path, Ping, & Traceroute
  • Full IPv6 support
  • Customizable everything: features, theme, UI/API text, error messages, commands
  • Built in support for:
    • Arista EOS
    • BIRD
    • Cisco IOS-XR
    • Cisco IOS/IOS-XE
    • Cisco NX-OS
    • FRRouting
    • Huawei
    • Juniper JunOS
    • Mikrotik
    • Nokia SR OS
    • TNSR
    • VyOS
  • Configurable support for any other supported platform
  • Optionally access devices via an SSH proxy/jump server
  • VRF support
  • Access List/prefix-list style query control to whitelist or blacklist query targets on a per-VRF basis
  • REST API with automatic, configurable OpenAPI documentation
  • Modern, responsive UI built on ReactJS, with NextJS & Chakra UI, written in TypeScript
  • Query multiple devices simultaneously
  • Browser-based DNS-over-HTTPS resolution of FQDN queries

To request support for a specific platform, please submit a Github Issue with the enhancement label.

Get Started →

Community

Any users, potential users, or contributors of hyperglass are welcome to join and discuss usage, feature requests, bugs, and other things.

hyperglass is developed with the express intention of being free to the networking community.

However, the hyperglass demo does cost @checktheroads $60/year for the hyperglass.io domain. If you're feeling particularly helpful and want to help offset that cost, small donations are welcome.

Donate

Acknowledgements

hyperglass is built entirely on open-source software. Here are some of the awesome libraries used, check them out too!

GitHub