Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmasoud1/meshdist
https://github.com/mmasoud1/meshdist
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmasoud1/meshdist
- Owner: Mmasoud1
- Created: 2024-07-10T19:55:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:38:53.000Z (6 months ago)
- Last Synced: 2024-07-12T01:01:09.784Z (6 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeshDist
This is a light distributed version of MeshNet using [Coinstac](https://github.com/Mmasoud1/MeshDist/wiki/Coinstac-Setup).
## Local Setup
1- Install coinstac simulator:
sudo npm i -g coinstac-simulator
2- Clone this repository:
git clone https://github.com/Mmasoud1/MeshDist.git
cd MeshDist
3- Build the Docker image (Docker must be running):
docker build -t avg_test_meshnet_no_wan .
4- Run the code:
coinstac-simulator
For setup issues and possible fixes please refer to [Wiki](https://github.com/Mmasoud1/MeshDist/wiki/Troubleshooting)