Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isaacalves7/p2p-network-programming

✳️🖧 It's a repository of P2P networking programming.
https://github.com/isaacalves7/p2p-network-programming

cache chat concurrency live-streaming network-programming oop p2p p2p-network python share-files sockets tcp-ip threading

Last synced: 20 days ago
JSON representation

✳️🖧 It's a repository of P2P networking programming.

Awesome Lists containing this project

README

        

# p2p-network-programming
✳️ It's a repository of P2P networking programming.

## Development
Este é apenas um exemplo simples de comunicação P2P em Python usando sockets.

Para testar este exemplo:

1. Execute o script `peer_server.py` em um terminal.
2. Execute o script `peer_client.py` em outro terminal.
3. Observe a troca de mensagens entre os pares.