Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajschofield/simplep2p
Getting computers to talk to each other using peer-to-peer networking
https://github.com/ajschofield/simplep2p
Last synced: 20 days ago
JSON representation
Getting computers to talk to each other using peer-to-peer networking
- Host: GitHub
- URL: https://github.com/ajschofield/simplep2p
- Owner: ajschofield
- License: gpl-3.0
- Created: 2024-09-02T15:30:56.000Z (6 months ago)
- Default Branch: stable
- Last Pushed: 2024-11-16T03:18:41.000Z (3 months ago)
- Last Synced: 2024-11-25T18:32:15.333Z (3 months ago)
- Language: C
- Homepage: https://github.com/users/ajschofield/projects/7
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleP2P
Using C to find other computers on a local network and communicate them using
peer-to-peer connections. I had an idea to make this some time ago as I was
curious about socket communications and programming in C.## Explanation
To be completed when the project is in a more polished state.
## Usage
If you wish to use the project in its current state, you can compile and run it
using the commands below from the project root.```
$ make & python main.py
```This will compile the project and run the executable.