Skip to content

Instantly share code, notes, and snippets.

View sspathak's full-sized avatar

Suraj Pathak sspathak

View GitHub Profile
@sspathak
sspathak / wifi_microscope_dump.py
Last active November 6, 2023 20:02
Modified version of czietz's code for capturing images from wifi microscope. Added compatibility with iwobac microscope
# Proof-of-concept code for reading data from a Wifi microscope.
# See https://www.chzsoft.de/site/hardware/reverse-engineering-a-wifi-microscope/.
# Copyright (c) 2020, Christian Zietz <czietz@gmx.net>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.