📶 Library to check your Internet connectivity


Keywords
async, connection, tokio, up, tcp
License
MIT

Documentation

up

Logo

Troubleshoot problems with your Internet connection based on different protocols and well-known public servers.

GoDoc Build Status License

Install

go install -v github.com/jesusprubio/up@latest

Dependencies

  • Go stable version.

Use

The default behavior is to verify all the supported protocols against a randomly selected public server for each one.

up

This will display help for the tool.

up -h

Library

Check the examples to see how to use this project in your own code.

License

This project is under the MIT License. See the LICENSE file for the full text.