-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is this project similar to: pyp2p ? #153
Comments
I have similar caveats to what the other dev was saying, but yes, you could do this. The advantage to mine in particular is that (with a bit of effort) you could have browsers communicate this to the whole network as well, with a relay. The idea would go roughly:
The big caveat here is that I'm planning to reimplement this in the next year or so. The way I designed it didn't meet a couple of my goals. Namely, the distributed hash table template I gave is very inefficient, and the design is very difficult in statically typed languages. |
Actually, if you go back in my documentation from older versions, I think I even used this as an example, using the pycoin library. These days I imagine you'd use bit instead. |
Can you share the link to the example? I would be eager to attempt using this lib (as it seems more frequently maintained/updated). You mentioned that something similar could be achieved with this lib (as pyp2p does), so I would like to reference that example and attempt building my own PoC. Thanks for your responses so far. |
Turns out that I did not use this as an example. I think people told me it was confusing, and I removed it. You want something like the first example in Advanced Usage. |
I have been having a discussion with the author of: pyp2p
The discussion is here: StorjOld/pyp2p#42
Are these 2 projects similar, in that I wish to create a bitcoin-like networking layer, where a message is broadcast from 1 node to all other nodes?
The text was updated successfully, but these errors were encountered: