文件名称:network.zip
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-08 09:53:37
socket epoll
对Socket的客户端、服务器模型的封装,另包含了对串口读写的封装,使用epoll模型,方便对多个网络通讯进行管理。 半成品,拿来可以修改成自己的应用程序。使用了工厂模式,但我没有创建工厂类。
【文件预览】:
network
----SocketServerClient.cpp(3KB)
----Makefile(521B)
----test_sendmsg.cpp(841B)
----SocketServer.cpp(3KB)
----SocketServer.h(630B)
----Common.h(924B)
----Common.c(3KB)
----Mutex.cpp(627B)
----SocketServerClient.h(903B)
----app.h(389B)
----SocketClient.h(2KB)
----main.cpp(2KB)
----app.cpp(5KB)
----header.h(1KB)
----SocketClient.cpp(7KB)
----Mutex.h(409B)
----DatacomInterface.h(2KB)
----SerialPort.h(610B)
----SerialPort.cpp(6KB)