⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_winblaster.txt

📁 vxworks下tcp通信的源代码例子server和client源代码
💻 TXT
字号:
FILE LIST -              winBlaster.c  DESCRIPTION - 	     This is a client program which connects to the server via TCP 	     socket.  It allows to configure the maximum  size  of  the  	     socket-level send buffer. It repeatedly sends a given size message 	     to the given port at destination target.                            NOTE - Currently there is no winBlastee, but you can use               vxBlastee on the vxWorks target. If you need a blastee on               the windows host port the unix or the vxWorks blastee to               Windows host.   RUNNING DEMO -  	     To run this blaster program from your Windows NT or Windows 95               host do the following at a DOS prompt: 	     C:\> blaster <target name>  7000  1000  16000  EXAMPLE COMPILE PROCEDURE - 	     blaster.exe was compiled using Microsoft Visual C++ 4.1 in the              Microsoft Developer Studio.    	     STEP 1:  Cretae a Project Workspace. 		Select File -> New...  		Select Project Workspace and click 'OK' 		Select Type 'Console Application'. 		Enter Name: blaster 		Click 'Create'  	     STEP 2:  Edit Build Settings. 		Select Build -> Settings... 		Select the tab labeled 'Link' 		Under Object/Library modules add: wsock32.lib 		Click 'OK'  	     STEP 3:  Add Source file to Project Workspace. 		Select Insert -> Files Into Project... 		Enter File name: winBlaster.c		               STEP 4:  Build the executable. 		Slecect Build -> Build blaster.exe  TESTED ON - winBlaster on NT 4.0 and Windows 95             vxBlastee on mv162    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -