Commit Graph

13 Commits

Author SHA1 Message Date
Oliver Booth 45a0b3898a
feat: use async event handlers 2024-02-14 15:20:55 +00:00
Oliver Booth 906d5870f8
[ci skip] test: add additional trace logging 2024-02-13 00:06:53 +00:00
Oliver Booth d7ba24e302
style: remove UTF-8 BOM 2024-02-12 17:41:52 +00:00
Oliver Booth ed279cfd69
feat: add .net 8 target 2024-02-12 17:33:56 +00:00
Oliver Booth 259fdddd6e
refactor!: rename BaseClientNode to ClientNode 2024-02-12 17:32:29 +00:00
Oliver Booth e7dfe97c6d
refactor!: remove TSend generic parameter from SendAndReceiveAsync 2024-02-12 17:30:56 +00:00
Oliver Booth 7b74e1f3e5
Upgrade solution to .NET 7 2023-03-10 10:55:57 +00:00
Oliver Booth b95f417abf
Use synchronous packet (de)serialization 2023-01-22 14:52:08 +00:00
Oliver Booth 19869dddcb
Add request/response packets
Introduces the concept of a "callback ID". In the event that more than one of the same packet type are received, a callback ID differentiates them.
2022-07-07 13:17:13 +01:00
Oliver Booth 869e18d615
[ci skip] Add integration tests 2022-07-05 14:55:59 +01:00
Oliver Booth c1115e26c1
Add AES encryption
Temporarily disable compression. GZip being weird
2022-05-19 10:37:37 +01:00
Oliver Booth 96ca5d778b
Add support for specific packet reading 2022-05-18 17:51:12 +01:00
Oliver Booth 1124521cb8
TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00