Categorygithub.com/caffix/netmap
modulepackage
0.2.5
Repository: https://github.com/caffix/netmap.git
Documentation: pkg.go.dev

# README

netmap

GitHub Test Status GoDoc License Go Report CodeFactor Codecov Follow on Twitter

Graphing package for mapping and visualizing the Internet.

Installation Go Version

go get -v -u github.com/caffix/netmap

This package is currently in development.

# Functions

NewGraph returns an intialized Graph object.

# Structs

Graph is the object for managing a network infrastructure link graph.
NameAddrPair represents a relationship between a DNS name and an IP address it eventually resolves to.