[Solved] How to create a packet in C#
Of course using a string builder is very far from packet structuring, you must use byte[] and append values to it by index. 1 solved How to create a packet in C#
Of course using a string builder is very far from packet structuring, you must use byte[] and append values to it by index. 1 solved How to create a packet in C#
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 list … Read more