lammertb/libfins

I need an sample code for communication in UDP way.

tscj3490 opened this issue · 4 comments

In order to communicate in TCP way, finslibe_tcp_connect() is used..
Then in order to communicate in UDP, what function can we use ?
If you would share a source code, I will be satisfy.
Best regards.

UDP is still in a somewhat experimental phase. It is supported but not fully documented yet. I will write some example code to use UDP.

I am currently preparing some code examples both for TCP and UDP.

@tscj3490 this might help #15 (comment)