{"id":25676963,"url":"https://github.com/jamro/train-ping","last_synced_at":"2025-07-06T14:04:14.011Z","repository":{"id":254183668,"uuid":"845626407","full_name":"jamro/train-ping","owner":"jamro","description":"Track internet quality when travelling by train","archived":false,"fork":false,"pushed_at":"2024-08-21T21:05:14.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T14:57:54.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/jamro.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}},"created_at":"2024-08-21T15:57:38.000Z","updated_at":"2024-08-21T21:05:17.000Z","dependencies_parsed_at":"2024-08-21T23:12:34.071Z","dependency_job_id":"fa5af764-37fe-4c24-a510-bdfce8af34d1","html_url":"https://github.com/jamro/train-ping","commit_stats":null,"previous_names":["jamro/train-ping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamro/train-ping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamro%2Ftrain-ping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamro%2Ftrain-ping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamro%2Ftrain-ping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamro%2Ftrain-ping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamro","download_url":"https://codeload.github.com/jamro/train-ping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamro%2Ftrain-ping/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263914443,"owners_count":23529075,"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":[],"created_at":"2025-02-24T14:50:46.775Z","updated_at":"2025-07-06T14:04:13.987Z","avatar_url":"https://github.com/jamro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Train-Ping\n\nTrain-Ping is a Python app designed to help train travelers monitor internet connection quality during their journeys. Unreliable connectivity can be a challenge on trains, especially when you need to stay productive. Train-Ping measures and logs the quality of your internet connection and maps it to your train timetable, helping you identify when and where you can expect stable internet access. **Train-Ping** helps you manage your expectations for internet connectivity on train journeys, ensuring you can plan your work or activities with confidence.\n\n## Features\n\n- **Track Internet Quality**: Measures and logs the quality of your internet connection at regular intervals.\n- **Integrate with Timetable**: Maps connectivity data against a train timetable to identify connectivity patterns.\n- **Visualize Connectivity**: Provides a visual summary of connectivity quality over time.\n\n## Requirements\n\n- Python 3.x\n\n## Installation\n\n**Clone the Repository:**\n   ```bash\n   git clone https://github.com/yourusername/train-ping.git\n   cd train-ping\n   ```\n\n## Usage\n\n### 1. Tracking Internet Quality\n\nUse the `train-ping-tracker.py` script to track and log your internet connection quality.\n\n```bash\n./train-ping-tracker.py -t \u003ctimetable_file\u003e -o \u003coutput_file\u003e\n```\n\n**Arguments:**\n- `-t`, `--timetable`: Path to the timetable file (default: `timetable.txt`).\n- `-o`, `--output`: Path to the output CSV file where ping logs will be saved (default: `ping_log.csv`).\n\n**Example:**\n```bash\n./train-ping-tracker.py -t timetable.txt -o ping_log.csv\n```\n\n### 2. Viewing Ping Summary\n\nUse the `train-ping-viewer.py` script to view a summary of the collected ping data.\n\n```bash\n./train-ping-viewer.py -t \u003ctimetable_file\u003e -i \u003cinput_file\u003e -s \u003csegment_length\u003e\n```\n\n**Arguments:**\n- `-t`, `--timetable`: Path to the timetable file (default: `timetable.txt`).\n- `-i`, `--input`: Path to the input CSV file containing ping logs (default: `ping_log.csv`).\n- `-s`, `--segment`: Length of a segment in seconds for summarizing ping data (default: `60`).\n\n**Example:**\n\n```bash\n./train-ping-viewer.py -t timetable.txt -i ping_log.csv -s 60\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamro%2Ftrain-ping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamro%2Ftrain-ping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamro%2Ftrain-ping/lists"}