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.14.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.14.tar.gz.
File metadata
- Download URL: meshing-1.0.14.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 |
4f0667a16765bc6ed37a505b8dc4a35d3daa9e1ce727eac00b57fba89a0979cb
|
|
| MD5 |
40edc7d5183161af8d698efc20d4ffc9
|
|
| BLAKE2b-256 |
fca146b4ad4a306e78054d7f8959765f04384583862b69d77fdd8282c1da3eca
|
File details
Details for the file meshing-1.0.14-py3-none-any.whl.
File metadata
- Download URL: meshing-1.0.14-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
39483b3b6a91d1e97f363a2e7dfcde060a335d2ac3b46d5000b887f1e08b5fa4
|
|
| MD5 |
9e0360640cd66488f7e533cf3937753d
|
|
| BLAKE2b-256 |
74b046bb9b91e86da735c9fdb2ba3a74619a99252ed22a9b6b956b942f33a9e1
|