Closed iboofkratom closed 1 year ago
Duplicate of #27
But on the other side, I would like to fill my custom data structure with data and than create raw data stream from it, which could be sent to the first device. Is this possible with Kaitai? Sorry for noob question.
Not yet, see https://doc.kaitai.io/faq.html#writing.
Okay, thanks for response!
Hi, I have a question. I know Kaitai can be used to parse raw data into data structures. And I really like it for this purpose. But can Kaitai also be used for the opposite process? For example - what if I wanted to use it for creating communication protocols (custom packets): On one side I want to recieve a packet and parse it. I know Kaitai can do this. But on the other side, I would like to fill my custom data structure with data and than create raw data stream from it, which could be sent to the first device. Is this possible with Kaitai? Sorry for noob question. Thanks!!