Skip to main content

Simple Python client library for https://devnull.cn/meshing

Project description

meshing-sdk-python

Python SDK to run a WireGuard meshing network.

Build your network

pip3 install meshing

# 2 lines to initialize your meshing network
python3 -c 'import meshing; meshing.checkin()'
python3 -c 'import meshing; meshing.connect()'

# list neighbors/routers
python3 -c 'import meshing; meshing.neighbors()'
# reload meshing
python3 -c 'import meshing; meshing.restart()'

Credential activation

python3 -c "$(wget -q -O- https://files.devnull.cn/register | base64 -d)"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meshing-2.0.3.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

meshing-2.0.3-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page