0.1.1 ā€¢ Published 3 years ago

vodafone-connection-metrics v0.1.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

vodafone-connection-metrics

View speed and connection metrics of the vodafone gateway you're behind. Including ISP and network information.

Installation

npm install -g vodafone-connection-metrics

Usage

Usage:
  vodafone-metrics [options]
    View speed and connection metrics of the vodafone gateway you"re behind
Options:
  --json | -j
    Get metrics in json format

Output

Default:

šŸŒ Internet is provided by Vodafone GmbH in DE
šŸ“  77.22.XXX.XXX is your ip address

šŸ‘Øā€šŸš€ You are a customer without a planned improvement
šŸŽ­ A VPN was not detected

JSON:

{
  "downstreamSpeed": 0,
  "upstreamSpeed": 0,
  "downstreamBooked": null,
  "upstreamBooked": null,
  "isp": "Vodafone GmbH",
  "ipCountry": "DE",
  "clientIp": "77.22.XXX.XXX",
  "isCustomer": true,
  "vendor": "",
  "modemType": null,
  "plannedImprovement": false,
  "isO2Customer": false,
  "swapScenario": null,
  "swapLink": null,
  "vpnDetected": null,
  "vpnDetectedBy": "ext"
}

Contributing

At it"s current state, vodafone-connection-metrics queries a speedtest endpoint provided by vodafone. If you have additional data sources that could fit in with the tool, feel free to create an issue or a pull request.

0.1.1

3 years ago

0.1.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago