[Solved] How to create a packet in C#
[ad_1] Of course using a string builder is very far from packet structuring, you must use byte[] and append values to it by index. 1 [ad_2] solved How to create a packet in C#
[ad_1] Of course using a string builder is very far from packet structuring, you must use byte[] and append values to it by index. 1 [ad_2] solved How to create a packet in C#
[ad_1] I think you need some modules( you may have some of them already ). Reading packet Detecting node id( with finding patterns ) and sending the packet to a proper thread. Processing with the packet delivered In conclusion, you need three threads. One, which I call it Main thread, manages 1, 2 in the … Read more