Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewn6/p2p

A P2P Storage server written in python.
https://github.com/andrewn6/p2p

Last synced: 6 days ago
JSON representation

A P2P Storage server written in python.

Awesome Lists containing this project

README

        

# A Peer-To-Peer Storage Server

## Installation

**Clone the Repo**
```
git clone https://github.com/andddddrew/p2p.git
```

Cd into the directory

```
cd p2p
```

Install deps
```
./install_deps.sh
```

Start a node
```
python3 network/node.py
```

## Tests
We have a series of tests for this application.

You can run them with the following command:

```
./run_tests.sh
```

## Authors
- Andrew Nijmeh
- Necloremius