I need an sample code for communication in UDP way.
tscj3490 opened this issue · 4 comments
tscj3490 commented
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.
lammertb commented
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.
tscj3490 commented
Thanks in advance.
… On 10/05/2020 6:24 AM Lammert Bies ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #9 (comment) , or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4MI76HONV54YPMCE2LW4DSJGNGPANCNFSM4SEN7DWQ .
lammertb commented
I am currently preparing some code examples both for TCP and UDP.
juwalter commented
@tscj3490 this might help #15 (comment)