Small Basic Forum
TCP/IP Socket Programming - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3)
+--- Thread: TCP/IP Socket Programming (/showthread.php?tid=424)



TCP/IP Socket Programming - Juergen - 07-14-2025

Hello, i want to program a TCP/IP Socket to establish an ethernet communication, just to transmit some values over ethernet.
I look for some example codes or API or libraries in litdev. 
Who can give me a hint ?


RE: TCP/IP Socket Programming - litdev - 07-14-2025

For http Web requested look at ldnetwork.  For network communications look at ldserver and ldclient.

I am away from home at present without pc, but I think there are some samples for these with the extension download.

If you use sb prime then you can also search extensions.

Not sure exactly what you are after, but I think the ldserver ldclient is most likely.


RE: TCP/IP Socket Programming - Juergen - 07-16-2025

Thanks for your help, i think LDServer and LDClient is what i need. Can you give me a link to some examples where they are used ?
Thanks