文件名称:Simple-Multi-User-TCPIP-ClientServer-Example
-
所属分类:
- 标签属性:
- 上传时间:2013-12-28
-
文件大小:326.95kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
This example shows a simple communication stream between a client and a server over TCP/IP. The server program also demonstrates a simple multi-threaded connection monitoring routine.
The example programs do not attempt to implement a data transmission protocol. All messages are read in 64 byte chunks and the server does not attempt to relate multi-part messages from clients. However, comments in the code indicate the places where changes would be made to accomodate multi-part messages and/or alternate message frame size schemes.
A client/server application is a two-part problem: first you must define the raw data transmission methodology for the programs, and second you must then implement a data transmission protocol to control the flow of the raw data and make it meaningful to the applications. This sample only attempts to deal with the first part of the problem transmitting the raw data.-This example shows a simple communication stream between a client and a server over TCP/IP. The server program also demonstrates a simple multi-threaded connection monitoring routine.
The example programs do not attempt to implement a data transmission protocol. All messages are read in 64 byte chunks and the server does not attempt to relate multi-part messages from clients. However, comments in the code indicate the places where changes would be made to accomodate multi-part messages and/or alternate message frame size schemes.
A client/server application is a two-part problem: first you must define the raw data transmission methodology for the programs, and second you must then implement a data transmission protocol to control the flow of the raw data and make it meaningful to the applications. This sample only attempts to deal with the first part of the problem transmitting the raw data.
The example programs do not attempt to implement a data transmission protocol. All messages are read in 64 byte chunks and the server does not attempt to relate multi-part messages from clients. However, comments in the code indicate the places where changes would be made to accomodate multi-part messages and/or alternate message frame size schemes.
A client/server application is a two-part problem: first you must define the raw data transmission methodology for the programs, and second you must then implement a data transmission protocol to control the flow of the raw data and make it meaningful to the applications. This sample only attempts to deal with the first part of the problem transmitting the raw data.-This example shows a simple communication stream between a client and a server over TCP/IP. The server program also demonstrates a simple multi-threaded connection monitoring routine.
The example programs do not attempt to implement a data transmission protocol. All messages are read in 64 byte chunks and the server does not attempt to relate multi-part messages from clients. However, comments in the code indicate the places where changes would be made to accomodate multi-part messages and/or alternate message frame size schemes.
A client/server application is a two-part problem: first you must define the raw data transmission methodology for the programs, and second you must then implement a data transmission protocol to control the flow of the raw data and make it meaningful to the applications. This sample only attempts to deal with the first part of the problem transmitting the raw data.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VB/TcpClientServerExample.sln
VB/ClientExample/App.config
VB/ClientExample/ApplicationEvents.vb
VB/ClientExample/bin/
VB/ClientExample/bin/Debug/
VB/ClientExample/bin/Debug/ClientExample.exe
VB/ClientExample/bin/Debug/ClientExample.pdb
VB/ClientExample/bin/Debug/ClientExample.vshost.exe
VB/ClientExample/bin/Debug/ClientExample.vshost.exe.manifest
VB/ClientExample/bin/Debug/ClientExample.xml
VB/ClientExample/bin/Release/
VB/ClientExample/ClientExample.vbproj
VB/ClientExample/ClientForm.Designer.vb
VB/ClientExample/ClientForm.resx
VB/ClientExample/ClientForm.vb
VB/ClientExample/My Project/
VB/ClientExample/My Project/Application.Designer.vb
VB/ClientExample/My Project/Application.myapp
VB/ClientExample/My Project/AssemblyInfo.vb
VB/ClientExample/My Project/Resources.Designer.vb
VB/ClientExample/My Project/Resources.resx
VB/ClientExample/My Project/Settings.Designer.vb
VB/ClientExample/My Project/Settings.settings
VB/ClientExample/obj/
VB/ClientExample/obj/x86/
VB/ClientExample/obj/x86/Debug/
VB/ClientExample/obj/x86/Debug/ClientExample.ClientForm.resources
VB/ClientExample/obj/x86/Debug/ClientExample.exe
VB/ClientExample/obj/x86/Debug/ClientExample.pdb
VB/ClientExample/obj/x86/Debug/ClientExample.Resources.resources
VB/ClientExample/obj/x86/Debug/ClientExample.vbproj.FileListAbsolute.txt
VB/ClientExample/obj/x86/Debug/ClientExample.vbproj.GenerateResource.Cache
VB/ClientExample/obj/x86/Debug/ClientExample.xml
VB/ClientExample/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
VB/ClientExample/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
VB/ClientExample/obj/x86/Debug/TempPE/
VB/ClientExample/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
VB/ClientExample/Resources/
VB/ClientExample/Resources/1385_Disable_16x16_72.png
VB/ClientExample/Resources/command_link_16x16.png
VB/ServerExample/bin/
VB/ServerExample/bin/Debug/
VB/ServerExample/bin/Debug/ServerExample.exe
VB/ServerExample/bin/Debug/ServerExample.pdb
VB/ServerExample/bin/Debug/ServerExample.vshost.exe
VB/ServerExample/bin/Debug/ServerExample.vshost.exe.manifest
VB/ServerExample/bin/Debug/ServerExample.xml
VB/ServerExample/bin/Debug/WindowsApplication1.exe
VB/ServerExample/bin/Debug/WindowsApplication1.pdb
VB/ServerExample/bin/Debug/WindowsApplication1.vshost.exe
VB/ServerExample/bin/Debug/WindowsApplication1.vshost.exe.manifest
VB/ServerExample/bin/Debug/WindowsApplication1.xml
VB/ServerExample/bin/Release/
VB/ServerExample/My Project/
VB/ServerExample/My Project/Application.Designer.vb
VB/ServerExample/My Project/Application.myapp
VB/ServerExample/My Project/AssemblyInfo.vb
VB/ServerExample/My Project/Resources.Designer.vb
VB/ServerExample/My Project/Resources.resx
VB/ServerExample/My Project/Settings.Designer.vb
VB/ServerExample/My Project/Settings.settings
VB/ServerExample/obj/
VB/ServerExample/obj/x86/
VB/ServerExample/obj/x86/Debug/
VB/ServerExample/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
VB/ServerExample/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
VB/ServerExample/obj/x86/Debug/ServerExample.exe
VB/ServerExample/obj/x86/Debug/ServerExample.pdb
VB/ServerExample/obj/x86/Debug/ServerExample.vbproj.FileListAbsolute.txt
VB/ServerExample/obj/x86/Debug/ServerExample.vbproj.GenerateResource.Cache
VB/ServerExample/obj/x86/Debug/ServerExample.xml
VB/ServerExample/obj/x86/Debug/TempPE/
VB/ServerExample/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
VB/ServerExample/obj/x86/Debug/WindowsApplication1.exe
VB/ServerExample/obj/x86/Debug/WindowsApplication1.Form1.resources
VB/ServerExample/obj/x86/Debug/WindowsApplication1.pdb
VB/ServerExample/obj/x86/Debug/WindowsApplication1.Resources.resources
VB/ServerExample/obj/x86/Debug/WindowsApplication1.ServerForm.resources
VB/ServerExample/obj/x86/Debug/WindowsApplication1.vbproj.FileListAbsolute.txt
VB/ServerExample/obj/x86/Debug/WindowsApplication1.xml
VB/ServerExample/obj/x86/Release/
VB/ServerExample/Resources/
VB/ServerExample/Resources/1385_Disable_16x16_72.png
VB/ServerExample/Resources/command_link_16x16.png
VB/ServerExample/ServerExample.vbproj
VB/ServerExample/ServerExample.vbproj.user
VB/ServerExample/ServerForm.Designer.vb
VB/ServerExample/ServerForm.resx
VB/ServerExample/ServerForm.vb
description.html
description/offline.js
description/Combined.css
description/b72c92ca-c4eb-4e99-af81-222e06bbfc9aCombined.css
description/Galleries.css
description/Layout.css
description/Brand.css
description/cad5f213-eed9-4d5d-8f49-ee48a5ee8b8eBrand.css
description/iframedescription.css
description/client-server-example.jpg
license.rtf
VB/ClientExample/App.config
VB/ClientExample/ApplicationEvents.vb
VB/ClientExample/bin/
VB/ClientExample/bin/Debug/
VB/ClientExample/bin/Debug/ClientExample.exe
VB/ClientExample/bin/Debug/ClientExample.pdb
VB/ClientExample/bin/Debug/ClientExample.vshost.exe
VB/ClientExample/bin/Debug/ClientExample.vshost.exe.manifest
VB/ClientExample/bin/Debug/ClientExample.xml
VB/ClientExample/bin/Release/
VB/ClientExample/ClientExample.vbproj
VB/ClientExample/ClientForm.Designer.vb
VB/ClientExample/ClientForm.resx
VB/ClientExample/ClientForm.vb
VB/ClientExample/My Project/
VB/ClientExample/My Project/Application.Designer.vb
VB/ClientExample/My Project/Application.myapp
VB/ClientExample/My Project/AssemblyInfo.vb
VB/ClientExample/My Project/Resources.Designer.vb
VB/ClientExample/My Project/Resources.resx
VB/ClientExample/My Project/Settings.Designer.vb
VB/ClientExample/My Project/Settings.settings
VB/ClientExample/obj/
VB/ClientExample/obj/x86/
VB/ClientExample/obj/x86/Debug/
VB/ClientExample/obj/x86/Debug/ClientExample.ClientForm.resources
VB/ClientExample/obj/x86/Debug/ClientExample.exe
VB/ClientExample/obj/x86/Debug/ClientExample.pdb
VB/ClientExample/obj/x86/Debug/ClientExample.Resources.resources
VB/ClientExample/obj/x86/Debug/ClientExample.vbproj.FileListAbsolute.txt
VB/ClientExample/obj/x86/Debug/ClientExample.vbproj.GenerateResource.Cache
VB/ClientExample/obj/x86/Debug/ClientExample.xml
VB/ClientExample/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
VB/ClientExample/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
VB/ClientExample/obj/x86/Debug/TempPE/
VB/ClientExample/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
VB/ClientExample/Resources/
VB/ClientExample/Resources/1385_Disable_16x16_72.png
VB/ClientExample/Resources/command_link_16x16.png
VB/ServerExample/bin/
VB/ServerExample/bin/Debug/
VB/ServerExample/bin/Debug/ServerExample.exe
VB/ServerExample/bin/Debug/ServerExample.pdb
VB/ServerExample/bin/Debug/ServerExample.vshost.exe
VB/ServerExample/bin/Debug/ServerExample.vshost.exe.manifest
VB/ServerExample/bin/Debug/ServerExample.xml
VB/ServerExample/bin/Debug/WindowsApplication1.exe
VB/ServerExample/bin/Debug/WindowsApplication1.pdb
VB/ServerExample/bin/Debug/WindowsApplication1.vshost.exe
VB/ServerExample/bin/Debug/WindowsApplication1.vshost.exe.manifest
VB/ServerExample/bin/Debug/WindowsApplication1.xml
VB/ServerExample/bin/Release/
VB/ServerExample/My Project/
VB/ServerExample/My Project/Application.Designer.vb
VB/ServerExample/My Project/Application.myapp
VB/ServerExample/My Project/AssemblyInfo.vb
VB/ServerExample/My Project/Resources.Designer.vb
VB/ServerExample/My Project/Resources.resx
VB/ServerExample/My Project/Settings.Designer.vb
VB/ServerExample/My Project/Settings.settings
VB/ServerExample/obj/
VB/ServerExample/obj/x86/
VB/ServerExample/obj/x86/Debug/
VB/ServerExample/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
VB/ServerExample/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
VB/ServerExample/obj/x86/Debug/ServerExample.exe
VB/ServerExample/obj/x86/Debug/ServerExample.pdb
VB/ServerExample/obj/x86/Debug/ServerExample.vbproj.FileListAbsolute.txt
VB/ServerExample/obj/x86/Debug/ServerExample.vbproj.GenerateResource.Cache
VB/ServerExample/obj/x86/Debug/ServerExample.xml
VB/ServerExample/obj/x86/Debug/TempPE/
VB/ServerExample/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
VB/ServerExample/obj/x86/Debug/WindowsApplication1.exe
VB/ServerExample/obj/x86/Debug/WindowsApplication1.Form1.resources
VB/ServerExample/obj/x86/Debug/WindowsApplication1.pdb
VB/ServerExample/obj/x86/Debug/WindowsApplication1.Resources.resources
VB/ServerExample/obj/x86/Debug/WindowsApplication1.ServerForm.resources
VB/ServerExample/obj/x86/Debug/WindowsApplication1.vbproj.FileListAbsolute.txt
VB/ServerExample/obj/x86/Debug/WindowsApplication1.xml
VB/ServerExample/obj/x86/Release/
VB/ServerExample/Resources/
VB/ServerExample/Resources/1385_Disable_16x16_72.png
VB/ServerExample/Resources/command_link_16x16.png
VB/ServerExample/ServerExample.vbproj
VB/ServerExample/ServerExample.vbproj.user
VB/ServerExample/ServerForm.Designer.vb
VB/ServerExample/ServerForm.resx
VB/ServerExample/ServerForm.vb
description.html
description/offline.js
description/Combined.css
description/b72c92ca-c4eb-4e99-af81-222e06bbfc9aCombined.css
description/Galleries.css
description/Layout.css
description/Brand.css
description/cad5f213-eed9-4d5d-8f49-ee48a5ee8b8eBrand.css
description/iframedescription.css
description/client-server-example.jpg
license.rtf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.