You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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.
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!!
The text was updated successfully, but these errors were encountered: