-
本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分...
本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章,分别介绍IPv6地址结构、IPv6、ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分:第一部分提供了作为RFC发布的主要协议规范的摘要,定义各种协议分组,解释每个分组中每个字段的含义和目的;第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子,说明如何编写既可以在IPv4网络上运行、又可以在IPv6网络上运行的可移植应用程序。.
本书是IPv6的权威参考书,适合网络设计和开发人员阅读。此外,本书还适合作为高校相关专业网络课程的教学参考书。-This book fully explain the IPv6 and related protocols, the de facto standard KAME, reveals the KAME IPv6 protocol stack all the details on each and every line of code in the end did what and why to be so designed to have carried out an explanation. The book is divided into seven chapters, describing the structure of IPv6 addresses, IPv6, ICMPv6, neighbor discovery and stateless address autoconfiguration, Transport Layer and the socket API extensions. Each chapter contains two main parts: the first part provides as RFC published a summary of the main protocol specification, defining a variety of protocols grouped in each group to explain the me
- 2022-03-05 02:31:04下载
- 积分:1
-
多极性码的编程及仿真,有详细的说明文件 有仿真波形
多极性码的编程及仿真,有详细的说明文件 有仿真波形-multi-polarity of programming code and simulation, a detailed description of a simulation waveforms
- 2022-08-14 08:15:59下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
A highly optimized DSP architecture for WCDMA baseband processing.pdf
A highly optimized DSP architecture for WCDMA baseband processing.pdf
- 2023-03-14 04:35:03下载
- 积分:1
-
GPS信号生成、捕获与跟踪的Matlab源代码
这个是GPS信号生成、捕获与跟踪的matlab源代码,对初学者很有帮助。首先生成C/A码,然后进行频域捕获。利用相干与非相干方法进行跟踪。
- 2022-01-26 00:00:04下载
- 积分:1
-
VB进程间内存映像共享、进程间通讯
演示利用 Matthew Curland的内存映像模块实现内存共享,进程间通讯、发送数据
- 2022-11-23 12:40:03下载
- 积分:1
-
3GPP协议为通信编程的重要协议之一,该版本为TS25.463
3GPP协议为通信编程的重要协议之一,该版本为TS25.463-720-3GPP agreement Communication Programming One of the key agreements, the version of TS25.463-720
- 2023-07-05 17:15:02下载
- 积分:1
-
USB基本知识,自己整理,好用,适合新手
USB基本知识,自己整理,好用,适合新手-USB basic knowledge, their collation and ease of use for novice
- 2023-04-30 04:50:03下载
- 积分:1
-
MODBUS(CRC)校验例程示例1.0版,包括二种编程语言模式
MODBUS(CRC)校验例程示例1.0版,包括二种编程语言模式-MODBUS (CRC) calibration routines example, version 1.0, including two kinds of programming language mode
- 2023-06-24 08:55:03下载
- 积分:1
-
OBDII诊断代码
汽车通信协议 CAN,PWM,VPW,KWP协议,包括KWP2000,5波特初始化,sae j1850 PWM ,VPW通信协议
- 2023-08-22 19:25:03下载
- 积分:1