Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/isaacalves7/p2p-network-programming
- Owner: IsaacAlves7
- Created: 2024-04-16T02:56:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:33:32.000Z (about 2 months ago)
- Last Synced: 2024-10-29T13:24:49.875Z (about 2 months ago)
- Topics: cache, chat, concurrency, live-streaming, network-programming, oop, p2p, p2p-network, python, share-files, sockets, tcp-ip, threading
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.