{"id":28444649,"url":"https://github.com/ideoforms/python-jdp","last_synced_at":"2025-07-30T05:07:41.398Z","repository":{"id":102791811,"uuid":"52282706","full_name":"ideoforms/python-jdp","owner":"ideoforms","description":"JSON Datagram Protocol for Python","archived":false,"fork":false,"pushed_at":"2025-04-19T07:58:05.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-06T20:46:39.087Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ideoforms.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":"2016-02-22T15:21:34.000Z","updated_at":"2025-04-19T07:58:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7b85a2f-e0bf-45c8-9b4b-da6700e940f4","html_url":"https://github.com/ideoforms/python-jdp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ideoforms/python-jdp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fpython-jdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fpython-jdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fpython-jdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fpython-jdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideoforms","download_url":"https://codeload.github.com/ideoforms/python-jdp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fpython-jdp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267814779,"owners_count":24148329,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-06-06T09:09:52.219Z","updated_at":"2025-07-30T05:07:41.367Z","avatar_url":"https://github.com/ideoforms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Datagram Protocol\n\nJSON Datagram Protocol, a lightweight communication protocol encapsulating JSON objects in individual UDP datagrams.\n\n## Usage: Client\n\n```python\nimport jdp\n\nclient = jdp.Client((\"localhost\", 11000))\nclient.send({ \"hello\" : \"world\" })\n```\n\n## Usage: Server\n\n```python\n\ndef handler(data):\n\tprint str(data)\n\nserver = jdp.Server(11000)\nserver.add_callback(handler)\nserver.start()\n```\n\n---\n\n## License\n\n\u003e Created by Daniel Jones \u003chttp://www.erase.net\u003e  \n\u003e Available under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideoforms%2Fpython-jdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideoforms%2Fpython-jdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideoforms%2Fpython-jdp/lists"}