搜索资源列表
example1
- linux下使用socket进行网络通信,含server.c和client.c文件,使用时可以将server.c在PC linux下运行,client.c经交叉编译后下到开发板运行
client
- socket的客户端源代码,使用在linux与Arm在通信之中 -socket client source code used in Linux and Arm in communication among
实验1 跑马灯实验
- 实现跑马灯实验现象: 本实验通过代码控制开发板上的两个LED:DS0和DS1交替闪烁,实现类似跑马灯的效果(good ioLibrary V3.1.1 Released : 14, Dec, 2016 Bug fixed : In Socket.c Fixed MACraw & IPraw sendto function. ioLibrary V3.1.0 Released : 05, Dec, 2016 Internet applicatio
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,