
socket
光子乘羽
我从来没有长大,也从来没有停止过成长。
展开
-
ROS_OpenCV_socket客户端发送kinect图像及接受图像
//Includes all the headers necessary to use the most common public pieces of the ROS system. #include //Use image_transport for publishing and subscribing to images in ROS #include //Use cv_brid原创 2016-01-26 18:50:52 · 947 阅读 · 1 评论 -
ROS_OpenCV_socket客户端传送图像
//Includes all the headers necessary to use the most common public pieces of the ROS system. #include //Use image_transport for publishing and subscribing to images in ROS #include //Use cv_bridge t原创 2016-01-25 17:12:08 · 653 阅读 · 0 评论 -
ROS_OpenCV_socket传送图像_结果不对
//Includes all the headers necessary to use the most common public pieces of the ROS system. #include //Use image_transport for publishing and subscribing to images in ROS #include //Use cv_bridge t原创 2016-01-25 17:03:10 · 1217 阅读 · 0 评论 -
ubuntu_socket通信传送文件_g++编译
sever.cpp #include #include #include #include #include #include #include #include #define PORT 4321 #define BUFFER_SIZE 1024 #define MAX_QUE_CONN_NM 5 int main() { struc原创 2016-01-21 22:22:33 · 718 阅读 · 0 评论 -
ubuntu_socket通信_g++编译
sever.cpp #include #include /* inet(3) functions */ #include #include #include #include #include #include #include #include #define PORT原创 2016-01-21 22:15:10 · 1444 阅读 · 0 评论 -
ubuntu_socket通信_g++
客户端将消息传送到服务端,在服务端显示 sever.cpp #include #include #include #include #include #include #include #include #define DEFAULT_PORT 8000 #define MAXLINE 4096 int main(int argc, char** ar原创 2016-01-21 18:24:20 · 1556 阅读 · 2 评论