libfins icon indicating copy to clipboard operation
libfins copied to clipboard

I need an sample code for communication in UDP way.

Open tscj3490 opened this issue 4 years ago • 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.

tscj3490 avatar Oct 05 '20 09:10 tscj3490

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.

lammertb avatar Oct 05 '20 10:10 lammertb

Thanks in advance.

On 10/05/2020 6:24 AM Lammert Bies <[email protected]> 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 https://github.com/lammertb/libfins/issues/9#issuecomment-703542655 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4MI76HONV54YPMCE2LW4DSJGNGPANCNFSM4SEN7DWQ .

tscj3490 avatar Oct 05 '20 10:10 tscj3490

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

lammertb avatar Feb 09 '21 19:02 lammertb

@tscj3490 this might help https://github.com/lammertb/libfins/issues/15#issuecomment-1475282980

juwalter avatar Mar 19 '23 14:03 juwalter