{"id":21336809,"url":"https://github.com/dan-da/qp2p_experiments","last_synced_at":"2025-03-16T02:12:10.808Z","repository":{"id":54306497,"uuid":"335076267","full_name":"dan-da/qp2p_experiments","owner":"dan-da","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-05T02:05:37.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T14:43:29.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dan-da.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-BSD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-01T20:31:50.000Z","updated_at":"2021-02-01T21:06:11.000Z","dependencies_parsed_at":"2022-08-13T11:31:12.060Z","dependency_job_id":null,"html_url":"https://github.com/dan-da/qp2p_experiments","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/dan-da%2Fqp2p_experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan-da%2Fqp2p_experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan-da%2Fqp2p_experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan-da%2Fqp2p_experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dan-da","download_url":"https://codeload.github.com/dan-da/qp2p_experiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814893,"owners_count":20352038,"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-21T23:55:23.503Z","updated_at":"2025-03-16T02:12:10.788Z","avatar_url":"https://github.com/dan-da.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qp2p_experiments\n\n## About\n\nThese are some simple experiments and test cases using the [qp2p](https://github.com/maidsafe/qp2p) library.\n\n## Usage\n\n### node_bi\n\nnode A\n```\n$ cargo run --bin node_bi create\nProcess running at: 127.0.0.1:51408\nWaiting for connections\n```\n\nnode B\n\n```\n$ cargo run --bin node_bi connect 127.0.0.1:51408\n```\n\n### node_uni\n\nnote: These nodes will exchange packets for a while but eventually halt without any error, due to unknown issue/bug.\n\n\nnode A\n```\n$ cargo run --bin node_bi create\nListening for messages on 127.0.0.1:10000\n```\n\nnode B\n\n```\n$ cargo run --bin node_bi\n```\n\n\n### node_uni_alt\n\nnote: This code will error out immediately due to [issue 205](https://github.com/maidsafe/qp2p/issues/205).\n\nnode A\n\n```\n$ cargo run --bin node_bi create\nListening for messages on 127.0.0.1:10000\n```\n\nnode B\n\n```\n$ cargo run --bin node_bi\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan-da%2Fqp2p_experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan-da%2Fqp2p_experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan-da%2Fqp2p_experiments/lists"}