Till Networking Module

Till Networking Module is a system module, that is used for handling networking activities. With this module it is possible to make a communication (TCP/IP) between our computer and another computer or electronic device, send commands and data, and receive data.

For handling both sides of network communication, there are two networking modules “netserver” and “netclient” for the server and client respectively. Note that the server is merely used as a responder and does not do any functionality in response to received commands, but the client has all the capability of working with any device that is connected via network connectivity.

Module (server):

netserver

Properties:

Functions:

Module (client):

netclient

Properties:

Functions:

Program from reference “/networking/single/regular communication/netserver.start.single.till” that demonstrate how to start a server, add commands, and wait for incoming connection requests:

Program from reference “/networking/single/regular communication/netclient.connect.single.till” that demonstrate how to connect to a server:

Program from reference “/networking/single/regular communication/netclient.send.single.till” that demonstrate how to send data to a server and handle the response: