搜索资源列表
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
Transform-station
- linux下UDP串口通信程序,串口接收下位机传的数据,然后通过UDP转发给服务器。-UDP and serial port programs with linux,receive the data from serial port and transmit it to server by UDP socket
serial2wifi
- 基于linux的wifi转串口,串口转wifi程序,涉及socket编程、串口设置,可用于智能插座设计。-Based on the wifi linux serial port, serial to wifi program, involving socket programming, serial port settings can be used to design intelligent socket.