{"id":20887339,"url":"https://github.com/werdl/jtp","last_synced_at":"2026-03-19T17:59:37.266Z","repository":{"id":217357711,"uuid":"743671303","full_name":"werdl/jtp","owner":"werdl","description":"A library for sending JSON informatio over the internet","archived":false,"fork":false,"pushed_at":"2024-01-16T11:42:38.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T13:05:19.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/werdl.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}},"created_at":"2024-01-15T18:28:21.000Z","updated_at":"2024-01-16T11:42:41.000Z","dependencies_parsed_at":"2024-01-16T18:35:34.573Z","dependency_job_id":null,"html_url":"https://github.com/werdl/jtp","commit_stats":null,"previous_names":["werdl/jtcp","werdl/jtp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/werdl/jtp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fjtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fjtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fjtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fjtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/werdl","download_url":"https://codeload.github.com/werdl/jtp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fjtp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29937391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"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":[],"created_at":"2024-11-18T08:19:48.580Z","updated_at":"2026-02-28T14:30:53.036Z","avatar_url":"https://github.com/werdl.png","language":null,"readme":"# jtp - for moving data more efficiently\n\n## Why\n- send and retrieve data using the ubiquitous JSON format\n- strip down on the faff\n- send only vital information\n- updated for the new web\n\n## Format\n### GET\n```json\n{\n    \"jtp\": {\n        \"version\": \"0.1.0\",\n        \"type\": \"get\" // therefore sent from a user\n    },\n\n    \"host\": {\n        \"os\": {\n            \"host-triple\": \"x86_64-unknown-linux-gnu\",\n            \"distro\": \"debian-12\",\n        },\n        \"net\": {\n            \"ipv4\": \"1.2.3.4\",\n            \"ipv6\": \"2001:0db8:85a3:0000:0000:0000:0000:0000\"\n        },\n        \"agent\": \"SampleImpl/1.0\" // sender name and version\n    },\n\n    \"payload\": {\n        \"head\": {\n            \"url\": \"https://example.com/jtp\",\n        },\n\n        \"body\": { // like headers in HTTP\n            \"example-field\": \"example-value\",\n            \"supports-nesting\": {\n                \"yes\": true,\n                \"no\": false\n            }\n        }\n    }\n}\n```\n\n### ACK\n```json\n{\n   \"jtp\": {\n        \"version\": \"0.1.0\",\n        \"type\": \"ack\" // therefore coming from a server\n    }, \n\n    \"host\": {\n        \"os\": {\n            \"host-triple\": \"x86_64-windows-msvc\",\n            \"distro\": \"windows-10-22h2\"\n        },\n        \"net\": {\n            \"ipv4\": \"1.2.3.5\",\n            \"ipv6\": \"2001:0db8:85a3:0000:0000:0000:0000:0005\"\n        }\n    },\n\n    \"payload\": {\n        \"head\": {\n            \"date\": \"2024-01-16 11:30:00 +0000\",\n            \"status\": 200, // HTTP error code\n            \"url\": \"https://example.com/jtp\"\n        },\n        \"body\": \"Hello from https://example.com/jtp!\"\n    }\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fjtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwerdl%2Fjtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fjtp/lists"}