ping messages between chatmail relays
Project description
chatmail relay server ping tool
To install use:
pip install cmping
To send and receive from a single chatmail relay:
cmping nine.testrun.org # <-- substitute with the domain you want to test
To send from first domain to a second domain and receive from second domain:
cmping nine.testrun.org arcanechat.me
To show help:
cmping -h
Example outputs
Example output for single-domain ping:
$ cmping -c 10 nine.testrun.org
# using accounts_dir at: /home/user/.cache/cmping
PING nine.testrun.org(brrey3kzk@nine.testrun.org) -> nine.testrun.org(uogfnwf3r@nine.testrun.org) count=10
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=0 time=490.42ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=1 time=298.80ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=2 time=232.80ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=3 time=245.76ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=4 time=253.45ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=5 time=293.69ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=6 time=238.98ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=7 time=321.58ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=8 time=209.66ms
64 bytes ME -> nine.testrun.org -> nine.testrun.org -> ME seq=9 time=233.20ms
--- brrey3kzk@nine.testrun.org -> uogfnwf3r@nine.testrun.org statistics ---
10 transmitted, 10 received, 0.00% loss
rtt min/avg/max/mdev = 209.661/281.833/490.416/81.265 ms
Example output for two-domain ping:
$ cmping -c 10 mailchat.pl mehl.cloud
# using accounts_dir at: /home/user/.cache/cmping
PING mailchat.pl(3yeby7i8m@mailchat.pl) -> mehl.cloud(eeaocuozy@mehl.cloud) count=10
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=0 time=792.29ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=1 time=370.50ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=2 time=379.01ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=3 time=367.38ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=4 time=367.56ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=5 time=367.98ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=6 time=374.11ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=7 time=373.28ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=8 time=401.45ms
64 bytes ME -> mailchat.pl -> mehl.cloud -> ME seq=9 time=378.89ms
--- 3yeby7i8m@mailchat.pl -> eeaocuozy@mehl.cloud statistics ---
10 transmitted, 10 received, 0.00% loss
rtt min/avg/max/mdev = 367.384/417.246/792.292/132.163 ms
Developing / Releasing cmping
-
clone the git repository at https://github.com/chatmail/cmping
-
install 'cmping" in editing mode:
pip install -e . -
edit cmping.py and test, finally commit your changes
-
set a new git-tag
-
install build/release tools:
pip install build twine -
run the following command:
rm -rf dist && python -m build && twine upload -r pypi dist/cmping*
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
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 cmping-0.11.2.tar.gz.
File metadata
- Download URL: cmping-0.11.2.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99e1be687d48f3923deb5efc0e15e8df377f76218c6f5cf7cbdea5b2593450d8
|
|
| MD5 |
f2c0f0a93eebb5f847f343c1c5f0a822
|
|
| BLAKE2b-256 |
0ba919e74d744d12892607ac7299acb22d09d320b95148abb4feb8e8ad7e1005
|
File details
Details for the file cmping-0.11.2-py3-none-any.whl.
File metadata
- Download URL: cmping-0.11.2-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b77f11cf5672c0f69a466422558bfb1871cb00bfaca588ba59b916557b10c6b
|
|
| MD5 |
8a0632053e450621e743ac14af83c07b
|
|
| BLAKE2b-256 |
1b480fe0fffeb33745e27d5d2fe44f7a2c1f35e85a92d44657b3aa6f559fb363
|