I'm using kaitai parsing network protocol,it works well. But when I want to develop a client to communicate with the server using a specified protocol, I need to generate raw data packets,copy each field into an array,at the end send the array.
So is there an easier way to do this?