TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TCP/IP proxy (spy, redirector) in Python with asyncio

2 pointsby begoonabout 6 years ago

2 comments

jquastabout 6 years ago
even though I love python and use asyncio all the time, I think ]socat and tcpdump achieve the same means, instead of having a program dump str(binary_data) to log, as this program does, I would use the great collection of pcap tools like wireshark and others to view the data in a much more structured way .. also, it can be replayed! (tcpplay)
brudgersabout 6 years ago
Looks interesting, but I did not see any documentation.