{"id":19703011,"url":"https://github.com/muink/luci-app-netspeedtest","last_synced_at":"2026-02-19T12:31:38.254Z","repository":{"id":92854472,"uuid":"584760720","full_name":"muink/luci-app-netspeedtest","owner":"muink","description":"LuCI Network Speed Test","archived":false,"fork":false,"pushed_at":"2026-02-18T07:17:01.000Z","size":284,"stargazers_count":77,"open_issues_count":0,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-02-18T12:14:26.491Z","etag":null,"topics":["fantastic-package","iperf3","librespeed","librespeed-go","luci","luci-app","openwrt","openwrt-package","speedtest","speedtest-cli"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-03T12:56:52.000Z","updated_at":"2026-02-18T07:17:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"8865c2e8-b2e5-451e-b736-59861881f28a","html_url":"https://github.com/muink/luci-app-netspeedtest","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/muink/luci-app-netspeedtest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-netspeedtest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-netspeedtest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-netspeedtest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-netspeedtest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muink","download_url":"https://codeload.github.com/muink/luci-app-netspeedtest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-netspeedtest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29613122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["fantastic-package","iperf3","librespeed","librespeed-go","luci","luci-app","openwrt","openwrt-package","speedtest","speedtest-cli"],"created_at":"2024-11-11T21:16:45.070Z","updated_at":"2026-02-19T12:31:38.207Z","avatar_url":"https://github.com/muink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LuCI Network Speed Test\n\n### Screenshots\n\n![iperf3](.img/iperf3.png \"iperf3\")\\\n![librespeed](.img/librespeed.png \"librespeed\")\\\n![librespeed_config](.img/librespeed_config.png \"librespeed_config\")\\\n![speedtest](.img/speedtest.png \"speedtest\")\n\n### How to install\n\n#### Prerequisites\n\nThis package depends on python3-speedtest-cli which in turn depends on python3-base and various other python3 libraries. These packages combined can take up a lot of space on a router so before installing luci-app-netspeedtest, make sure you have enough space to install python3-speedtest-cli. You can check this by searching for python3-speedtest-cli under the software page in LuCI and try to install it, it will tell you how much space it and its dependencies require, just compare that to how much space you have left.\n\n#### Installation\n\n1. Goto ~~[releases](https://github.com/muink/luci-app-netspeedtest/tree/releases)~~ [here](https://fantastic-packages.github.io/packages/)\n2. Download the latest version of ipk\n3. Login router and goto **System --\u003e Software**\n4. Upload and install ipk\n5. Reboot if the app is not automatically added in page\n6. Goto **Network --\u003e SpeedTest**\n\n### Build\n\n- Compile from OpenWrt/LEDE SDK\n\n```\n# Take the x86_64 platform as an example\ntar xjf openwrt-sdk-21.02.3-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz\n# Go to the SDK root dir\ncd OpenWrt-sdk-*-x86_64_*\n# First run to generate a .config file\nmake menuconfig\n./scripts/feeds update -a\n./scripts/feeds install -a\n# Get Makefile\ngit clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/luci-app-netspeedtest.git package/luci-app-netspeedtest\npushd package/luci-app-netspeedtest\numask 022\ngit checkout\npopd\n# Select the package LuCI -\u003e Applications -\u003e luci-app-netspeedtest\nmake menuconfig\n# Start compiling\nmake package/luci-app-netspeedtest/compile V=99\n```\n\n### License\n\n- This project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuink%2Fluci-app-netspeedtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuink%2Fluci-app-netspeedtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuink%2Fluci-app-netspeedtest/lists"}