Tag Archives: ping

My 2018 as a free software developer

The year is almost near the end and I’m feeling Christmas in the air already, now it’s time to recall what was done and count some results. So, the first half of the year I used GitHub as a platform to … Continue reading

Posted in BeaST, BeaST Quorum, Misc, My projects, sp_ping, svcstats.py | Tagged , , , , , , , , , | Leave a comment

IPv6 multicast ping in Python

In the meantime, I continue to reinvent the wheel: just added IPv6 multicast ping to my small ICMP script collection in Python. And finally, sp_ping project page is here. Sources are there.

Posted in My projects, sp_ping | Tagged , , , , , | 1 Comment

My ICMP ping supports IPv6 now

Wohoo! This Sunday was awesome: I have just added IPv6 support to my own ICMP ping implementation in Python 3. Amazing, but it works: I’m not sure about Linux, but it successfully pings Google from my small FreeBSD box 🙂

Posted in My projects, sp_ping | Tagged , , , , | Leave a comment

Quickly report alive IPv6 addresses on the network

While searching a robust solution to discover all alive hosts on the local IPv6 subnet, I have found the easiest way except, probably, ndp is to ping … no, not each of them, but the multicast address ff02::1 and then … Continue reading

Posted in Misc, My projects, sp_ping, Tips & tricks | Tagged , , , , , , , | Leave a comment