▍1. socket-server-client-java
android利用socket发送数据到PC,PC端也用socket接收并显示。 文件列表: Socket_Server.classpath ..............project ..............settingsorg.eclipse.jdt.core.prefs 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
android利用socket发送数据到PC,PC端也用socket接收并显示。 文件列表: Socket_Server.classpath ..............project ..............settingsorg.eclipse.jdt.core.prefs 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
这是一个无线路由器的代码,大家有空可以看看,并不高深-This is a wireless router code, we can see the time is not well.
unix 下的UDP 客户端程序,大家可以参考-UDP under unix client program, we can refer to
周立功arm开发板上 tcp/ip协议栈实现的全部源代码,在此给出,与大家共享!-weeks meritorious arm development board tcp/ip protocol stack to achieve the full source code, in this given and share!
利用UDP协议打包点对点传送文件接收端软件-UDP protocol using point-to-point transmission of documents packaged software receiver
应用背景移动自组网中的恶意节点创建关键技术TCL脚本编码,网络仿真工具NS2,maobie AdHoc网络
TCP_IP_C51源程序 用于C51的TCP/IP协议栈-TCP_IP_C51 C51 source for the TCP/IP Protocol Stack
一个介绍RTP/RTCP协议及应用的程序-introduced a RTP/RTCP protocol and application procedures
server与client实现多线程的连接和交流,并且server提供下载文件的列表,client可以进行下载 -Perform multi-threading server and the client connections and communication, and the server a list of files available can be downloaded
一个轻量级开源的TCP/IP协议栈,用于嵌入式/单片机系统-A lightweight open-source TCP/IP protocol stack for embedded/single-chip microcomputer system
A time server(UDP), which brodcasts the time and users can sync their time with the server.
Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
VB读TCP/RS485串口电表的小程序 打开程序后,移开tcpserver窗体,在tcpclient窗体中先按connect连接,然后就能从返回一个文本框中返回十六进制表示的数据,具体设置ip地址与电表参数需在代码中自己更改-VB Serial Meter Reading TCP/RS485 small program to open procedures, removed tcpserver form, in the form tcpClient connect to their connection, and then will be able to return to a text box to return to hexadecimal data, specific set ip address and meter parameters need to change in the code itself
一本介绍网络编程的书籍,首先介绍了网络编程的接口、注意实现等,然后具体详解了TCP、UDP、socket等编程。-Introduced a network programming books, first introduced the network programming interfaces, such as attention to achieve, and then explain the specific TCP, UDP, socket programming, etc..
把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。-Earlier to write a serial port to TCP/IP procedures for hair up, I hope the serial programming for beginners to learn a little help.
套接字编程 tcp和udp的都有 网络原理综合训练-Tcp and udp socket programming networks have the principle of comprehensive training
使用VB开发套接字编程,用 Winsock 实现聊天的程序。-use VB socket programming, chatting with Winsock procedures.