The framework for communication between processes.
Use API from libmsg.so to send and receive message.
Directory: lib
Direcotry: array_queue The array queue support multi-threads Change into array_queue directory:
command | Description |
---|---|
make | build library |
make ut_test | build executable file for testing |
Debug framework, can be used for any project singlely, which is easy to use and print line and function number
Daemon framework, add different action into function of "net_msg_process"
client framework
Command | Function |
---|---|
make | build the whole project |
make lib | build libmsg.so |
make client | build client |
make server | build server |
make debug_lib | build debug lib |
change into the target directory, then excute
make
cd script
./run_server.sh
cd script
./run_client.sh