Re: Simple P2P library

2019-06-27 Thread mratsim
Here 
[https://github.com/status-im/nim-libp2p/tree/master/libp2p](https://github.com/status-im/nim-libp2p/tree/master/libp2p).

The daemon subfolder is for the daemon, everything else is for the native Nim 
library.


Re: Simple P2P library

2019-06-27 Thread BaldEagleX02
Maybe it's better (and easier to code) a IPFS library for Nim


Re: Simple P2P library

2019-06-25 Thread pigmej
> Nim implementation of the spec.

Oh nice @mratsim. Where is the work happening? 


Re: Simple P2P library

2019-06-24 Thread mratsim
No currently we have a Nim wrapper for libp2p-daemon (in go) but we are also 
writing a native Nim implementation of the spec.


Re: Simple P2P library

2019-06-23 Thread mratsim
It's probably no simple but at Status we are implementing 
[libp2p](https://libp2p.io) in pure Nim for our Ethereum needs. 
([https://github.com/status-im/nim-libp2p](https://github.com/status-im/nim-libp2p))

While waiting for the libp2p implementation this our P2P stack 
(github.com/status-im/nim-eth/tree/47c7a988/eth/p2p) and our NAT traversal 
library 
[https://github.com/status-im/nim-nat-traversal](https://github.com/status-im/nim-nat-traversal).


Re: Simple P2P library

2019-06-22 Thread BaldEagleX02
I might help you with the library. We could init a git repo on GitHub.


Re: Simple P2P library

2019-06-22 Thread federico3
I might release one. What is your use-case exactly?


Simple P2P library

2019-06-22 Thread BaldEagleX02
Is there any good P2P library for sending strings between nodes? I am looking 
for something similar to Py2P.