Skip to content

Instantly share code, notes, and snippets.

View youngd24's full-sized avatar

Darren Young youngd24

View GitHub Profile
@youngd24
youngd24 / uping.py
Created December 26, 2021 00:41
esp8266 MicroPython ping library
# µ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
# @data: bytes
def checksum(data):
if len(data) & 0x1: # Odd number of bytes