Peer to Peer Network in Python

preview_player
Показать описание
This is my attempt to jump into making a peer to peer network having never touched sockets in my life beforehand.

I found UDP is a lot easier to work with than TCP. I also had to disable my firewall on both machines. Respect to everyone that has had to develop code for a peer-to-peer network, it's not easy!

Рекомендации по теме
Комментарии
Автор

with regards to your try statement what is the ip underneath the try function s.connect()

tchnque
Автор

can this work like behind wan so like udp hole punching

hassanassallay