Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.