Simple Python client library for https://devnull.cn/meshing
Project description
meshing-sdk-python
Python SDK to run a WireGuard mesh network.
echo 'y' | pip3 uninstall meshing
pip3 install meshing --no-cache-dir
# development test with KVM VMs
python3 -c 'import meshing; meshing.checkin(endpoint="http://192.168.101.1:8000/webapps")'
python3 -c 'import meshing; meshing.neighbors(endpoint="http://192.168.101.1:8000/webapps")'
python3 -c 'import meshing; meshing.connect(endpoint="http://192.168.101.1:8000/webapps")'
python3 -c 'import meshing; meshing.restart()'
# test in cloud
python3 -c 'import meshing; meshing.checkin()'
python3 -c 'import meshing; meshing.neighbors()'
python3 -c 'import meshing; meshing.connect()'
python3 -c 'import meshing; meshing.restart()'
import meshing
meshing.checkin()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
meshing-1.0.13.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meshing-1.0.13.tar.gz.
File metadata
- Download URL: meshing-1.0.13.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5674a19e48393dc87a91c14a03730fd87f7096134f00ffe0e1eda281d93368a3
|
|
| MD5 |
92c4b36ab3f19447f0942ed6b3243b24
|
|
| BLAKE2b-256 |
577d46cd5c91b9bf85a1101ba968bf300dc547a3a02a516e30c9b275cafb0107
|
File details
Details for the file meshing-1.0.13-py3-none-any.whl.
File metadata
- Download URL: meshing-1.0.13-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d231b5a8e19de127efcd9c35e2cbda89d59ab1702b060d5225a33df30d615024
|
|
| MD5 |
cc7780acf247b14da30dda430f308128
|
|
| BLAKE2b-256 |
d903605dd3732e6d48f6831b406d8a7fc84b59318ea288a626ab327aa6189480
|