Hi guy,
I have to write 2 scripts that use sockets to poll multiple IPs at the same time.
This first script must send a command to each IP without waiting for answer.
The second one must read socket buffer and save the read string.
How can I create them?
Is it better use low level interface (socket_recvfrom o socket_sendto) or high level interface?
if I use low level interface, with the same socket, can I poll multiple Ips.. or not?
Please help me! I'm very confused!!!
Tnx!
Franka75😕