Chat freely about anything...

User avatar
By Forest Tong
#46089 I'm making a project where I'd like to record every TCP packet to memory, so I can later play back the TCP traffic or some condensed form of it (like with the terminal command tcpdump). Can anyone offer some advice on how to accomplish this, or point to reference materials for getting started? From what I've read, the API to the ESP8266 is through AT commands, which don't offer control at the packet level.

Thanks in advance!