Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aayes89/wemospcap

ESP8266 network analyzer
https://github.com/aayes89/wemospcap

arduino esp8266 pcap python3 serial-communication wemos-d1

Last synced: about 1 month ago
JSON representation

ESP8266 network analyzer

Awesome Lists containing this project

README

        

# WemosPcap
ESP8266 network analyzer

Using a Wemos D1 with ESP8266 to capture raw or filtered packets from a wireless network.

# Whats in the Box
* ESP8266Network.ino -> can filter TCP packets from the Wifi station. Actually (HTTP, SSH/TLS, GET, POST)
* ESP8266Pcap.ino -> capture raw packets without filter. An intent to send to Wireshark through Serial connection.
* A Python script to capture the data from the serial port regardless of the operating system, this script generates a .pcap file that can be used by Wireshark.

# TODO
* Add pcap support
* Send the data obtained in pcap standard via serial port

# Note
Due to the limitations of the ESP8266 it is possible that memory management exceptions may occur.