{"id":19357845,"url":"https://github.com/dleedev365/chorddht","last_synced_at":"2025-02-24T11:43:38.826Z","repository":{"id":176565167,"uuid":"117316213","full_name":"dleedev365/ChordDHT","owner":"dleedev365","description":"[CMPT 371: Data Communications and Networking] A distributed hash table program that reads inputs from a text file","archived":false,"fork":false,"pushed_at":"2018-04-16T06:21:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-06T18:25:15.591Z","etag":null,"topics":["chord","distributed","hashtable","network"],"latest_commit_sha":null,"homepage":"","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/dleedev365.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}},"created_at":"2018-01-13T05:13:46.000Z","updated_at":"2024-11-24T21:43:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a95d5b9-5ab5-4f66-9ce1-6cd511b3d808","html_url":"https://github.com/dleedev365/ChordDHT","commit_stats":null,"previous_names":["dlee0528/chorddht","dleedev365/chorddht"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleedev365%2FChordDHT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleedev365%2FChordDHT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleedev365%2FChordDHT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleedev365%2FChordDHT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dleedev365","download_url":"https://codeload.github.com/dleedev365/ChordDHT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240473961,"owners_count":19807248,"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":["chord","distributed","hashtable","network"],"created_at":"2024-11-10T07:09:25.367Z","updated_at":"2025-02-24T11:43:38.804Z","avatar_url":"https://github.com/dleedev365.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chord-DHT\nA simple chord distributed hash table programmed in Python \n\n# Description\n\u003cpre\u003e\nThis program reads inputs from a txt.file formatted as follows:\n\nS // Hash space [0 ... 2^S-1] \nN // Number of joined nodes\nM // Number of keys\nid1, id2, ... , idN // Hashed node ids, joined in order\nk1,k2, ... ,kM // Hashed keys, joined in order\nk,id // key, query node id\nk,id // key, query node id\n...\n-1,-1 // end\n\nThe output indicates the successor table of the lst joined node. Then, the query path for the given pair of key and query node id.\n\n# Example\nAssume a hash space [0...7]\n1. Node n1 joins\n2. Node n2 joins\n3. Nodes n0, n6 join\n4. keys f7,f1\n\nthe input will be \n3\n4\n2\n1,2,0,6\n7,1\n7,1\n-1,-1\n\nthe out will be \n0 7 0\n1 0 0\n2 2 2\n1 6 0\n\u003c/pre\u003e\n# For more info\nhttps://en.wikipedia.org/wiki/Chord_(peer-to-peer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdleedev365%2Fchorddht","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdleedev365%2Fchorddht","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdleedev365%2Fchorddht/lists"}