Skip to content

wallacemariadeandrade/BGPViewerTool

Repository files navigation

alt text

Core Library Tests Deploy BGPViewerOpenApi to Heroku license

BGPViewerTool

A tool to help network analysts querying information about prefixes and ASN's. Built on netstandard2.0 and based on BGPView API.

There are a few ways to use this repo content, so scroll down and have fun! 😄

🚧 It's under construction 🚧

Developers

If you're a developer I offer you power to build amazing applications 🔥. You can either consume the REST API or use the core library itself (.NET developers, in case).

Take a look bellow for more information.

BGPViewer OpenAPI

An REST API built on top of BGPViewerCore library.

More information here. Check it out! 😉

.NET Developers

If you're a .NET developer you can use the core library on your application. See BGPViewerCore repo to get more information.

Also, if you're consuming the API instead of using core library directly, you can use core library models to avoid rewriting the wheel. It's a separate library, so just download and add it to your project. It's available here.