DecentMesh Network
*
*
** *
* **
* *** * **
**
__ ___ __ ___ ___ ___ __
| \ |__ / ` |__ |\ | | |\/| |__ /__` |__|
|__/ |___ \__, |___ | \| | | | |___ .__/ | |
* *
* * *
* *
* *
*
*
* * *
*
DecentMesh Network is a decentralized and resilient network framework designed to facilitate secure, efficient, and scalable connectivity for
distributed applications.
It enables seamless node discovery, robust communication, and easy management of decentralized environments, empowering
developers to build and maintain decentralized networks with minimal complexity.
With DecentMesh, you can effortlessly connect, monitor, and manage
nodes, ensuring reliable communication across your network.
Ideal for projects requiring high availability and security, DecentMesh simplifies the
challenges of decentralized networking.
Installation
Prerequisites
Before you begin, ensure you have the following installed on your Debian-based system:
sudo apt update
sudo apt python3-pip
sudo apt-get install autoconf automake libtool
Install Decentmesh node
git clone git@github.com:jiri-otoupal/DecentNet-Py.git decentmesh
Requirement for running a Node
How to run node
decentmesh service start 127.0.0.1 8888
Compilation with nuitka for linux
python3 -m nuitka --standalone --include-package=sqlite3,lz4,coincurve,click,cbor2,sentry_sdk,ecdsa,qrcode,prometheus_client,sqlalchemy,aiosqlite --python-flag=no_site --include-module=decentnet --follow-imports decentnet/main.py