搜索资源列表
-
0下载:
socket 分别以tcp,udp两种方式通信的代码。
同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。,socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows en
-
-
1下载:
在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。
显示结果如下:
IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A
I
-
-
0下载:
windows与linux间的文件转输,用socket实现-file trans from windows to linux,use socket
-
-
0下载:
接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/
-
-
0下载:
两个完成linux到windows的socket通信程序,用的时候可以修改ip,通过验证,都可以运行-Linux to the windows of two to complete the socket communication program, when used to modify ip, validated, can run
-
-
0下载:
windows和linux下的 C++的Socket编程实例-C++, Socket Programming Example
-
-
0下载:
Windows和Linux的socket编程交互-Socket between Windows and Linux。
-
-
1下载:
该系统是介绍一个基于web service的数字油田监控系统,整个系统分成三个部分:现场监控终端、监控中心和移动控制终端。以嵌入式linux系统作为现场监控终端,分别在windows平台和liunx平台下实现监控中心。移动终端控制利用嵌入式开发板ARM2410S上的相关设备来实现。三端之间的数据传输都是通过web service实现的,只有在视频数据传输时用socket实现。-The system is to introduce a web service based on the number
-
-
0下载:
windows与linux的socket之间通信程序.-windows linux socket
-
-
0下载:
封装了socket操作的库,跨平台,Windows,linux都ok哦-The library encapsulates the socket operation, cross-platform, Windows, linux are ok oh
-
-
0下载:
tcp client socket windows Source Code for Linux.
-
-
0下载:
windows及其linux下的socket初步编程,代码清晰简单 方便大家修改 移植-Preliminary program of socket windows and Linux, the code clear and simple and convenient we modify transplantation
-
-
0下载:
Q3 Socket Device windows Source Code for Linux.
-
-
0下载:
聊天室,一个是双人聊天 一个是多人聊天,。。。。。。。。。(Chat room, one is double talk, one is multiplayer chat)
-