Skip to content

Commit d67982f

Browse files
authoredAug 21, 2020
notify about version 4.0.0
1 parent 78ba291 commit d67982f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ p2p-python
33
I seek a library that can make a simple P2P network.
44
This library enables you create P2P application.
55

6+
## IMPORTANT
7+
**THIS IS OLD, newly rewritten version 4.0.0 will be released.**
8+
69
## Specification
710
* Asynchronous IO
811
* Pure Python code

8 commit comments

Comments
 (8)

tantanvo commented on Apr 13, 2021

@tantanvo

released version 4 yet? Version 3.0.5 could not find peers on other computers

namuyan commented on Apr 13, 2021

@namuyan
OwnerAuthor

Thank you for comment!
v4 is under construction but have no progress in half a year because my real life is too busy to develop.

tantanvo commented on Apr 14, 2021

@tantanvo

Yes, thank you! Currently I am using python 3.9.2 to run p2p-python 3.0.5, although there is no error, but i use 2 computers on 2 different modems they can't ping each other. Like the picture below, can you help me?
p2p

namuyan commented on Apr 14, 2021

@namuyan
OwnerAuthor

Wait.
You should open issue but only you know your internet environment. Only you can detect the problem, I think.

tantanvo commented on Apr 14, 2021

@tantanvo

ok! Thank you very much! On the page https://ameblo.jp/namuyan/entry-12398575560.html you have the instruction: "If you have Peer information, try to connect from the list. If there is no reference, you need to wait for an external connection or try the connection manually. It remains isolated unless the initial connection destination is set to the default. "But I did not find the parameter initial_connection or init_conn .... etc to set it to default.
p2p

namuyan commented on Apr 14, 2021

@namuyan
OwnerAuthor

Sorry, don’t mess up here.
open issue and summarize the points again.

BackMountainDevil commented on Mar 17, 2023

@BackMountainDevil

hello. 3 years later. are you still ok?

namuyan commented on Mar 17, 2023

@namuyan
OwnerAuthor

Thank you for commet, OK!

Please sign in to comment.