Skip to content

Instantly share code, notes, and snippets.

View mdrisser's full-sized avatar

Michael Risser mdrisser

View GitHub Profile
@mdrisser
mdrisser / uping.py
Last active March 2, 2023 07:37 — forked from shawwwn/uping.py
µPing: Ping library for MicroPython
# µPing (MicroPing) for MicroPython
# copyright (c) 2018 Shawwwn <shawwwn1@gmail.com>
# License: MIT
# Internet Checksum Algorithm
# Author: Olav Morken
# https://github.com/olavmrk/python-ping/blob/master/ping.py
# Fork of original code: Added average response time and fixed issue with urandom.randint() not working
# Author: Mike Risser