|
|
DriveWorks SDK Reference| 0.6.67 Release |
The socket inter-process communication sample demonstrates simple IPC functionalities using network sockets.
Sample command line:
./sample_ipc_socketclientserver --role=server --port=49252./sample_ipc_socketclientserver --role=client --port=49252 --ip=127.0.0.1Arguments
--role is either "client" or "server" (required).--port is the port the server will listen on / the client will connect to (optional).--ip is the server IP the client connects to (optional).In the sample the client generates random values, sends them to the server, who echoes them back.