From 635f667b75054f19e3ce40eb51c6ef989869f48b Mon Sep 17 00:00:00 2001 From: Rutherther Date: Tue, 31 Jan 2023 15:44:18 +0100 Subject: [PATCH] chore: add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d786575 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# NosSmooth.Comms +Implements NosSmooth client over NamedPipes or Tcp. + +Includes Local implementation for injecting named pipes server into running instance. + +See ConsolePacketLogger sample to see example usage. -- 2.48.1