Code Monkey home page Code Monkey logo

Comments (4)

nbarrientos avatar nbarrientos commented on July 25, 2024 2

Ça roule, merci! :)

~/venvs $ source icmplib/bin/activate
~/venvs $ pip install --upgrade icmplib
Collecting icmplib
  Downloading icmplib-1.2.2-py3-none-any.whl (26 kB)
Installing collected packages: icmplib
  Attempting uninstall: icmplib
    Found existing installation: icmplib 1.2.1
    Uninstalling icmplib-1.2.1:
      Successfully uninstalled icmplib-1.2.1
Successfully installed icmplib-1.2.2
~/venvs $ sudo icmplib/bin/python3
...
Type "help", "copyright", "credits" or "license" for more information.
>>> from icmplib import ping
>>> host = ping('ipv6.google.com')
>>> host.is_alive
True

from icmplib.

nbarrientos avatar nbarrientos commented on July 25, 2024 1

I can reproduce it with the latest version available:

(icmplib) root@x:~# pip list | grep icmplib
icmplib       1.2.1
(icmplib) root@x:~# python3
Python 3.8.6 (default, Sep 25 2020, 09:36:53)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from icmplib import ping
>>> host = ping('2a00:1450:400a:802::200e')
>>> host.is_alive
True
>>> host = ping('ipv6.google.com')
>>> host.is_alive
False
>>>

from icmplib.

ValentinBELYN avatar ValentinBELYN commented on July 25, 2024 1

Hi, I confirm the problem. FQDN resolution currently only works for IPv4 addresses. I will look into it to correct it as soon as possible. Thank you for reporting this issue :)

from icmplib.

ValentinBELYN avatar ValentinBELYN commented on July 25, 2024

icmplib 1.2.2 is available! This release adds DNS resolution for IPv6 addresses and improves overall performance. Can you update the library and tell me if your problem persists?

from icmplib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.