real-logic / simple-binary-encoding

Simple Binary Encoding (SBE) - High Performance Message Codec
Apache License 2.0
3.12k stars 523 forks source link

Using SBE over Structure datatype #1000

Open SafalKumar opened 4 months ago

SafalKumar commented 4 months ago

Hi i am trying to get the data which is send in SBE(Simple Binary Encoding) i want to know the method through which i can decode the data into structure format (struct data type) and encode the struct to send it over web socket

Edit: I know this is not stack over flow but i am actually new to all this ,so I will really appreciated if I can get any help related to its uses and how to actually apply in to my project. Thanks

Joj501 commented 6 days ago

Hi i am trying to get the data which is send in SBE(Simple Binary Encoding) i want to know the method through which i can decode the data into structure format (struct data type) and encode the struct to send it over web socket

Edit: I know this is not stack over flow but i am actually new to all this ,so I will really appreciated if I can get any help related to its uses and how to actually apply in to my project. Thanks

Joj501 commented 6 days ago

Using my Data to Fix the connection SBE