Skip to content

tansudasli/ipc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPC-programming

IPC programming in C

  1. sockets
    • /tcp - IP and Port based network socket
    • /internal - Domain based socket (Internal, linux file based)
    • /http - Http based socket

How to Run

git clone ...,

  • brew install gcc or xcode-select --install for compiler
  • brew install cmake to compile w/ cmake
  • then,
    • cd socket-programming,
    • ./cmake.sh, and
    • First cd out/, then Run as ./tcp_client and ./tcp_server

About

Internal Process Communication (IPC) in linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published