TCP Receive - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: TCP Receive (/showthread.php?tid=5291) |
TCP Receive - sjfp - 08.03.2024 Hi try to find a simple resident script to read all incoming data from a TCP socket on IP192.168.2.57, port 36689 and be able to process incoming data. Any pointers where to find ? RE: TCP Receive - admin - 08.03.2024 This thread has a basic TCP client example: https://forum.logicmachine.net/showthread.php?tid=5040&pid=32604#pid32604 RE: TCP Receive - sjfp - 08.03.2024 (08.03.2024, 12:38)admin Wrote: This thread has a basic TCP client example: https://forum.logicmachine.net/showthread.php?tid=5040&pid=32604#pid32604 Thank you |