{"id":25418821,"url":"https://github.com/estigma88/jdhtuq","last_synced_at":"2025-08-03T06:38:21.856Z","repository":{"id":57719768,"uuid":"115274119","full_name":"estigma88/jdhtuq","owner":"estigma88","description":"jDHTUQ is a peer-to-peer DHT system based in Chord algorithm, but built like API to generalize the implementation of peer-to-peer DHT systems. jDHTUQ have two fundamental services , put and get of resource.","archived":false,"fork":false,"pushed_at":"2018-11-04T16:19:23.000Z","size":1000,"stargazers_count":7,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T09:50:16.484Z","etag":null,"topics":["chord-algorithm","java","p2p","spring","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/estigma88.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":"2017-12-24T16:10:23.000Z","updated_at":"2025-03-15T20:06:30.000Z","dependencies_parsed_at":"2022-09-26T21:40:55.584Z","dependency_job_id":null,"html_url":"https://github.com/estigma88/jdhtuq","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/estigma88/jdhtuq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estigma88%2Fjdhtuq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estigma88%2Fjdhtuq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estigma88%2Fjdhtuq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estigma88%2Fjdhtuq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estigma88","download_url":"https://codeload.github.com/estigma88/jdhtuq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estigma88%2Fjdhtuq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268505752,"owners_count":24260961,"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-08-03T02:00:12.545Z","response_time":2577,"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":["chord-algorithm","java","p2p","spring","spring-boot"],"created_at":"2025-02-16T18:28:17.645Z","updated_at":"2025-08-03T06:38:21.808Z","avatar_url":"https://github.com/estigma88.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jDHTUQ for peer-to-peer DHT networking\n\njDHTUQ is a peer-to-peer DHT system based on Chord algorithm, but built to generalize the implementation of peer-to-peer DHT systems. It have two fundamental services, put and get of a resource.\n\n**jDHTUQ is using:**\n- Reusable api for lookup and storage\n- One implementation of Chord algorithm\n- One implementation of a resources management (DHash)\n- Spring Boot Starters for easy setup\n- Independent communication module configurable\n- Peer to peer communication simulation using a data structure\n- Peer to peer network communication using sockets\n\n## Download last versions\n\n[![Github Releases (by Asset)](https://img.shields.io/github/downloads/estigma88/jdhtuq/desktop-structure-gui-v2.0.4/desktop-structure-gui-2.0.4.jar.svg)](https://github.com/estigma88/jdhtuq/releases/download/desktop-structure-gui-v2.0.4/desktop-structure-gui-2.0.4.jar)     [![Github Releases (by Asset)](https://img.shields.io/github/downloads/estigma88/jdhtuq/desktop-network-gui-v2.0.6/desktop-network-gui-2.0.6.jar.svg)](https://github.com/estigma88/jdhtuq/releases/download/desktop-network-gui-v2.0.6/desktop-network-gui-2.0.6.jar)     [![Github Releases (by Asset)](https://img.shields.io/github/downloads/estigma88/jdhtuq/standalone-network-v2.0.6/standalone-network-2.0.6.jar.svg)](https://github.com/estigma88/jdhtuq/releases/download/standalone-network-v2.0.6/standalone-network-2.0.6.jar)\n\nData structure and network applications.\n- Execute with double click or\n- Using the console:\n\t`java -jar \u003cjdhash-version\u003e.jar`\n\t\nTo get more information about how to use the examples, please refer to \n[More Info](https://github.com/estigma88/jdhtuq/wiki) page\n\n## How to use\n### From source code\n- Clone the repository\n- Execute the following command in the root folder\n\t- For desktop ui peer to peer simulation: \n\t`gradlew :main:desktop-structure-gui:bootRun`\n\t- For desktop ui peer to peer network with sockets: \n\t`gradlew :main:desktop-network-gui:bootRun`\n\t- For standalone peer to peer network with sockets: \n\t`gradlew :main:standalone-network:bootRun`\n\n### Using layers as dependencies\nAdd the following dependencies to your project to use Chord, DHash and Communication layers in your own project.\n\n**Note**: This dependencies are Spring Boot Starters, so, your project must use Spring Boot\n\n- Chord: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-chord-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-chord-spring-boot-starter)\n- DHash: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-dhash-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-dhash-spring-boot-starter)\n- Communication: Use one of the following implementations\n    - Data Structure: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-data-structure-communication-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-data-structure-communication-spring-boot-starter)\n    - Sockets: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-socket-communication-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.estigma88/jdhtuq-socket-communication-spring-boot-starter)\n\n\n## More info\n[More Info](https://github.com/estigma88/jdhtuq/wiki) \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festigma88%2Fjdhtuq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festigma88%2Fjdhtuq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festigma88%2Fjdhtuq/lists"}