Skip to content

Instantly share code, notes, and snippets.

View dwoffinden's full-sized avatar
😄

Daniel Woffinden dwoffinden

😄
View GitHub Profile
@dwoffinden
dwoffinden / endscopetool.py
Last active September 27, 2025 16:13 — forked from RaphaelWimmer/endscopetool.py
Python implementation of the endscopetool (sic!) Android application used for the Vitcoco ear wax remover camera thingy.
#!/usr/bin/env python3
# Python implementation of the endscopetool (sic!) Android application used for the Vitcoco ear wax remover camera thingy.
# CC-0 / Public Domain
# (0) 2023 Raphael Wimmer
# v0.1.0
# reverse-engineered using a packet capture log - this means that I have no idea what all those magic numbers mean
# and whether there are further features that might be supported by the hardware
# usage: first connect to the 'softish-XXXX' wifi, then run this script. Check code for keyboard shortcuts.
import socket