Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send layers of struct over TCP, possible? #17

Closed
hubertcy opened this issue Jan 1, 2018 · 1 comment
Closed

Send layers of struct over TCP, possible? #17

hubertcy opened this issue Jan 1, 2018 · 1 comment
Labels

Comments

@hubertcy
Copy link

hubertcy commented Jan 1, 2018

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.

@kroggen
Copy link
Collaborator

kroggen commented Jan 1, 2018

I guess you need to learn about JSON structures.

And check the Binn usage documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants