blaeu


Nameblaeu JSON
Version 1.1.10 PyPI version JSON
download
home_pagehttps://framagit.org/bortzmeyer/blaeu
SummaryTools to create (and analyze) RIPE Atlas network measurements
upload_time2024-01-25 13:44:28
maintainer
docs_urlNone
authorStéphane Bortzmeyer
requires_python>=3
licenseBSD
keywords networking atlas monitoring ip ping traceroute dig
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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:

::

   pip3 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 pip3 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 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)

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": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "networking atlas monitoring ip ping traceroute dig",
    "author": "St\u00e9phane Bortzmeyer",
    "author_email": "stephane+frama@bortzmeyer.org",
    "download_url": "https://files.pythonhosted.org/packages/48/61/d60710c3cf00485e2c8eacdf3aee5bf38509bcee13fa280f30eebd46534c/blaeu-1.1.10.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   pip3 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 pip3 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 put the key in ``~/.atlas/auth``. If\nyou 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\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",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Tools to create (and analyze) RIPE Atlas network measurements",
    "version": "1.1.10",
    "project_urls": {
        "Homepage": "https://framagit.org/bortzmeyer/blaeu"
    },
    "split_keywords": [
        "networking",
        "atlas",
        "monitoring",
        "ip",
        "ping",
        "traceroute",
        "dig"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4861d60710c3cf00485e2c8eacdf3aee5bf38509bcee13fa280f30eebd46534c",
                "md5": "23948873d915dc71e05c57c08f3ffee1",
                "sha256": "18efa69709b294285398c726b56c30059d50025fc46acb28ac8a5a01ad603831"
            },
            "downloads": -1,
            "filename": "blaeu-1.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "23948873d915dc71e05c57c08f3ffee1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 22288,
            "upload_time": "2024-01-25T13:44:28",
            "upload_time_iso_8601": "2024-01-25T13:44:28.813058Z",
            "url": "https://files.pythonhosted.org/packages/48/61/d60710c3cf00485e2c8eacdf3aee5bf38509bcee13fa280f30eebd46534c/blaeu-1.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 13:44:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "blaeu"
}
        
Elapsed time: 0.17148s