Commits
User selector
Commit History
Commits on Jun 8, 2026
refactor: use context manager in ping() for proper socket cleanup
Show description for dc1b547committedfix: move SEED_IDs cleanup and return inside context manager in aping()
Show description for 909ebc2committedfeat: Expose aping() as public API in top-level module
Show description for 0ec91b2committedfeat: Add aping() async function as main entry point for asynchronous ping
Show description for 6edfa14committedfeat: Add AsyncCommunicator class for async ping execution
Show description for 66d35bbcommittedfeat: Add AsyncSocket class for asynchronous network communication
Show description for 676cd12committedfeat: Add factory method and context manager to Communicator class
Show description for d0a49d3committedfeat: Add context manager support to Socket class
Show description for 5bf28facommitted
Commits on Oct 25, 2022
Merge pull request #92 from marksmayo/master
Show description for 920b88fauthored
Commits on Oct 20, 2022
pylint issues resolved
Show description for 3c2e42ccommitted
Commits on Sep 6, 2022
fix(icmp.py): ICMP header format string
Show description for 0f8a0aaauthored
Commits on Aug 19, 2022
- committed
Alessandro Maggio
Commits on Jul 31, 2022
Commits on Jul 30, 2022
- committed
Alessandro Maggio - authored
Commits on Jul 29, 2022
Commits on Jun 25, 2022
added a variable to hold the number of lost packets
Show description for db17684committed
Commits on Dec 31, 2021
- committed
Alessandro Maggio
Commits on Dec 29, 2021
- committed
Alessandro Maggio
Commits on Jun 4, 2021
Merge pull request #69 from deltronzero/master
Show description for 4559ca4authored
Commits on Jun 3, 2021
- committed
Commits on Apr 18, 2021
Fix Packet loss calculation and add new test
Show description for 39594cccommitted
Commits on Mar 12, 2021
- committed
Alessandro Maggio
Commits on Dec 17, 2020
Commits on Nov 7, 2020
- committed
Sam Gomena
Commits on Nov 5, 2020
- committed
Sam Gomena
Commits on Sep 5, 2020
Commits on Sep 2, 2020
- authored andcommitted


- authored andcommitted


Commits on Aug 26, 2020
- committed
Alessandro Maggio Merge pull request #51 from petermeissner/fix_ping_type_annotation
Show description for eae34e5authored
Commits on Aug 24, 2020
Commits on Aug 12, 2020
- committed
Micah Albers