Blaeu, creating measurements on RIPE Atlas probes
=================================================
This is a set of `Python <https://www.python.org/>`__ programs to start
distributed Internet measurements on the network of `RIPE Atlas
probes <https://atlas.ripe.net/>`__, and to analyze their results.
For installation, you can use usual Python tools, for instance:
::
pip install blaeu
(On a Debian machine, the prerequitises are packages python3-pip,
python3-openssl, python3-dnspython, and python3-cymruwhois. This is only
if you install manually, otherwise pip will install the dependencies.)
Usage requires a RIPE Atlas API key (which itself requires a RIPE
account), and RIPE Atlas credits. If you don’t have a RIPE account,
`register first <https://access.ripe.net/>`__. Once you have an account,
`create a key <https://atlas.ripe.net/keys/>`__, grant it the right to
``schedule a new measurement``, and
- use it in environment variable ``ATLASAUTH``
- or put the key in ``~/.atlas/auth``
If you don’t have Atlas credits, host a probe,or become a
`LIR <https://www.ripe.net/participate/member-support>`__ or ask a
friend.
You can then use the four programs (``-h`` will give you a complete list
of their options):
- ``blaeu-reach target-IP-address`` (test reachability of the target,
like ``ping``)
- ``blaeu-traceroute target-IP-address`` (like ``traceroute``)
- ``blaeu-resolve name`` (use the DNS to resolve the name)
- ``blaeu-cert name`` (display the PKIX certificate)
- ``blaeu-ntp name`` (test NTP)
- ``blaeu-http name`` (test HTTP, only to anchors)
You may also be interested by `my article at RIPE
Labs <https://labs.ripe.net/Members/stephane_bortzmeyer/creating-ripe-atlas-one-off-measurements-with-blaeu>`__.
Blaeu requires Python 3.
Note that `the old
version <https://github.com/RIPE-Atlas-Community/ripe-atlas-community-contrib>`__
ran on Python 2 but is no longer maintained. (It was `partially
documented at RIPE
Labs <https://labs.ripe.net/Members/stephane_bortzmeyer/using-ripe-atlas-to-debug-network-connectivity-problems>`__.)
Name
----
It comes from the `famous Dutch
cartographer <https://en.wikipedia.org/wiki/Willem_Blaeu>`__. The logo
of the project comes from his “Theatrum Orbis Terrarum” (see `the
source <https://commons.wikimedia.org/wiki/File:Blaeu_1645_-_Livonia_vulgo_Lyefland.jpg>`__).
Reference site
--------------
`On FramaGit <https://framagit.org/bortzmeyer/blaeu>`__
Author
------
Stéphane Bortzmeyer stephane+frama@bortzmeyer.org
Raw data
{
"_id": null,
"home_page": "https://framagit.org/bortzmeyer/blaeu",
"name": "blaeu",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "networking ripe atlas monitoring ip ping traceroute dig",
"author": "St\u00e9phane Bortzmeyer",
"author_email": "stephane+frama@bortzmeyer.org",
"download_url": "https://files.pythonhosted.org/packages/c5/59/4bd148f86225c45e4263c0e43b58901cffc65618887ec63016569cbf4d36/blaeu-2.1.1.tar.gz",
"platform": null,
"description": "Blaeu, creating measurements on RIPE Atlas probes\n=================================================\n\nThis is a set of `Python <https://www.python.org/>`__ programs to start\ndistributed Internet measurements on the network of `RIPE Atlas\nprobes <https://atlas.ripe.net/>`__, and to analyze their results.\n\nFor installation, you can use usual Python tools, for instance:\n\n::\n\n pip install blaeu\n\n(On a Debian machine, the prerequitises are packages python3-pip,\npython3-openssl, python3-dnspython, and python3-cymruwhois. This is only\nif you install manually, otherwise pip will install the dependencies.)\n\nUsage requires a RIPE Atlas API key (which itself requires a RIPE\naccount), and RIPE Atlas credits. If you don\u2019t have a RIPE account,\n`register first <https://access.ripe.net/>`__. Once you have an account,\n`create a key <https://atlas.ripe.net/keys/>`__, grant it the right to\n``schedule a new measurement``, and\n\n- use it in environment variable ``ATLASAUTH``\n- or put the key in ``~/.atlas/auth``\n\nIf you don\u2019t have Atlas credits, host a probe,or become a\n`LIR <https://www.ripe.net/participate/member-support>`__ or ask a\nfriend.\n\nYou can then use the four programs (``-h`` will give you a complete list\nof their options):\n\n- ``blaeu-reach target-IP-address`` (test reachability of the target,\n like ``ping``)\n- ``blaeu-traceroute target-IP-address`` (like ``traceroute``)\n- ``blaeu-resolve name`` (use the DNS to resolve the name)\n- ``blaeu-cert name`` (display the PKIX certificate)\n- ``blaeu-ntp name`` (test NTP)\n- ``blaeu-http name`` (test HTTP, only to anchors)\n\nYou may also be interested by `my article at RIPE\nLabs <https://labs.ripe.net/Members/stephane_bortzmeyer/creating-ripe-atlas-one-off-measurements-with-blaeu>`__.\n\nBlaeu requires Python 3.\n\nNote that `the old\nversion <https://github.com/RIPE-Atlas-Community/ripe-atlas-community-contrib>`__\nran on Python 2 but is no longer maintained. (It was `partially\ndocumented at RIPE\nLabs <https://labs.ripe.net/Members/stephane_bortzmeyer/using-ripe-atlas-to-debug-network-connectivity-problems>`__.)\n\nName\n----\n\nIt comes from the `famous Dutch\ncartographer <https://en.wikipedia.org/wiki/Willem_Blaeu>`__. The logo\nof the project comes from his \u201cTheatrum Orbis Terrarum\u201d (see `the\nsource <https://commons.wikimedia.org/wiki/File:Blaeu_1645_-_Livonia_vulgo_Lyefland.jpg>`__).\n\nReference site\n--------------\n\n`On FramaGit <https://framagit.org/bortzmeyer/blaeu>`__\n\nAuthor\n------\n\nSt\u00e9phane Bortzmeyer stephane+frama@bortzmeyer.org\n\n\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Tools to create (and analyze) RIPE Atlas network measurements",
"version": "2.1.1",
"project_urls": {
"Homepage": "https://framagit.org/bortzmeyer/blaeu"
},
"split_keywords": [
"networking",
"ripe",
"atlas",
"monitoring",
"ip",
"ping",
"traceroute",
"dig"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c5594bd148f86225c45e4263c0e43b58901cffc65618887ec63016569cbf4d36",
"md5": "0621a44d27ccd860f3cd4a0d275e4400",
"sha256": "3cf21b24d07385a6df5de58e91c67eaf0b158c879f0cee21783534a1902ad169"
},
"downloads": -1,
"filename": "blaeu-2.1.1.tar.gz",
"has_sig": false,
"md5_digest": "0621a44d27ccd860f3cd4a0d275e4400",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 28302,
"upload_time": "2024-07-07T14:13:55",
"upload_time_iso_8601": "2024-07-07T14:13:55.612658Z",
"url": "https://files.pythonhosted.org/packages/c5/59/4bd148f86225c45e4263c0e43b58901cffc65618887ec63016569cbf4d36/blaeu-2.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-07 14:13:55",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "blaeu"
}