Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aayes89/wemospcap
- Owner: aayes89
- License: cc0-1.0
- Created: 2024-04-16T02:02:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T01:19:52.000Z (9 months ago)
- Last Synced: 2024-04-17T06:40:07.413Z (9 months ago)
- Topics: arduino, esp8266, pcap, python3, serial-communication, wemos-d1
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WemosPcap
ESP8266 network analyzerUsing 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.