{"id":21074987,"url":"https://github.com/marchellodev/p2p_matrix_go","last_synced_at":"2025-07-20T14:37:04.379Z","repository":{"id":115885317,"uuid":"350701554","full_name":"marchellodev/p2p_matrix_go","owner":"marchellodev","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-28T12:49:51.000Z","size":535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T22:46:47.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/marchellodev.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":"2021-03-23T12:20:42.000Z","updated_at":"2021-03-28T12:51:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"23f2a357-28a9-4f2a-a138-a329b202a4fc","html_url":"https://github.com/marchellodev/p2p_matrix_go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchellodev%2Fp2p_matrix_go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchellodev%2Fp2p_matrix_go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchellodev%2Fp2p_matrix_go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchellodev%2Fp2p_matrix_go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marchellodev","download_url":"https://codeload.github.com/marchellodev/p2p_matrix_go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243517775,"owners_count":20303701,"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":"2024-11-19T19:19:06.233Z","updated_at":"2025-03-14T03:27:09.388Z","avatar_url":"https://github.com/marchellodev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P2P Matrix Go\n\nThis application is the backend for the [P2P Matrix project](https://github.com/marchellodev/p2p_matrix). it is a\ntesting environment for P2P algorithms that simulates the Internet connections (speed limitations and latency depending\non the geographical location)\n\n## Running\n\n`main.go` contains an example network - where every node knows everyone and has every file on the network. While not\nefficient, let alone practical, it is a perfect testing network for this project.\n\nBefore running it, make sure that you have [Golang](https://golang.org/dl) installed.\n\nThen, execute:\n```shell\ngo run main.go\n```\n\u003cbr\u003e\n\nTo create a shared library for P2P Matrix, run either of those depending on your system:\n```shell\ngo build -buildmode c-shared -o lib.so            # Linux\ngo build -buildmode c-shared -o lib.dll           # Windows\ngo build -buildmode c-shared -o lib.dylib         # MacOS\n```\n\u003cbr\u003e\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarchellodev%2Fp2p_matrix_go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarchellodev%2Fp2p_matrix_go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarchellodev%2Fp2p_matrix_go/lists"}