{"id":44338741,"url":"https://github.com/initialed85/drive_test","last_synced_at":"2026-02-11T12:18:07.297Z","repository":{"id":57513153,"uuid":"157215860","full_name":"initialed85/drive_test","owner":"initialed85","description":"A collection of tools for drive-testing wireless networks","archived":false,"fork":false,"pushed_at":"2020-01-08T08:40:14.000Z","size":2792,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T02:51:50.454Z","etag":null,"topics":["drive","go","golang","gps","gpsd","network","packet","pcap","ssh","test"],"latest_commit_sha":null,"homepage":"","language":"Go","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/initialed85.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}},"created_at":"2018-11-12T13:13:24.000Z","updated_at":"2023-03-07T09:38:23.000Z","dependencies_parsed_at":"2022-09-26T17:50:29.363Z","dependency_job_id":null,"html_url":"https://github.com/initialed85/drive_test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/initialed85/drive_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialed85%2Fdrive_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialed85%2Fdrive_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialed85%2Fdrive_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialed85%2Fdrive_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/initialed85","download_url":"https://codeload.github.com/initialed85/drive_test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialed85%2Fdrive_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":["drive","go","golang","gps","gpsd","network","packet","pcap","ssh","test"],"created_at":"2026-02-11T12:18:06.745Z","updated_at":"2026-02-11T12:18:07.281Z","avatar_url":"https://github.com/initialed85.png","language":"Go","readme":"# drive_test\nA collection of tools for drive-testing networks\n\n## What's it for?\nDrive-testing networks\n\n## How do I build it?\n\n    ./build.sh\n    \nObserve as the executables are built to\n\n    cmd/gps_dumper/gps_dumper\n    cmd/packet_dumper/packet_dumper\n    cmd/ssh_dumper/ssh_dumper\n    \nOptionally, if you need to cross-compile (e.g. for an ARM device):\n\n    GOOS=linux GOARCH=arm ./build.sh\n\n## How do I run it?\n\nEach tool loops around and dumps to a file in [JSON lines](http://jsonlines.org/) (for later processing).\n\nSome of the commands take a JSON config (default `config.json`).\n\nThe following sections some maximal examples of usage...\n\n### `gps_dumper`\n\n    # command line\n    ./gps_dumper -host 127.0.0.1 -port 2947 -output-path gps_output.jsonl\n\n### `packet_dumper`\n\n    # contents of config.json; note \"filter\" is in tcpdump / pcap format\n    {\n      \"filter\": \"udp and port 3784\"\n    }\n    \n    # command line\n    sudo ./packet_dumper -interface eth0 -config-path config.json -output-path packet_output.jsonl\n\n### `ssh_dumper`\n\n    # contents of config.son\n    {\n      \"setup_commands\": [\n        \"date\"\n      ],\n      \"cycle_commands\": [\n        \"uname -a\",\n        \"uptime\",\n        \"ifconfig -a\"\n      ]\n    }\n\n    # command line\n    ./packet_dumper \\\n        -host localhost \\\n        -port 22 \\\n        -timeout 5 \\\n        -username user \\\n        -password pass \\\n        -period 8 \\\n        -config-path config.json \\ \n        -output-path ssh_output.jsonl \\\n        -remove-command-echo true\n        -remove-prompt-echo true\n        -trim-output true\n        -dumb-authentication false  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitialed85%2Fdrive_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finitialed85%2Fdrive_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitialed85%2Fdrive_test/lists"}