Simple-Multi-User-TCPIP-ClientServer-Example

所属分类:Windows编程
开发工具:Visual Basic
文件大小:327KB
下载次数:3
上传日期:2013-12-27 23:45:13
上 传 者pthdnq
说明:  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 (1342, 2013-10-25)
VB\ClientExample\App.config (201, 2013-10-25)
VB\ClientExample\ApplicationEvents.vb (3, 2013-10-25)
VB\ClientExample\bin (0, 2013-10-25)
VB\ClientExample\bin\Debug (0, 2013-10-25)
VB\ClientExample\bin\Debug\ClientExample.exe (35328, 2013-10-25)
VB\ClientExample\bin\Debug\ClientExample.pdb (54784, 2013-10-25)
VB\ClientExample\bin\Debug\ClientExample.vshost.exe (11600, 2013-10-25)
VB\ClientExample\bin\Debug\ClientExample.vshost.exe.manifest (490, 2013-10-25)
VB\ClientExample\bin\Debug\ClientExample.xml (684, 2013-10-25)
VB\ClientExample\bin\Release (0, 2013-10-25)
VB\ClientExample\ClientExample.vbproj (5390, 2013-10-25)
VB\ClientExample\ClientForm.Designer.vb (8399, 2013-10-25)
VB\ClientExample\ClientForm.resx (6015, 2013-10-25)
VB\ClientExample\ClientForm.vb (6138, 2013-10-25)
VB\ClientExample\My Project (0, 2013-10-25)
VB\ClientExample\My Project\Application.Designer.vb (1520, 2013-10-25)
VB\ClientExample\My Project\Application.myapp (474, 2013-10-25)
VB\ClientExample\My Project\AssemblyInfo.vb (1197, 2013-10-25)
VB\ClientExample\My Project\Resources.Designer.vb (3360, 2013-10-25)
VB\ClientExample\My Project\Resources.resx (6473, 2013-10-25)
VB\ClientExample\My Project\Settings.Designer.vb (3003, 2013-10-25)
VB\ClientExample\My Project\Settings.settings (279, 2013-10-25)
VB\ClientExample\obj (0, 2013-10-25)
VB\ClientExample\obj\x86 (0, 2013-10-25)
VB\ClientExample\obj\x86\Debug (0, 2013-10-25)
VB\ClientExample\obj\x86\Debug\ClientExample.ClientForm.resources (180, 2013-10-25)
VB\ClientExample\obj\x86\Debug\ClientExample.exe (35328, 2013-10-25)
VB\ClientExample\obj\x86\Debug\ClientExample.pdb (54784, 2013-10-25)
VB\ClientExample\obj\x86\Debug\ClientExample.Resources.resources (5027, 2013-10-25)
VB\ClientExample\obj\x86\Debug\ClientExample.vbproj.FileListAbsolute.txt (1154, 2013-10-25)
VB\ClientExample\obj\x86\Debug\ClientExample.vbproj.GenerateResource.Cache (907, 2013-10-25)
VB\ClientExample\obj\x86\Debug\ClientExample.xml (684, 2013-10-25)
VB\ClientExample\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache (2696, 2013-10-25)
VB\ClientExample\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache (6602, 2013-10-25)
VB\ClientExample\obj\x86\Debug\TempPE (0, 2013-10-25)
VB\ClientExample\obj\x86\Debug\TempPE\My Project.Resources.Designer.vb.dll (7680, 2013-10-25)
VB\ClientExample\Resources (0, 2013-10-25)
VB\ClientExample\Resources\1385_Disable_16x16_72.png (1026, 2013-10-25)
VB\ClientExample\Resources\command_link_16x16.png (3386, 2013-10-25)
... ...

近期下载者

相关文件


收藏者