{"id":23660367,"url":"https://github.com/goroya/react-native-iperf","last_synced_at":"2026-04-07T09:32:23.972Z","repository":{"id":126424331,"uuid":"114303003","full_name":"goroya/react-native-iperf","owner":"goroya","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-18T07:36:16.000Z","size":493,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-20T16:42:13.525Z","etag":null,"topics":["iperf","iperf3","javascript","react","react-native"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goroya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-12-14T22:39:17.000Z","updated_at":"2023-06-10T14:48:14.000Z","dependencies_parsed_at":"2023-06-16T16:30:20.179Z","dependency_job_id":null,"html_url":"https://github.com/goroya/react-native-iperf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goroya/react-native-iperf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goroya%2Freact-native-iperf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goroya%2Freact-native-iperf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goroya%2Freact-native-iperf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goroya%2Freact-native-iperf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goroya","download_url":"https://codeload.github.com/goroya/react-native-iperf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goroya%2Freact-native-iperf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["iperf","iperf3","javascript","react","react-native"],"created_at":"2024-12-29T03:56:26.348Z","updated_at":"2026-04-07T09:32:23.968Z","avatar_url":"https://github.com/goroya.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-iperf\n\n## Summary\n[en]\n\nThis is iperf wrapper on react native.\nCurrently under development.\n\n[ja]\n\nこれはReact NativeのIperfラッパです。\n現在、開発中です。\n## request\n[en]\n\nPlease tell me how to build iperf3 for ios.\nI am considering ios support in this library.\n\n[ja]\n\niOSでのiperf3のビルド方法を教えてほしい。\nわたしはこのライブラリのiOSサポートを検討している。\n\n## Example\n\n```js\nawait Iperf.init();\nIperf.on(Iperf.EVENT.START, (e) =\u003e { console.log(\"Iperf START\", e); });\nIperf.on(Iperf.EVENT.OUTPUT, (e) =\u003e { console.log(\"Iperf OUTPUT\", e); });\nIperf.on(Iperf.EVENT.CANCEL, (e) =\u003e { console.log(\"Iperf CANCEL\", e); });\nIperf.on(Iperf.EVENT.END, (e) =\u003e { console.log(\"Iperf END\", e); });\nIperf.on(Iperf.EVENT.ERROR, (e) =\u003e { console.log(\"Iperf ERROR\", e); });\nawait Iperf.start(\"-s -p 2000\");\nawait Iperf.cancel();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoroya%2Freact-native-iperf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoroya%2Freact-native-iperf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoroya%2Freact-native-iperf/lists"}