TcpEcho. A small tool that receives messages over a network connection and sends them back.

github.com/davidfowl/TcpEcho

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2021
  • Create LICENSE
October 2019
  • Updated to 4.6.0 and made things simpler
November 2018
  • Add running modes (#11)
  • Add socket server and client (#10)
July 2018
  • Merge pull request #4 from gfoidl/multi-targeting
  • Multi-targeting netcoreapp2.1 and net461
  • Updated
  • Handle exceptions on ReadAsync
  • Fix bug with observing too much
  • Oops
  • Don't pass the socket explicitly
  • Initial commit