liteserver / binn

Binary Serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send layers of struct over TCP, possible?

hubertcy opened this issue · comments

I have managed to send a simple struct over TCP. Now, I am facing a new challenge. I need to send multiple layers of struct over TCP. Is that possible in C using your library? Multiple layers means struct A contains another struct B. Inside struct B, it contains struct C and so on.

I guess you need to learn about JSON structures.

And check the Binn usage documentation.