Skip to content

Instantly share code, notes, and snippets.

View TheUbuntuGuy's full-sized avatar

Mark Furneaux TheUbuntuGuy

View GitHub Profile
@TheUbuntuGuy
TheUbuntuGuy / fuckuanova.py
Created April 23, 2017 20:17
Decode Anova Precision Cooker WiFi Packets
#!/usr/bin/python3
import math
f = open("rawdump.txt", "r")
for l in f.readlines():
p = 0
chars = []
chksum = 0