IPC programming in C
- sockets
/tcp
- IP and Port based network socket/internal
- Domain based socket (Internal, linux file based)/http
- Http based socket
git clone ...
,
brew install gcc
orxcode-select --install
for compilerbrew install cmake
to compile w/ cmake- then,
cd socket-programming
,./cmake.sh
, and- First
cd out/
, then Run as./tcp_client
and./tcp_server