1.客户端编程流程
2.客户端编程–具体实现
客户端编程思路:
1.socket(); 创建套接字
2.connect();发送连接请求
3.write(); read();连接后,进行通信
4.close();释放套接字
/*********************************************************************************
* Copyright: (C) 2018 NULL
* All rights reserved.
*
* Filename: socket_server.c
* Description: This file
*
* Version: 1.0.0(2018年08月04日)
* Author: DingHuanhuan <736787419@qq.com>
* ChangeLog: 1, Release initial version on "2018年08月04日 19时18分17秒"
*
********************************************************************************/
#include <string.h>