Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andrewn6/p2p
- Owner: andrewn6
- Created: 2022-04-19T18:40:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T14:42:30.000Z (over 2 years ago)
- Last Synced: 2024-12-31T07:44:29.416Z (8 days ago)
- Language: Python
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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