{"id":17647124,"url":"https://github.com/ellisvalentiner/speedtest.jl","last_synced_at":"2025-03-30T07:29:20.152Z","repository":{"id":78488824,"uuid":"109511752","full_name":"ellisvalentiner/SpeedTest.jl","owner":"ellisvalentiner","description":"Run network speed tests from Julia.","archived":false,"fork":false,"pushed_at":"2018-02-09T18:00:14.000Z","size":385,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T09:48:46.637Z","etag":null,"topics":["hacktoberfest","julia","julialang","speedtest"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ellisvalentiner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-04T16:37:09.000Z","updated_at":"2017-11-05T18:17:17.000Z","dependencies_parsed_at":"2023-02-27T22:15:37.424Z","dependency_job_id":null,"html_url":"https://github.com/ellisvalentiner/SpeedTest.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2FSpeedTest.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2FSpeedTest.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2FSpeedTest.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisvalentiner%2FSpeedTest.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ellisvalentiner","download_url":"https://codeload.github.com/ellisvalentiner/SpeedTest.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246290555,"owners_count":20753723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","julia","julialang","speedtest"],"created_at":"2024-10-23T11:10:36.514Z","updated_at":"2025-03-30T07:29:20.128Z","avatar_url":"https://github.com/ellisvalentiner.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpeedTest\n\n[![Build Status](https://travis-ci.org/ellisvalentiner/SpeedTest.jl.svg?branch=master)](https://travis-ci.org/ellisvalentiner/SpeedTest.jl)\n\n[![Coverage Status](https://coveralls.io/repos/ellisvalentiner/SpeedTest.jl/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/ellisvalentiner/SpeedTest.jl?branch=master)\n\n[![codecov.io](http://codecov.io/github/ellisvalentiner/SpeedTest.jl/coverage.svg?branch=master)](http://codecov.io/github/ellisvalentiner/SpeedTest.jl?branch=master)\n\n[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://ellisvalentiner.github.io/SpeedTest.jl/stable)\n\n[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://ellisvalentiner.github.io/SpeedTest.jl/latest)\n\nRun network speed tests from Julia.\n\n## Overview\n\nThis package facilitates network performance tests (i.e. speed tests) using the [Network Diagnostic Tool (NDT)](https://github.com/ndt-project/ndt/) and [Measurement Lab](https://www.measurementlab.net/) servers.\n\n## Installation\n\nThis package **requires** web100clt, a part of the NDT client command line utility.\n\nOn macOS:\n\n```bash\nbrew install web100clt\n```\n\nOn linux:\n\n```bash\napt update \u0026\u0026 apt install -y git automake gcc make libssl-dev libjansson-dev python\ngit clone --recursive https://github.com/ndt-project/ndt\ncd ndt/I2util \u0026\u0026 ./bootstrap.sh \u0026\u0026 ./configure \u0026\u0026 make \u0026\u0026 make install\ncd ndt \u0026\u0026 ./bootstrap \u0026\u0026 ./configure \u0026\u0026 make\n```\n\nPlease note that I cannot help you troubleshoot issues with NDT utilities.\n\n***\n\nThen install this package as you would normally:\n\n```julia\n# SpeedTest.jl is not currently registered as an official package\n# Please install the development version from GitHub:\nPkg.clone(\"git://GitHub.com/ellisvalentiner/SpeedTest.jl\")\n```\n\nIf you encounter a clear bug, please file a minimal reproducible example on GitHub.\n\n## Usage\n\n```julia\nusing SpeedTest\n\nnearest_server = get_ndt_servers(policy=\"nearest\")\nserver_name = nearest_server[\"fqdn\"]\nraw = run_test(server_name)\nprint(raw)\n# Testing network path for configuration and performance problems  --  Using IPv4 address\n# Checking for Middleboxes . . . . . . . . . . . . . . . . . .  Done\n# checking for firewalls . . . . . . . . . . . . . . . . . . .  Done\n# running 10s outbound test (client to server) . . . . .  11.63 Mb/s\n# running 10s inbound test (server to client) . . . . . . 4.49 Mb/s\n# sending meta information to server . . . . . Done\n# The slowest link in the end-to-end path is a 10 Mbps Ethernet or WiFi 11b subnet\n# Information: Other network traffic is congesting the link\n# Server 'ndt.iupui.mlab1.ord04.measurement-lab.org' is not behind a firewall. [Connection to the ephemeral port was successful]\n# Client is probably behind a firewall. [Connection to the ephemeral port failed]\n# Packet size is preserved End-to-End\n# Server IP addresses are preserved End-to-End\n# Information: Network Address Translation (NAT) box is modifying the Client's IP address\n# \tServer says [68.51.212.235] but Client says [ 10.0.1.5]\n```\n\nor more simply\n\n```julia\nusing SpeedTest\n\nspeed_test()\n# Dict{String,Any} with 3 entries:\n#   \"upload\"    =\u003e 11.73\n#   \"download\"  =\u003e 87.19\n#   \"timestamp\" =\u003e 2017-11-04T17:31:06.93\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellisvalentiner%2Fspeedtest.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fellisvalentiner%2Fspeedtest.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellisvalentiner%2Fspeedtest.jl/lists"}