基本信息
源码名称:C# 各种PLC通信
源码大小:57.95M
文件格式:.rar
开发语言:C#
更新时间:2025-06-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 10 元 
   源码介绍

HslCommunication

├── chmHelper.shfbproj
├── docs
│   ├── Chinese.md
│   ├── English.md
│   ├── Melsec.md
│   ├── ModbusServer.md
│   ├── ModbusTcp.md
│   ├── Omron.md
│   └── Siemens.md
├── Download
│   ├── com.companyname.HslAppDemo-Signed.apk
│   ├── HslCommunication.jar
│   ├── HslCommunication.zip
│   ├── HslCommunicationDemo.zip
│   ├── HSLSharp.zip
│   ├── ModbusTcpServer.zip
│   └── PushNetServer.zip
├── Help
│   └── HslCommunication.chm
├── HslCommunication_Java
│   └── HslCommunication
│       ├── HslCommunication.iml
│       ├── out
│       │   └── production
│       │       └── HslCommunication
│       │           ├── HslCommunication
│       │           │   ├── BasicFramework
│       │           │   │   ├── SharpList.class
│       │           │   │   ├── SoftBasic.class
│       │           │   │   ├── SoftBuffer.class
│       │           │   │   ├── SoftIncrementCount.class
│       │           │   │   ├── SoftSecurity.class
│       │           │   │   ├── SoftZipped.class
│       │           │   │   └── SystemVersion.class
│       │           │   ├── Core
│       │           │   │   ├── Address
│       │           │   │   │   └── DeviceAddressBase.class
│       │           │   │   ├── IMessage
│       │           │   │   │   ├── FetchWriteMessage.class
│       │           │   │   │   ├── FinsMessage.class
│       │           │   │   │   ├── HslMessage.class
│       │           │   │   │   ├── INetMessage.class
│       │           │   │   │   ├── MelsecA1EBinaryMessage.class
│       │           │   │   │   ├── MelsecQnA3EAsciiMessage.class
│       │           │   │   │   ├── MelsecQnA3EBinaryMessage.class
│       │           │   │   │   ├── ModbusTcpMessage.class
│       │           │   │   │   └── S7Message.class
│       │           │   │   ├── Net
│       │           │   │   │   ├── HslProtocol.class
│       │           │   │   │   ├── IReadWriteNet.class
│       │           │   │   │   ├── NetHandle.class
│       │           │   │   │   ├── NetworkBase
│       │           │   │   │   │   ├── NetworkBase.class
│       │           │   │   │   │   ├── NetworkDeviceBase.class
│       │           │   │   │   │   ├── NetworkDoubleBase.class
│       │           │   │   │   │   ├── NetworkXBase.class
│       │           │   │   │   │   └── NetworkXBase$1.class
│       │           │   │   │   └── StateOne
│       │           │   │   │       ├── AlienSession.class
│       │           │   │   │       └── AppSession.class
│       │           │   │   ├── Security
│       │           │   │   │   └── HslSecurity.class
│       │           │   │   ├── Thread
│       │           │   │   │   └── SimpleHybirdLock.class
│       │           │   │   ├── Transfer
│       │           │   │   │   ├── ByteTransformBase.class
│       │           │   │   │   ├── ByteTransformBase$1.class
│       │           │   │   │   ├── ByteTransformHelper.class
│       │           │   │   │   ├── ByteTransformHelper$1.class
│       │           │   │   │   ├── ByteTransformHelper$2.class
│       │           │   │   │   ├── ByteTransformHelper$3.class
│       │           │   │   │   ├── ByteTransformHelper$4.class
│       │           │   │   │   ├── ByteTransformHelper$5.class
│       │           │   │   │   ├── ByteTransformHelper$6.class
│       │           │   │   │   ├── ByteTransformHelper$7.class
│       │           │   │   │   ├── ByteTransformHelper$8.class
│       │           │   │   │   ├── DataFormat.class
│       │           │   │   │   ├── IByteTransform.class
│       │           │   │   │   ├── RegularByteTransform.class
│       │           │   │   │   ├── ReverseBytesTransform.class
│       │           │   │   │   └── ReverseWordTransform.class
│       │           │   │   └── Types
│       │           │   │       ├── ActionOperate.class
│       │           │   │       ├── ActionOperateExOne.class
│       │           │   │       ├── ActionOperateExThree.class
│       │           │   │       ├── ActionOperateExTwo.class
│       │           │   │       ├── FunctionOperate.class
│       │           │   │       ├── FunctionOperateExOne.class
│       │           │   │       ├── HslTimeOut.class
│       │           │   │       ├── IDataTransfer.class
│       │           │   │       ├── OperateResult.class
│       │           │   │       ├── OperateResultExFour.class
│       │           │   │       ├── OperateResultExOne.class
│       │           │   │       ├── OperateResultExThree.class
│       │           │   │       └── OperateResultExTwo.class
│       │           │   ├── Enthernet
│       │           │   │   ├── ComplexNet
│       │           │   │   │   ├── NetComplexClient.class
│       │           │   │   │   ├── NetComplexClient$1.class
│       │           │   │   │   ├── NetComplexClient$2.class
│       │           │   │   │   ├── NetComplexClient$3.class
│       │           │   │   │   └── NetComplexClient$4.class
│       │           │   │   ├── FileNet
│       │           │   │   │   └── FileBaseInfo.class
│       │           │   │   ├── PushNet
│       │           │   │   │   └── NetPushClient.class
│       │           │   │   └── SimplifyNet
│       │           │   │       └── NetSimplifyClient.class
│       │           │   ├── Language
│       │           │   │   ├── DefaultLanguage.class
│       │           │   │   └── English.class
│       │           │   ├── LogNet
│       │           │   │   └── Core
│       │           │   │       ├── GenerateMode.class
│       │           │   │       ├── HslMessageDegree.class
│       │           │   │       ├── HslMessageItem.class
│       │           │   │       └── ILogNet.class
│       │           │   ├── ModBus
│       │           │   │   ├── ModbusAddress.class
│       │           │   │   ├── ModbusInfo.class
│       │           │   │   └── ModbusTcpNet.class
│       │           │   ├── Profinet
│       │           │   │   ├── Keyence
│       │           │   │   │   ├── KeyenceMcAsciiNet.class
│       │           │   │   │   └── KeyenceMcNet.class
│       │           │   │   ├── Melsec
│       │           │   │   │   ├── MelsecA1EDataType.class
│       │           │   │   │   ├── MelsecA1ENet.class
│       │           │   │   │   ├── MelsecHelper.class
│       │           │   │   │   ├── MelsecMcAsciiNet.class
│       │           │   │   │   ├── MelsecMcAsciiNet$1.class
│       │           │   │   │   ├── MelsecMcAsciiNet$2.class
│       │           │   │   │   ├── MelsecMcAsciiNet$3.class
│       │           │   │   │   ├── MelsecMcAsciiNet$4.class
│       │           │   │   │   ├── MelsecMcDataType.class
│       │           │   │   │   ├── MelsecMcNet.class
│       │           │   │   │   ├── MelsecMcNet$1.class
│       │           │   │   │   ├── MelsecMcNet$2.class
│       │           │   │   │   ├── MelsecMcNet$3.class
│       │           │   │   │   └── MelsecMcNet$4.class
│       │           │   │   ├── Omron
│       │           │   │   │   ├── OmronFinsDataType.class
│       │           │   │   │   └── OmronFinsNet.class
│       │           │   │   └── Siemens
│       │           │   │       ├── SiemensFetchWriteNet.class
│       │           │   │       ├── SiemensPLCS.class
│       │           │   │       ├── SiemensS7Net.class
│       │           │   │       └── SiemensS7Net$1.class
│       │           │   ├── StringResources.class
│       │           │   └── Utilities.class
│       │           ├── HslCommunicationDemo
│       │           │   ├── DemoUtils.class
│       │           │   ├── FormKeyenceAscii.class
│       │           │   ├── FormKeyenceAscii$1.class
│       │           │   ├── FormKeyenceAscii$10.class
│       │           │   ├── FormKeyenceAscii$11.class
│       │           │   ├── FormKeyenceAscii$12.class
│       │           │   ├── FormKeyenceAscii$13.class
│       │           │   ├── FormKeyenceAscii$14.class
│       │           │   ├── FormKeyenceAscii$15.class
│       │           │   ├── FormKeyenceAscii$16.class
│       │           │   ├── FormKeyenceAscii$17.class
│       │           │   ├── FormKeyenceAscii$18.class
│       │           │   ├── FormKeyenceAscii$2.class
│       │           │   ├── FormKeyenceAscii$3.class
│       │           │   ├── FormKeyenceAscii$4.class
│       │           │   ├── FormKeyenceAscii$5.class
│       │           │   ├── FormKeyenceAscii$6.class
│       │           │   ├── FormKeyenceAscii$7.class
│       │           │   ├── FormKeyenceAscii$8.class
│       │           │   ├── FormKeyenceAscii$9.class
│       │           │   ├── FormKeyenceBinary.class
│       │           │   ├── FormKeyenceBinary$1.class
│       │           │   ├── FormKeyenceBinary$10.class
│       │           │   ├── FormKeyenceBinary$11.class
│       │           │   ├── FormKeyenceBinary$12.class
│       │           │   ├── FormKeyenceBinary$13.class
│       │           │   ├── FormKeyenceBinary$14.class
│       │           │   ├── FormKeyenceBinary$15.class
│       │           │   ├── FormKeyenceBinary$16.class
│       │           │   ├── FormKeyenceBinary$17.class
│       │           │   ├── FormKeyenceBinary$18.class
│       │           │   ├── FormKeyenceBinary$2.class
│       │           │   ├── FormKeyenceBinary$3.class
│       │           │   ├── FormKeyenceBinary$4.class
│       │           │   ├── FormKeyenceBinary$5.class
│       │           │   ├── FormKeyenceBinary$6.class
│       │           │   ├── FormKeyenceBinary$7.class
│       │           │   ├── FormKeyenceBinary$8.class
│       │           │   ├── FormKeyenceBinary$9.class
│       │           │   ├── FormLoad.class
│       │           │   ├── FormLoad$1.class
│       │           │   ├── FormLoad$10.class
│       │           │   ├── FormLoad$11.class
│       │           │   ├── FormLoad$12.class
│       │           │   ├── FormLoad$13.class
│       │           │   ├── FormLoad$14.class
│       │           │   ├── FormLoad$15.class
│       │           │   ├── FormLoad$16.class
│       │           │   ├── FormLoad$17.class
│       │           │   ├── FormLoad$2.class
│       │           │   ├── FormLoad$3.class
│       │           │   ├── FormLoad$4.class
│       │           │   ├── FormLoad$5.class
│       │           │   ├── FormLoad$6.class
│       │           │   ├── FormLoad$7.class
│       │           │   ├── FormLoad$8.class
│       │           │   ├── FormLoad$9.class
│       │           │   ├── FormMelsecA1E.class
│       │           │   ├── FormMelsecA1E$1.class
│       │           │   ├── FormMelsecA1E$10.class
│       │           │   ├── FormMelsecA1E$11.class
│       │           │   ├── FormMelsecA1E$12.class
│       │           │   ├── FormMelsecA1E$13.class
│       │           │   ├── FormMelsecA1E$14.class
│       │           │   ├── FormMelsecA1E$15.class
│       │           │   ├── FormMelsecA1E$16.class
│       │           │   ├── FormMelsecA1E$17.class
│       │           │   ├── FormMelsecA1E$18.class
│       │           │   ├── FormMelsecA1E$2.class
│       │           │   ├── FormMelsecA1E$3.class
│       │           │   ├── FormMelsecA1E$4.class
│       │           │   ├── FormMelsecA1E$5.class
│       │           │   ├── FormMelsecA1E$6.class
│       │           │   ├── FormMelsecA1E$7.class
│       │           │   ├── FormMelsecA1E$8.class
│       │           │   ├── FormMelsecA1E$9.class
│       │           │   ├── FormMelsecAscii.class
│       │           │   ├── FormMelsecAscii$1.class
│       │           │   ├── FormMelsecAscii$10.class
│       │           │   ├── FormMelsecAscii$11.class
│       │           │   ├── FormMelsecAscii$12.class
│       │           │   ├── FormMelsecAscii$13.class
│       │           │   ├── FormMelsecAscii$14.class
│       │           │   ├── FormMelsecAscii$15.class
│       │           │   ├── FormMelsecAscii$16.class
│       │           │   ├── FormMelsecAscii$17.class
│       │           │   ├── FormMelsecAscii$18.class
│       │           │   ├── FormMelsecAscii$2.class
│       │           │   ├── FormMelsecAscii$3.class
│       │           │   ├── FormMelsecAscii$4.class
│       │           │   ├── FormMelsecAscii$5.class
│       │           │   ├── FormMelsecAscii$6.class
│       │           │   ├── FormMelsecAscii$7.class
│       │           │   ├── FormMelsecAscii$8.class
│       │           │   ├── FormMelsecAscii$9.class
│       │           │   ├── FormMelsecBinary.class
│       │           │   ├── FormMelsecBinary$1.class
│       │           │   ├── FormMelsecBinary$10.class
│       │           │   ├── FormMelsecBinary$11.class
│       │           │   ├── FormMelsecBinary$12.class
│       │           │   ├── FormMelsecBinary$13.class
│       │           │   ├── FormMelsecBinary$14.class
│       │           │   ├── FormMelsecBinary$15.class
│       │           │   ├── FormMelsecBinary$16.class
│       │           │   ├── FormMelsecBinary$17.class
│       │           │   ├── FormMelsecBinary$18.class
│       │           │   ├── FormMelsecBinary$2.class
│       │           │   ├── FormMelsecBinary$3.class
│       │           │   ├── FormMelsecBinary$4.class
│       │           │   ├── FormMelsecBinary$5.class
│       │           │   ├── FormMelsecBinary$6.class
│       │           │   ├── FormMelsecBinary$7.class
│       │           │   ├── FormMelsecBinary$8.class
│       │           │   ├── FormMelsecBinary$9.class
│       │           │   ├── FormModbusTcp.class
│       │           │   ├── FormModbusTcp$1.class
│       │           │   ├── FormModbusTcp$10.class
│       │           │   ├── FormModbusTcp$11.class
│       │           │   ├── FormModbusTcp$12.class
│       │           │   ├── FormModbusTcp$13.class
│       │           │   ├── FormModbusTcp$14.class
│       │           │   ├── FormModbusTcp$15.class
│       │           │   ├── FormModbusTcp$16.class
│       │           │   ├── FormModbusTcp$17.class
│       │           │   ├── FormModbusTcp$18.class
│       │           │   ├── FormModbusTcp$19.class
│       │           │   ├── FormModbusTcp$2.class
│       │           │   ├── FormModbusTcp$3.class
│       │           │   ├── FormModbusTcp$4.class
│       │           │   ├── FormModbusTcp$5.class
│       │           │   ├── FormModbusTcp$6.class
│       │           │   ├── FormModbusTcp$7.class
│       │           │   ├── FormModbusTcp$8.class
│       │           │   ├── FormModbusTcp$9.class
│       │           │   ├── FormOmronFins.class
│       │           │   ├── FormOmronFins$1.class
│       │           │   ├── FormOmronFins$10.class
│       │           │   ├── FormOmronFins$11.class
│       │           │   ├── FormOmronFins$12.class
│       │           │   ├── FormOmronFins$13.class
│       │           │   ├── FormOmronFins$14.class
│       │           │   ├── FormOmronFins$15.class
│       │           │   ├── FormOmronFins$16.class
│       │           │   ├── FormOmronFins$17.class
│       │           │   ├── FormOmronFins$18.class
│       │           │   ├── FormOmronFins$2.class
│       │           │   ├── FormOmronFins$3.class
│       │           │   ├── FormOmronFins$4.class
│       │           │   ├── FormOmronFins$5.class
│       │           │   ├── FormOmronFins$6.class
│       │           │   ├── FormOmronFins$7.class
│       │           │   ├── FormOmronFins$8.class
│       │           │   ├── FormOmronFins$9.class
│       │           │   ├── FormPushNet.class
│       │           │   ├── FormPushNet$1.class
│       │           │   ├── FormPushNet$1$1.class
│       │           │   ├── FormPushNet$2.class
│       │           │   ├── FormSiemensFW.class
│       │           │   ├── FormSiemensFW$1.class
│       │           │   ├── FormSiemensFW$10.class
│       │           │   ├── FormSiemensFW$11.class
│       │           │   ├── FormSiemensFW$12.class
│       │           │   ├── FormSiemensFW$13.class
│       │           │   ├── FormSiemensFW$14.class
│       │           │   ├── FormSiemensFW$15.class
│       │           │   ├── FormSiemensFW$16.class
│       │           │   ├── FormSiemensFW$17.class
│       │           │   ├── FormSiemensFW$18.class
│       │           │   ├── FormSiemensFW$2.class
│       │           │   ├── FormSiemensFW$3.class
│       │           │   ├── FormSiemensFW$4.class
│       │           │   ├── FormSiemensFW$5.class
│       │           │   ├── FormSiemensFW$6.class
│       │           │   ├── FormSiemensFW$7.class
│       │           │   ├── FormSiemensFW$8.class
│       │           │   ├── FormSiemensFW$9.class
│       │           │   ├── FormSiemensS7.class
│       │           │   ├── FormSiemensS7$1.class
│       │           │   ├── FormSiemensS7$10.class
│       │           │   ├── FormSiemensS7$11.class
│       │           │   ├── FormSiemensS7$12.class
│       │           │   ├── FormSiemensS7$13.class
│       │           │   ├── FormSiemensS7$14.class
│       │           │   ├── FormSiemensS7$15.class
│       │           │   ├── FormSiemensS7$16.class
│       │           │   ├── FormSiemensS7$17.class
│       │           │   ├── FormSiemensS7$18.class
│       │           │   ├── FormSiemensS7$19.class
│       │           │   ├── FormSiemensS7$2.class
│       │           │   ├── FormSiemensS7$20.class
│       │           │   ├── FormSiemensS7$21.class
│       │           │   ├── FormSiemensS7$3.class
│       │           │   ├── FormSiemensS7$4.class
│       │           │   ├── FormSiemensS7$5.class
│       │           │   ├── FormSiemensS7$6.class
│       │           │   ├── FormSiemensS7$7.class
│       │           │   ├── FormSiemensS7$8.class
│       │           │   ├── FormSiemensS7$9.class
│       │           │   ├── FormSimplifyNet.class
│       │           │   ├── FormSimplifyNet$1.class
│       │           │   ├── FormSimplifyNet$2.class
│       │           │   ├── FormSimplifyNet$3.class
│       │           │   └── FormSimplifyNet$4.class
│       │           ├── Main.class
│       │           ├── Main$1.class
│       │           └── Main$2.class
│       └── src
│           ├── HslCommunication
│           │   ├── BasicFramework
│           │   │   ├── SharpList.java
│           │   │   ├── SoftBasic.java
│           │   │   ├── SoftBuffer.java
│           │   │   ├── SoftIncrementCount.java
│           │   │   ├── SoftSecurity.java
│           │   │   ├── SoftZipped.java
│           │   │   └── SystemVersion.java
│           │   ├── Core
│           │   │   ├── Address
│           │   │   │   └── DeviceAddressBase.java
│           │   │   ├── IMessage
│           │   │   │   ├── FetchWriteMessage.java
│           │   │   │   ├── FinsMessage.java
│           │   │   │   ├── HslMessage.java
│           │   │   │   ├── INetMessage.java
│           │   │   │   ├── MelsecA1EBinaryMessage.java
│           │   │   │   ├── MelsecQnA3EAsciiMessage.java
│           │   │   │   ├── MelsecQnA3EBinaryMessage.java
│           │   │   │   ├── ModbusTcpMessage.java
│           │   │   │   └── S7Message.java
│           │   │   ├── Net
│           │   │   │   ├── HslProtocol.java
│           │   │   │   ├── IReadWriteNet.java
│           │   │   │   ├── NetHandle.java
│           │   │   │   ├── NetworkBase
│           │   │   │   │   ├── NetworkBase.java
│           │   │   │   │   ├── NetworkDeviceBase.java
│           │   │   │   │   ├── NetworkDoubleBase.java
│           │   │   │   │   └── NetworkXBase.java
│           │   │   │   └── StateOne
│           │   │   │       ├── AlienSession.java
│           │   │   │       └── AppSession.java
│           │   │   ├── Security
│           │   │   │   └── HslSecurity.java
│           │   │   ├── Thread
│           │   │   │   └── SimpleHybirdLock.java
│           │   │   ├── Transfer
│           │   │   │   ├── ByteTransformBase.java
│           │   │   │   ├── ByteTransformHelper.java
│           │   │   │   ├── DataFormat.java
│           │   │   │   ├── IByteTransform.java
│           │   │   │   ├── RegularByteTransform.java
│           │   │   │   ├── ReverseBytesTransform.java
│           │   │   │   └── ReverseWordTransform.java
│           │   │   └── Types
│           │   │       ├── ActionOperate.java
│           │   │       ├── ActionOperateExOne.java
│           │   │       ├── ActionOperateExThree.java
│           │   │       ├── ActionOperateExTwo.java
│           │   │       ├── FunctionOperate.java
│           │   │       ├── FunctionOperateExOne.java
│           │   │       ├── HslTimeOut.java
│           │   │       ├── IDataTransfer.java
│           │   │       ├── OperateResult.java
│           │   │       ├── OperateResultExFour.java
│           │   │       ├── OperateResultExOne.java
│           │   │       ├── OperateResultExThree.java
│           │   │       └── OperateResultExTwo.java
│           │   ├── Enthernet
│           │   │   ├── ComplexNet
│           │   │   │   └── NetComplexClient.java
│           │   │   ├── FileNet
│           │   │   │   └── FileBaseInfo.java
│           │   │   ├── PushNet
│           │   │   │   └── NetPushClient.java
│           │   │   └── SimplifyNet
│           │   │       └── NetSimplifyClient.java
│           │   ├── Language
│           │   │   ├── DefaultLanguage.java
│           │   │   └── English.java
│           │   ├── LogNet
│           │   │   └── Core
│           │   │       ├── GenerateMode.java
│           │   │       ├── HslMessageDegree.java
│           │   │       ├── HslMessageItem.java
│           │   │       └── ILogNet.java
│           │   ├── ModBus
│           │   │   ├── ModbusAddress.java
│           │   │   ├── ModbusInfo.java
│           │   │   └── ModbusTcpNet.java
│           │   ├── Profinet
│           │   │   ├── Keyence
│           │   │   │   ├── KeyenceMcAsciiNet.java
│           │   │   │   └── KeyenceMcNet.java
│           │   │   ├── Melsec
│           │   │   │   ├── MelsecA1EDataType.java
│           │   │   │   ├── MelsecA1ENet.java
│           │   │   │   ├── MelsecHelper.java
│           │   │   │   ├── MelsecMcAsciiNet.java
│           │   │   │   ├── MelsecMcDataType.java
│           │   │   │   └── MelsecMcNet.java
│           │   │   ├── Omron
│           │   │   │   ├── OmronFinsDataType.java
│           │   │   │   └── OmronFinsNet.java
│           │   │   └── Siemens
│           │   │       ├── SiemensFetchWriteNet.java
│           │   │       ├── SiemensPLCS.java
│           │   │       └── SiemensS7Net.java
│           │   ├── StringResources.java
│           │   └── Utilities.java
│           ├── HslCommunicationDemo
│           │   ├── DemoUtils.java
│           │   ├── FormKeyenceAscii.java
│           │   ├── FormKeyenceBinary.java
│           │   ├── FormLoad.java
│           │   ├── FormMelsecA1E.java
│           │   ├── FormMelsecAscii.java
│           │   ├── FormMelsecBinary.java
│           │   ├── FormModbusTcp.java
│           │   ├── FormOmronFins.java
│           │   ├── FormPushNet.java
│           │   ├── FormSiemensFW.java
│           │   ├── FormSiemensS7.java
│           │   └── FormSimplifyNet.java
│           └── Main.java
├── HslCommunication_Net35
│   ├── bin
│   │   └── Debug
│   │       ├── HslCommunication.dll
│   │       ├── HslCommunication.pdb
│   │       ├── HslCommunication.xml
│   │       ├── Newtonsoft.Json.dll
│   │       └── Newtonsoft.Json.xml
│   ├── HslCommunication_Net35.csproj
│   ├── HslCommunication.snk
│   ├── imgaes
│   │   ├── abstr1.png
│   │   ├── abstr11.png
│   │   ├── Activity_16xLG.png
│   │   ├── AddressViewer.png
│   │   ├── alipay.png
│   │   ├── asset_progressBar_24x24_on.png
│   │   ├── AudioRecording.png
│   │   ├── brackets_Square_16xMD.png
│   │   ├── Class_489.png
│   │   ├── ClassIcon.ico
│   │   ├── ClassIcon.png
│   │   ├── Cloud_16xLG.png
│   │   ├── Copy_6524.png
│   │   ├── Delegate_8339.png
│   │   ├── docview_xaml_on_16x16.png
│   │   ├── Enum_582.png
│   │   ├── Event_594_exp.png
│   │   ├── Event_594.png
│   │   ├── glasses_16xLG.png
│   │   ├── grid_Data_16xLG.png
│   │   ├── lightningBolt_16xLG.png
│   │   ├── ListView_687.png
│   │   ├── Method_636.png
│   │   ├── Module_648.png
│   │   ├── PropertyIcon.png
│   │   ├── RegistryEditor_5838.ico
│   │   ├── SingleMessage_5727.ico
│   │   ├── Soundfile_461.png
│   │   ├── Structure_507.png
│   │   ├── TabControl_707.png
│   │   ├── Table_748.png
│   │   ├── Tag_7213.png
│   │   ├── Textfile_818_16x.png
│   │   ├── TreeView_713.png
│   │   ├── usbcontroller.png
│   │   ├── UseCaseDiagramFile_usecasediagram_13447_16x.png
│   │   ├── UserInterfaceEditor_5845.ico
│   │   ├── VirtualMachine.png
│   │   ├── WebForm(ASPX)_815_16x.png
│   │   ├── WebFormTemplate_11274_16x_color.png
│   │   ├── WindowsForm_817_16x.png
│   │   └── WindowsForm_817.ico
│   ├── mm_facetoface_collect_qrcode_1525331158525.png
│   ├── obj
│   │   └── Debug
│   │       ├── HslCommunication_Net35.csproj.CopyComplete
│   │       ├── HslCommunication_Net35.csproj.CoreCompileInputs.cache
│   │       ├── HslCommunication_Net35.csproj.FileListAbsolute.txt
│   │       ├── HslCommunication_Net35.csproj.GenerateResource.cache
│   │       ├── HslCommunication_Net35.csprojAssemblyReference.cache
│   │       ├── HslCommunication.BasicFramework.FormAuthorAdvertisement.resources
│   │       ├── HslCommunication.BasicFramework.FormAuthorize.resources
│   │       ├── HslCommunication.BasicFramework.FormPopup.resources
│   │       ├── HslCommunication.BasicFramework.FormPortraitSelect.resources
│   │       ├── HslCommunication.BasicFramework.FormSupport.resources
│   │       ├── HslCommunication.Controls.UserBottle.resources
│   │       ├── HslCommunication.Controls.UserButton.resources
│   │       ├── HslCommunication.Controls.UserClock.resources
│   │       ├── HslCommunication.Controls.UserCurve.resources
│   │       ├── HslCommunication.Controls.UserDrum.resources
│   │       ├── HslCommunication.Controls.UserGaugeChart.resources
│   │       ├── HslCommunication.Controls.UserLantern.resources
│   │       ├── HslCommunication.Controls.UserPieChart.resources
│   │       ├── HslCommunication.Controls.UserPipe.resources
│   │       ├── HslCommunication.Controls.UserSwitch.resources
│   │       ├── HslCommunication.Controls.UserVerticalProgress.resources
│   │       ├── HslCommunication.dll
│   │       ├── HslCommunication.LogNet.FormLogNetView.resources
│   │       ├── HslCommunication.LogNet.LogNetAnalysisControl.resources
│   │       ├── HslCommunication.pdb
│   │       ├── HslCommunication.Properties.Resources.resources
│   │       └── TempPE
│   ├── packages.config
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   └── Resources
│       └── qrcode_for_gh_319218678954_258.jpg
├── HslCommunication_Net45
│   ├── Algorithms
│   │   ├── Alarm
│   │   │   ├── AlarmDegree.cs
│   │   │   └── AlarmItem.cs
│   │   ├── ConnectPool
│   │   │   ├── ConnectPool.cs
│   │   │   └── IConnector.cs
│   │   └── Fourier
│   │       └── FFTHelper.cs
│   ├── Authorization.cs
│   ├── BasicFramework
│   │   ├── FormAuthorAdvertisement.cs
│   │   ├── FormAuthorAdvertisement.designer.cs
│   │   ├── FormAuthorAdvertisement.resx
│   │   ├── FormAuthorize.cs
│   │   ├── FormAuthorize.designer.cs
│   │   ├── FormAuthorize.resx
│   │   ├── FormPopup.cs
│   │   ├── FormPopup.designer.cs
│   │   ├── FormPopup.resx
│   │   ├── FormPortraitSelect.cs
│   │   ├── FormPortraitSelect.Designer.cs
│   │   ├── FormPortraitSelect.resx
│   │   ├── FormSupport.cs
│   │   ├── FormSupport.Designer.cs
│   │   ├── FormSupport.resx
│   │   ├── SharpList.cs
│   │   ├── SoftAnimation.cs
│   │   ├── SoftAuthorize.cs
│   │   ├── SoftBaseClass.cs
│   │   ├── SoftBasic.cs
│   │   ├── SoftBuffer.cs
│   │   ├── SoftCache.cs
│   │   ├── SoftException.cs
│   │   ├── SoftMail.cs
│   │   ├── SoftMsgQueue.cs
│   │   ├── SoftNumerical.cs
│   │   ├── SoftPainting.cs
│   │   ├── SoftSecurity.cs
│   │   ├── SoftSqlOperate.cs
│   │   ├── SoftVersion.cs
│   │   └── SoftZipped.cs
│   ├── bin
│   │   └── Debug
│   │       ├── HslCommunication.dll
│   │       ├── HslCommunication.pdb
│   │       ├── HslCommunication.xml
│   │       ├── Newtonsoft.Json.dll
│   │       └── Newtonsoft.Json.xml
│   ├── Controls
│   │   ├── UserBottle.cs
│   │   ├── UserBottle.Designer.cs
│   │   ├── UserBottle.resx
│   │   ├── UserButton.cs
│   │   ├── UserButton.designer.cs
│   │   ├── UserButton.resx
│   │   ├── UserClock.cs
│   │   ├── UserClock.designer.cs
│   │   ├── UserClock.resx
│   │   ├── UserCurve.cs
│   │   ├── UserCurve.Designer.cs
│   │   ├── UserCurve.resx
│   │   ├── UserDrum.cs
│   │   ├── UserDrum.Designer.cs
│   │   ├── UserDrum.resx
│   │   ├── UserGaugeChart.cs
│   │   ├── UserGaugeChart.Designer.cs
│   │   ├── UserGaugeChart.resx
│   │   ├── UserLantern.cs
│   │   ├── UserLantern.Designer.cs
│   │   ├── UserLantern.resx
│   │   ├── UserPieChart.cs
│   │   ├── UserPieChart.Designer.cs
│   │   ├── UserPieChart.resx
│   │   ├── UserPipe.cs
│   │   ├── UserPipe.Designer.cs
│   │   ├── UserPipe.resx
│   │   ├── UserSwitch.cs
│   │   ├── UserSwitch.Designer.cs
│   │   ├── UserSwitch.resx
│   │   ├── UserVerticalProgress.cs
│   │   ├── UserVerticalProgress.Designer.cs
│   │   └── UserVerticalProgress.resx
│   ├── Core
│   │   ├── Address
│   │   │   ├── DeviceAddressBase.cs
│   │   │   ├── DeviceAddressDataBase.cs
│   │   │   ├── MelsecMcAddressData.cs
│   │   │   ├── ModbusAddress.cs
│   │   │   └── S7AddressData.cs
│   │   ├── IMessage
│   │   │   ├── AlienMessage.cs
│   │   │   ├── AllenBradleyMessage.cs
│   │   │   ├── EFORTMessage.cs
│   │   │   ├── EFORTMessagePrevious.cs
│   │   │   ├── FetchWriteMessage.cs
│   │   │   ├── FinsMessage.cs
│   │   │   ├── HslMessage.cs
│   │   │   ├── INetMessage.cs
│   │   │   ├── KukaVarProxyMessage.cs
│   │   │   ├── LsisFastEnetMessage.cs
│   │   │   ├── MelsecA1EBinaryMessage.cs
│   │   │   ├── MelsecQnA3EAsciiMessage.cs
│   │   │   ├── MelsecQnA3EBinaryMessage.cs
│   │   │   ├── ModbusTcpMessage.cs
│   │   │   ├── OpenProtocolMessage.cs
│   │   │   └── S7Message.cs
│   │   ├── Net
│   │   │   ├── ClassNetHandle.cs
│   │   │   ├── CommunicationProtocol.cs
│   │   │   ├── IReadWriteNet.cs
│   │   │   ├── IRobotNet.cs
│   │   │   ├── NetSupport.cs
│   │   │   ├── NetworkBase
│   │   │   │   ├── NetworkAlienClient.cs
│   │   │   │   ├── NetworkAuthenticationServerBase.cs
│   │   │   │   ├── NetworkBase.cs
│   │   │   │   ├── NetworkDataServerBase.cs
│   │   │   │   ├── NetworkDeviceBase.cs
│   │   │   │   ├── NetworkDoubleBase.cs
│   │   │   │   ├── NetworkFileServerBase.cs
│   │   │   │   ├── NetworkServerBase.cs
│   │   │   │   ├── NetworkUdpBase.cs
│   │   │   │   ├── NetworkUdpDeviceBase.cs
│   │   │   │   └── NetworkXBase.cs
│   │   │   └── StateOne
│   │   │       ├── AlienSession.cs
│   │   │       ├── AppSession.cs
│   │   │       ├── AsyncStateSend.cs
│   │   │       ├── FileStateObject.cs
│   │   │       ├── StateObject.cs
│   │   │       └── StateOneBase.cs
│   │   ├── Security
│   │   │   └── Security.cs
│   │   ├── Thread
│   │   │   └── ThreadLock.cs
│   │   ├── Transfer
│   │   │   ├── ByteTransformBase.cs
│   │   │   ├── ByteTransformHelper.cs
│   │   │   ├── DataFormat.cs
│   │   │   ├── IByteTransform.cs
│   │   │   ├── RegularByteTransform.cs
│   │   │   ├── ReverseBytesTransform.cs
│   │   │   └── ReverseWordTransform.cs
│   │   └── Types
│   │       ├── CertificateDegree.cs
│   │       ├── HslPieItem.cs
│   │       ├── HslTimeOut.cs
│   │       ├── IDataTransfer.cs
│   │       └── OperateResult.cs
│   ├── Doc.txt
│   ├── Enthernet
│   │   ├── ComplexNet
│   │   │   ├── NetComplexClient.cs
│   │   │   └── NetComplexServer.cs
│   │   ├── DeviceNet
│   │   │   ├── ClassDeviceNet.cs
│   │   │   └── DeviceState.cs
│   │   ├── FileNet
│   │   │   ├── AdvancedFileServer.cs
│   │   │   ├── FileBaseInfo.cs
│   │   │   ├── FileClientBase.cs
│   │   │   ├── FileMarkId.cs
│   │   │   ├── GroupFileContainer.cs
│   │   │   ├── GroupFileItem.cs
│   │   │   ├── IntegrationFileClient.cs
│   │   │   └── UltimateFileServer.cs
│   │   ├── PushNet
│   │   │   ├── NetPushClient.cs
│   │   │   ├── NetPushServer.cs
│   │   │   └── PushGroupClient.cs
│   │   ├── Redis
│   │   │   ├── RedisClient.cs
│   │   │   ├── RedisHelper.cs
│   │   │   └── RedisSubscribe.cs
│   │   ├── SimplifyNet
│   │   │   ├── NetSimplifyClient.cs
│   │   │   └── NetSimplifyServer.cs
│   │   ├── SoftUpdateNet
│   │   │   └── ClassSoftUpdate.cs
│   │   └── UdpNet
│   │       ├── NetUdpClient.cs
│   │       └── NetUdpServer.cs
│   ├── HslCommunication_Net45.csproj
│   ├── HslCommunication.snk
│   ├── imgaes
│   │   ├── abstr1.png
│   │   ├── abstr11.png
│   │   ├── Activity_16xLG.png
│   │   ├── AddressViewer.png
│   │   ├── alipay.png
│   │   ├── asset_progressBar_24x24_on.png
│   │   ├── AudioRecording.png
│   │   ├── brackets_Square_16xMD.png
│   │   ├── Class_489.png
│   │   ├── ClassIcon.ico
│   │   ├── ClassIcon.png
│   │   ├── Cloud_16xLG.png
│   │   ├── Copy_6524.png
│   │   ├── Delegate_8339.png
│   │   ├── docview_xaml_on_16x16.png
│   │   ├── Enum_582.png
│   │   ├── Event_594_exp.png
│   │   ├── Event_594.png
│   │   ├── glasses_16xLG.png
│   │   ├── grid_Data_16xLG.png
│   │   ├── lightningBolt_16xLG.png
│   │   ├── ListView_687.png
│   │   ├── Method_636.png
│   │   ├── mm_facetoface_collect_qrcode_1525331158525.png
│   │   ├── Module_648.png
│   │   ├── PropertyIcon.png
│   │   ├── qrcode_for_gh_319218678954_258.jpg
│   │   ├── RegistryEditor_5838.ico
│   │   ├── SingleMessage_5727.ico
│   │   ├── Soundfile_461.png
│   │   ├── Structure_507.png
│   │   ├── TabControl_707.png
│   │   ├── Table_748.png
│   │   ├── Tag_7213.png
│   │   ├── Textfile_818_16x.png
│   │   ├── TreeView_713.png
│   │   ├── usbcontroller.png
│   │   ├── UseCaseDiagramFile_usecasediagram_13447_16x.png
│   │   ├── UserInterfaceEditor_5845.ico
│   │   ├── VirtualMachine.png
│   │   ├── WebForm(ASPX)_815_16x.png
│   │   ├── WebFormTemplate_11274_16x_color.png
│   │   ├── WindowsForm_817_16x.png
│   │   └── WindowsForm_817.ico
│   ├── Instrument
│   │   └── Temperature
│   │       └── DAM3601.cs
│   ├── Language
│   │   ├── DefaultLanguage.cs
│   │   └── English.cs
│   ├── LogNet
│   │   ├── Core
│   │   │   ├── ILogNet.cs
│   │   │   ├── LogBase.cs
│   │   │   └── Types.cs
│   │   ├── LogNetManagment.cs
│   │   ├── Logs
│   │   │   ├── LogNetDateTime.cs
│   │   │   ├── LogNetFileSize.cs
│   │   │   └── LogNetSingle.cs
│   │   └── View
│   │       ├── FormLogNetView.cs
│   │       ├── FormLogNetView.Designer.cs
│   │       ├── FormLogNetView.resx
│   │       ├── LogNetAnalysisControl.cs
│   │       ├── LogNetAnalysisControl.Designer.cs
│   │       └── LogNetAnalysisControl.resx
│   ├── ModBus
│   │   ├── ModbusAscii
│   │   │   └── ModbusAscii.cs
│   │   ├── ModbusInfo.cs
│   │   ├── ModBusMonitorAddress.cs
│   │   ├── ModbusRtu
│   │   │   └── ModbusRtu.cs
│   │   ├── ModBusState.cs
│   │   ├── ModbusTcp
│   │   │   ├── ModbusTcpNet.cs
│   │   │   └── ModbusTcpServer.cs
│   │   └── MonitorAddress.cs
│   ├── NamespaceDoc.cs
│   ├── obj
│   │   └── Debug
│   │       ├── HslCommunication_Net45.csproj.CopyComplete
│   │       ├── HslCommunication_Net45.csproj.CoreCompileInputs.cache
│   │       ├── HslCommunication_Net45.csproj.FileListAbsolute.txt
│   │       ├── HslCommunication_Net45.csproj.GenerateResource.cache
│   │       ├── HslCommunication.BasicFramework.FormAuthorAdvertisement.resources
│   │       ├── HslCommunication.BasicFramework.FormAuthorize.resources
│   │       ├── HslCommunication.BasicFramework.FormPopup.resources
│   │       ├── HslCommunication.BasicFramework.FormPortraitSelect.resources
│   │       ├── HslCommunication.BasicFramework.FormSupport.resources
│   │       ├── HslCommunication.Controls.UserBottle.resources
│   │       ├── HslCommunication.Controls.UserButton.resources
│   │       ├── HslCommunication.Controls.UserClock.resources
│   │       ├── HslCommunication.Controls.UserCurve.resources
│   │       ├── HslCommunication.Controls.UserDrum.resources
│   │       ├── HslCommunication.Controls.UserGaugeChart.resources
│   │       ├── HslCommunication.Controls.UserLantern.resources
│   │       ├── HslCommunication.Controls.UserPieChart.resources
│   │       ├── HslCommunication.Controls.UserPipe.resources
│   │       ├── HslCommunication.Controls.UserSwitch.resources
│   │       ├── HslCommunication.Controls.UserVerticalProgress.resources
│   │       ├── HslCommunication.dll
│   │       ├── HslCommunication.LogNet.FormLogNetView.resources
│   │       ├── HslCommunication.LogNet.LogNetAnalysisControl.resources
│   │       ├── HslCommunication.pdb
│   │       ├── HslCommunication.Properties.Resources.resources
│   │       └── TempPE
│   ├── packages.config
│   ├── Profinet
│   │   ├── AllenBradley
│   │   │   ├── AllenBradleyHelper.cs
│   │   │   └── AllenBradleyNet.cs
│   │   ├── FATEK
│   │   │   └── FatekProgram.cs
│   │   ├── Fuji
│   │   │   └── FujiSPB.cs
│   │   ├── Keyence
│   │   │   ├── KeyenceDataType.cs
│   │   │   ├── KeyenceMcAsciiNet.cs
│   │   │   ├── KeyenceMcNet.cs
│   │   │   ├── KeyenceNanoByteTransform.cs
│   │   │   └── KeyenceNanoSerial.cs
│   │   ├── LSIS
│   │   │   ├── LS_Bus.cs
│   │   │   ├── LSCpuInfo.cs
│   │   │   ├── LSisServer.cs
│   │   │   ├── XGBCnet.cs
│   │   │   └── XGBFastEnet.cs
│   │   ├── Melsec
│   │   │   ├── MelsecA1EDataType.cs
│   │   │   ├── MelsecA1ENet.cs
│   │   │   ├── MelsecA3CNet1.cs
│   │   │   ├── MelsecFxLinks.cs
│   │   │   ├── MelsecFxSerial.cs
│   │   │   ├── MelsecHelper.cs
│   │   │   ├── MelsecMcAsciiNet.cs
│   │   │   ├── MelsecMcDataType.cs
│   │   │   ├── MelsecMcNet.cs
│   │   │   ├── MelsecMcServer.cs
│   │   │   └── MelsecNetMultiAsync.cs
│   │   ├── Omron
│   │   │   ├── OmronCipNet.cs
│   │   │   ├── OmronFinsDataType.cs
│   │   │   ├── OmronFinsNet.cs
│   │   │   ├── OmronFinsNetHelper.cs
│   │   │   ├── OmronFinsUdp.cs
│   │   │   └── OmronHostLink.cs
│   │   ├── OpenProtocol
│   │   │   └── OpenProtocolNet.cs
│   │   ├── Panasonic
│   │   │   ├── PanasonicMcNet.cs
│   │   │   └── PanasonicMewtocol.cs
│   │   └── Siemens
│   │       ├── SiemensFetchWriteNet.cs
│   │       ├── SiemensPLCS.cs
│   │       ├── SiemensPPI.cs
│   │       ├── SiemensS7Net.cs
│   │       └── SiemensS7Server.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── Robot
│   │   ├── EFORT
│   │   │   ├── EfortData.cs
│   │   │   ├── ER7BC10.cs
│   │   │   └── ER7BC10Previous.cs
│   │   ├── KUKA
│   │   │   └── KukaAvarProxyNet.cs
│   │   └── YASKAWA
│   │       └── YRC1000TcpNet.cs
│   ├── Serial
│   │   ├── CRCSupport.cs
│   │   ├── FP1_C72.cs
│   │   ├── SerialBase.cs
│   │   ├── SerialDeviceBase.cs
│   │   └── SoftLRC.cs
│   └── StringResources.cs
├── HslCommunication_Net45.Test
│   ├── BasicFramework
│   │   ├── SoftBasicTest.cs
│   │   ├── SoftBufferTest.cs
│   │   ├── SoftSecurityTest.cs
│   │   └── SoftZippedTest.cs
│   ├── bin
│   │   └── Debug
│   │       ├── HslCommunication_Net45.Test.dll
│   │       ├── HslCommunication_Net45.Test.pdb
│   │       ├── HslCommunication.dll
│   │       ├── HslCommunication.pdb
│   │       ├── HslCommunication.xml
│   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │       ├── Newtonsoft.Json.dll
│   │       └── Newtonsoft.Json.xml
│   ├── Core
│   │   ├── Net
│   │   │   ├── HslProtocolTest.cs
│   │   │   └── NetHandleTest.cs
│   │   ├── Security
│   │   │   └── SecurityTest.cs
│   │   └── Transfer
│   │       ├── ByteTransformHelperTest.cs
│   │       ├── RegularByteTransformTest.cs
│   │       ├── ReverseBytesTransformTest.cs
│   │       ├── ReverseWordTransformTest.cs
│   │       ├── ReverseWordTransformTest2.cs
│   │       ├── ReverseWordTransformTest3.cs
│   │       └── ReverseWordTransformTest4.cs
│   ├── Documentation
│   │   └── Samples
│   │       ├── Algorithms
│   │       │   └── ConnectPool.cs
│   │       ├── BasicFramework
│   │       │   ├── SoftAnimation.cs
│   │       │   ├── SoftBasicExample.cs
│   │       │   ├── SoftBufferExample.cs
│   │       │   └── SoftFileSaveBaseExample.cs
│   │       ├── Core
│   │       │   ├── IReadWriteNet.cs
│   │       │   ├── NetHandle.cs
│   │       │   ├── NetSupport.cs
│   │       │   ├── NetworkBase.cs
│   │       │   ├── NetworkDeviceBase.cs
│   │       │   ├── NetworkDoubleBase.cs
│   │       │   └── ThreadLock.cs
│   │       ├── Enthernet
│   │       │   ├── NetComplexClient.cs
│   │       │   └── NetSimplifyClient.cs
│   │       ├── Modbus
│   │       │   ├── Modbus.cs
│   │       │   ├── ModbusAsciiExample.cs
│   │       │   └── ModbusTcpServer.cs
│   │       ├── Profinet
│   │       │   ├── MelsecAscii.cs
│   │       │   ├── MelsecFxSerial.cs
│   │       │   ├── melsecTest.cs
│   │       │   ├── OmronFinsNet.cs
│   │       │   ├── SiemensFetchWriteNet.cs
│   │       │   ├── SiemensS7Net.cs
│   │       │   └── SiemensS7ServerExample.cs
│   │       └── Serial
│   │           └── SoftCRC16.cs
│   ├── Enthernet
│   │   └── RedisClientTest.cs
│   ├── HslCommunication_Net45.Test.csproj
│   ├── Modbus
│   │   └── ModbusTcpTest.cs
│   ├── obj
│   │   └── Debug
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── HslCommunication_Net45.Test.csproj.CopyComplete
│   │       ├── HslCommunication_Net45.Test.csproj.CoreCompileInputs.cache
│   │       ├── HslCommunication_Net45.Test.csproj.FileListAbsolute.txt
│   │       ├── HslCommunication_Net45.Test.csprojAssemblyReference.cache
│   │       ├── HslCommunication_Net45.Test.dll
│   │       ├── HslCommunication_Net45.Test.pdb
│   │       └── TempPE
│   ├── packages.config
│   ├── Profinet
│   │   ├── AllenBradley
│   │   │   └── AllenBradleyHelper.cs
│   │   ├── FATEK
│   │   │   └── FatekProgramTest.cs
│   │   ├── Melsec
│   │   │   ├── MelsecFxLinksTest.cs
│   │   │   ├── MelsecFxSerialTest.cs
│   │   │   ├── MelsecMcAsciiNetTest.cs
│   │   │   └── MelsecMcNetTest.cs
│   │   ├── Panasonic
│   │   │   └── PanasonicMewtocolTest.cs
│   │   └── Siemens
│   │       └── SiemensTest.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── UnitTest1.cs
├── HslCommunication_Python
│   ├── HslCommunication.py
│   ├── MelsecA1ENetTest.py
│   ├── MelsecMcAsciiNetTest.py
│   ├── MelsecMcNetTest.py
│   ├── ModbusTcpTest.py
│   ├── NetPushClientTest.py
│   ├── NetSimplifyClientTest.py
│   ├── RedisTest.py
│   ├── Siemens1200.py
│   ├── SiemensS7NetTest.py
│   └── SimpleTest.py
├── HslCommunication.sln
├── imgs
│   ├── ab1.png
│   ├── appDemo.png
│   ├── controls.png
│   ├── demo.png
│   ├── File1.png
│   ├── File2.png
│   ├── Gen1.png
│   ├── java_demo.png
│   ├── melsec
│   │   ├── melsec1.jpg
│   │   └── melsec2.jpg
│   ├── Melsec1.png
│   ├── Modbus1.png
│   ├── Modbus2.png
│   ├── Omron.png
│   ├── partner
│   │   ├── PENC.jpg
│   │   ├── Pia.jpg
│   │   ├── rocket_Blue.png
│   │   ├── woody.png
│   │   ├── 堤摩讯.png
│   │   ├── 杭州优海.png
│   │   ├── 均达电气.png
│   │   ├── 南京金理念信息技术有限公司.png
│   │   ├── 盛意达.jpg
│   │   └── 翔宇自控.jpg
│   ├── redis.png
│   ├── siemens
│   │   ├── siemens1.jpg
│   │   ├── siemens2.jpg
│   │   ├── siemens3.jpg
│   │   ├── siemens4.jpg
│   │   ├── siemens5.jpg
│   │   └── siemens6.jpg
│   ├── siemens1.png
│   ├── Simlify1.png
│   ├── Simlify2.png
│   ├── support.png
│   ├── Udp1.png
│   └── Udp2.png
├── LICENSE
├── packages
│   ├── MSTest.TestAdapter.1.4.0
│   │   ├── build
│   │   │   ├── _common
│   │   │   │   ├── cs
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── de
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│   │   │   │   ├── pl
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── pt
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── ru
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── tr
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │       ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│   │   │   │       ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│   │   │   │       └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│   │   │   ├── net45
│   │   │   │   ├── MSTest.TestAdapter.props
│   │   │   │   └── MSTest.TestAdapter.targets
│   │   │   ├── netcoreapp1.0
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
│   │   │   │   └── MSTest.TestAdapter.props
│   │   │   └── uap10.0
│   │   │       ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
│   │   │       ├── MSTest.TestAdapter.props
│   │   │       └── MSTest.TestAdapter.targets
│   │   └── MSTest.TestAdapter.1.4.0.nupkg
│   ├── MSTest.TestFramework.1.4.0
│   │   ├── lib
│   │   │   ├── net45
│   │   │   │   ├── cs
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── de
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── es
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── fr
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── it
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── ja
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── ko
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
│   │   │   │   ├── pl
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── pt
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── ru
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── tr
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── zh-Hans
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   └── zh-Hant
│   │   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │       └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── cs
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── de
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── es
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── fr
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── it
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── ja
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── ko
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
│   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
│   │   │   │   ├── pl
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── pt
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── ru
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── tr
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   ├── zh-Hans
│   │   │   │   │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │   │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   │   └── zh-Hant
│   │   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │   │       └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │   └── uap10.0
│   │   │       ├── cs
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── de
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── es
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── fr
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── it
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── ja
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── ko
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
│   │   │       ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
│   │   │       ├── pl
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── pt
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── ru
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── tr
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       ├── zh-Hans
│   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │       │   └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   │       └── zh-Hant
│   │   │           ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│   │   │           └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│   │   └── MSTest.TestFramework.1.4.0.nupkg
│   └── Newtonsoft.Json.12.0.2
│       ├── lib
│       │   ├── net20
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   ├── net35
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   ├── net40
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   ├── net45
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   ├── netstandard1.0
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   ├── netstandard1.3
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   ├── netstandard2.0
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   ├── portable-net40 sl5 win8 wp8 wpa81
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   └── Newtonsoft.Json.xml
│       │   └── portable-net45 win8 wp8 wpa81
│       │       ├── Newtonsoft.Json.dll
│       │       └── Newtonsoft.Json.xml
│       ├── LICENSE.md
│       └── Newtonsoft.Json.12.0.2.nupkg
├── README.md
├── TestProject
│   ├── ComplexNetServer
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── ComplexNetServer.exe
│   │   │       ├── ComplexNetServer.pdb
│   │   │       ├── HslCommunication.dll
│   │   │       ├── HslCommunication.pdb
│   │   │       ├── HslCommunication.xml
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       └── Newtonsoft.Json.xml
│   │   ├── ComplexNetServer.csproj
│   │   ├── FormServer.cs
│   │   ├── FormServer.Designer.cs
│   │   ├── FormServer.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── ComplexNetServer.csproj.CopyComplete
│   │   │       ├── ComplexNetServer.csproj.CoreCompileInputs.cache
│   │   │       ├── ComplexNetServer.csproj.FileListAbsolute.txt
│   │   │       ├── ComplexNetServer.csproj.GenerateResource.cache
│   │   │       ├── ComplexNetServer.csprojAssemblyReference.cache
│   │   │       ├── ComplexNetServer.exe
│   │   │       ├── ComplexNetServer.FormServer.resources
│   │   │       ├── ComplexNetServer.pdb
│   │   │       ├── ComplexNetServer.Properties.Resources.resources
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │       ├── AssemblyInfo.cs
│   │       ├── Resources.Designer.cs
│   │       ├── Resources.resx
│   │       ├── Settings.Designer.cs
│   │       └── Settings.settings
│   ├── DemoUpdateServer
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── DemoUpdateServer.exe
│   │   │       ├── DemoUpdateServer.exe.config
│   │   │       ├── DemoUpdateServer.pdb
│   │   │       ├── HslCommunication.dll
│   │   │       ├── HslCommunication.pdb
│   │   │       ├── HslCommunication.xml
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       └── Newtonsoft.Json.xml
│   │   ├── DemoUpdateServer.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DemoUpdateServer.csproj.CopyComplete
│   │   │       ├── DemoUpdateServer.csproj.CoreCompileInputs.cache
│   │   │       ├── DemoUpdateServer.csproj.FileListAbsolute.txt
│   │   │       ├── DemoUpdateServer.csproj.GenerateResource.cache
│   │   │       ├── DemoUpdateServer.csprojAssemblyReference.cache
│   │   │       ├── DemoUpdateServer.exe
│   │   │       ├── DemoUpdateServer.Form1.resources
│   │   │       ├── DemoUpdateServer.pdb
│   │   │       ├── DemoUpdateServer.Properties.Resources.resources
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │       ├── AssemblyInfo.cs
│   │       ├── Resources.Designer.cs
│   │       ├── Resources.resx
│   │       ├── Settings.Designer.cs
│   │       └── Settings.settings
│   ├── FileNetServer
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── FileNetServer.exe
│   │   │       ├── FileNetServer.pdb
│   │   │       ├── HslCommunication.dll
│   │   │       ├── HslCommunication.pdb
│   │   │       ├── HslCommunication.xml
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       └── Newtonsoft.Json.xml
│   │   ├── FileNetServer.csproj
│   │   ├── FormFileServer.cs
│   │   ├── FormFileServer.Designer.cs
│   │   ├── FormFileServer.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── FileNetServer.csproj.CopyComplete
│   │   │       ├── FileNetServer.csproj.CoreCompileInputs.cache
│   │   │       ├── FileNetServer.csproj.FileListAbsolute.txt
│   │   │       ├── FileNetServer.csproj.GenerateResource.cache
│   │   │       ├── FileNetServer.csprojAssemblyReference.cache
│   │   │       ├── FileNetServer.exe
│   │   │       ├── FileNetServer.FormFileServer.resources
│   │   │       ├── FileNetServer.pdb
│   │   │       ├── FileNetServer.Properties.Resources.resources
│   │   │       └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │       ├── AssemblyInfo.cs
│   │       ├── Resources.Designer.cs
│   │       ├── Resources.resx
│   │       ├── Settings.Designer.cs
│   │       └── Settings.settings
│   ├── HslCommunicationCoreDemo
│   │   ├── bin
│   │   │   └── Debug
│   │   │       └── netcoreapp2.1
│   │   ├── HslCommunicationCoreDemo.csproj
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── netcoreapp2.1
│   │   │   │       ├── HslCommunicationCoreDemo.AssemblyInfo.cs
│   │   │   │       ├── HslCommunicationCoreDemo.AssemblyInfoInputs.cache
│   │   │   │       ├── HslCommunicationCoreDemo.assets.cache
│   │   │   │       ├── HslCommunicationCoreDemo.csproj.CoreCompileInputs.cache
│   │   │   │       ├── HslCommunicationCoreDemo.csproj.FileListAbsolute.txt
│   │   │   │       └── HslCommunicationCoreDemo.csprojAssemblyReference.cache
│   │   │   ├── HslCommunicationCoreDemo.csproj.nuget.dgspec.json
│   │   │   ├── HslCommunicationCoreDemo.csproj.nuget.g.props
│   │   │   ├── HslCommunicationCoreDemo.csproj.nuget.g.targets
│   │   │   ├── project.assets.json
│   │   │   └── project.nuget.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │       └── PublishProfiles
│   │           └── FolderProfile.pubxml
│   ├── HslCommunicationDemo
│   │   ├── Algorithms
│   │   │   ├── FormConnectPool.cs
│   │   │   ├── FormConnectPool.Designer.cs
│   │   │   ├── FormConnectPool.resx
│   │   │   ├── FourierTransform.cs
│   │   │   ├── FourierTransform.Designer.cs
│   │   │   └── FourierTransform.resx
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── HslCommunication.dll
│   │   │       ├── HslCommunication.pdb
│   │   │       ├── HslCommunication.xml
│   │   │       ├── HslCommunicationDemo.exe
│   │   │       ├── HslCommunicationDemo.exe.config
│   │   │       ├── HslCommunicationDemo.pdb
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       └── Newtonsoft.Json.xml
│   │   ├── bitbug_favicon.ico
│   │   ├── Control
│   │   │   ├── FormBasicControl.cs
│   │   │   ├── FormBasicControl.Designer.cs
│   │   │   ├── FormBasicControl.resx
│   │   │   ├── FormCurve.cs
│   │   │   ├── FormCurve.Designer.cs
│   │   │   ├── FormCurve.resx
│   │   │   ├── FormGauge.cs
│   │   │   ├── FormGauge.Designer.cs
│   │   │   ├── FormGauge.resx
│   │   │   ├── FormPieChart.cs
│   │   │   ├── FormPieChart.Designer.cs
│   │   │   ├── FormPieChart.resx
│   │   │   ├── FormPipe.cs
│   │   │   ├── FormPipe.Designer.cs
│   │   │   └── FormPipe.resx
│   │   ├── DemoControl
│   │   │   ├── UserControlCurve.cs
│   │   │   ├── UserControlCurve.Designer.cs
│   │   │   ├── UserControlCurve.resx
│   │   │   ├── UserControlHead.cs
│   │   │   ├── UserControlHead.Designer.cs
│   │   │   └── UserControlHead.resx
│   │   ├── DemoUtils.cs
│   │   ├── FormAuthor.cs
│   │   ├── FormAuthor.Designer.cs
│   │   ├── FormAuthor.resx
│   │   ├── FormByteTransfer.cs
│   │   ├── FormByteTransfer.Designer.cs
│   │   ├── FormByteTransfer.resx
│   │   ├── FormComplexNet.cs
│   │   ├── FormComplexNet.Designer.cs
│   │   ├── FormComplexNet.resx
│   │   ├── FormDisclaimer.cs
│   │   ├── FormDisclaimer.Designer.cs
│   │   ├── FormDisclaimer.resx
│   │   ├── FormFileClient.cs
│   │   ├── FormFileClient.Designer.cs
│   │   ├── FormFileClient.resx
│   │   ├── FormImage.cs
│   │   ├── FormImage.Designer.cs
│   │   ├── FormImage.resx
│   │   ├── FormLoad.cs
│   │   ├── FormLoad.Designer.cs
│   │   ├── FormLoad.resx
│   │   ├── FormLogNet.cs
│   │   ├── FormLogNet.Designer.cs
│   │   ├── FormLogNet.resx
│   │   ├── FormMail.cs
│   │   ├── FormMail.Designer.cs
│   │   ├── FormMail.resx
│   │   ├── FormOpenProtocol.cs
│   │   ├── FormOpenProtocol.Designer.cs
│   │   ├── FormOpenProtocol.resx
│   │   ├── FormPushNet.cs
│   │   ├── FormPushNet.Designer.cs
│   │   ├── FormPushNet.resx
│   │   ├── FormRegister.cs
│   │   ├── FormRegister.Designer.cs
│   │   ├── FormRegister.resx
│   │   ├── FormSeqCreate.cs
│   │   ├── FormSeqCreate.Designer.cs
│   │   ├── FormSeqCreate.resx
│   │   ├── FormSerialDebug.cs
│   │   ├── FormSerialDebug.Designer.cs
│   │   ├── FormSerialDebug.resx
│   │   ├── FormSimplifyNet.cs
│   │   ├── FormSimplifyNet.Designer.cs
│   │   ├── FormSimplifyNet.resx
│   │   ├── FormSimplifyNetAlien.cs
│   │   ├── FormSimplifyNetAlien.Designer.cs
│   │   ├── FormSimplifyNetAlien.resx
│   │   ├── FormTcpDebug.cs
│   │   ├── FormTcpDebug.Designer.cs
│   │   ├── FormTcpDebug.resx
│   │   ├── FormUdpNet.cs
│   │   ├── FormUdpNet.Designer.cs
│   │   ├── FormUdpNet.resx
│   │   ├── HslCommunicationDemo.csproj
│   │   ├── img
│   │   │   ├── Activity_16xLG.png
│   │   │   ├── brackets_Square_16xMD.png
│   │   │   ├── Class_489.png
│   │   │   ├── ClassIcon.ico
│   │   │   ├── ClassIcon.png
│   │   │   ├── Cloud_16xLG.png
│   │   │   ├── Copy_6524.png
│   │   │   ├── Delegate_8339.png
│   │   │   ├── docview_xaml_on_16x16.png
│   │   │   ├── Enum_582.png
│   │   │   ├── Event_594_exp.png
│   │   │   ├── Event_594.png
│   │   │   ├── glasses_16xLG.png
│   │   │   ├── grid_Data_16xLG.png
│   │   │   ├── lightningBolt_16xLG.png
│   │   │   ├── ListView_687.png
│   │   │   ├── loading.gif
│   │   │   ├── Method_636.png
│   │   │   ├── Module_648.png
│   │   │   ├── RegistryEditor_5838.ico
│   │   │   ├── SingleMessage_5727.ico
│   │   │   ├── Structure_507.png
│   │   │   ├── Table_748.png
│   │   │   ├── Tag_7213.png
│   │   │   ├── usbcontroller.png
│   │   │   ├── UserInterfaceEditor_5845.ico
│   │   │   ├── VirtualMachine.png
│   │   │   └── WindowsForm_817.ico
│   │   ├── Instrument
│   │   │   ├── FormDAM3601.cs
│   │   │   ├── FormDAM3601.Designer.cs
│   │   │   └── FormDAM3601.resx
│   │   ├── Modbus
│   │   │   ├── FormInputAlien.cs
│   │   │   ├── FormInputAlien.Designer.cs
│   │   │   ├── FormInputAlien.resx
│   │   │   ├── FormModbus.cs
│   │   │   ├── FormModbus.Designer.cs
│   │   │   ├── FormModbus.resx
│   │   │   ├── FormModbusAlien.cs
│   │   │   ├── FormModbusAlien.Designer.cs
│   │   │   ├── FormModbusAlien.resx
│   │   │   ├── FormModbusAscii.cs
│   │   │   ├── FormModbusAscii.Designer.cs
│   │   │   ├── FormModbusAscii.resx
│   │   │   ├── FormModbusRtu.cs
│   │   │   ├── FormModbusRtu.Designer.cs
│   │   │   ├── FormModbusRtu.resx
│   │   │   ├── FormModbusServer.cs
│   │   │   ├── FormModbusServer.Designer.cs
│   │   │   ├── FormModbusServer.resx
│   │   │   ├── FormTrustedClient.cs
│   │   │   ├── FormTrustedClient.Designer.cs
│   │   │   └── FormTrustedClient.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── HslCommunicationDemo.Algorithms.FormConnectPool.resources
│   │   │       ├── HslCommunicationDemo.Algorithms.FourierTransform.resources
│   │   │       ├── HslCommunicationDemo.Control.FormPipe.resources
│   │   │       ├── HslCommunicationDemo.csproj.CopyComplete
│   │   │       ├── HslCommunicationDemo.csproj.CoreCompileInputs.cache
│   │   │       ├── HslCommunicationDemo.csproj.FileListAbsolute.txt
│   │   │       ├── HslCommunicationDemo.csproj.GenerateResource.cache
│   │   │       ├── HslCommunicationDemo.csprojAssemblyReference.cache
│   │   │       ├── HslCommunicationDemo.DemoControl.UserControlCurve.resources
│   │   │       ├── HslCommunicationDemo.DemoControl.UserControlHead.resources
│   │   │       ├── HslCommunicationDemo.exe
│   │   │       ├── HslCommunicationDemo.FormAllenBrandly.resources
│   │   │       ├── HslCommunicationDemo.FormAuthor.resources
│   │   │       ├── HslCommunicationDemo.FormBasicControl.resources
│   │   │       ├── HslCommunicationDemo.FormByteTransfer.resources
│   │   │       ├── HslCommunicationDemo.FormComplexNet.resources
│   │   │       ├── HslCommunicationDemo.FormCurve.resources
│   │   │       ├── HslCommunicationDemo.FormDAM3601.resources
│   │   │       ├── HslCommunicationDemo.FormDisclaimer.resources
│   │   │       ├── HslCommunicationDemo.FormFatekPrograme.resources
│   │   │       ├── HslCommunicationDemo.FormFileClient.resources
│   │   │       ├── HslCommunicationDemo.FormFujiSPB.resources
│   │   │       ├── HslCommunicationDemo.FormGauge.resources
│   │   │       ├── HslCommunicationDemo.FormImage.resources
│   │   │       ├── HslCommunicationDemo.FormInputAlien.resources
│   │   │       ├── HslCommunicationDemo.FormKeyenceAscii.resources
│   │   │       ├── HslCommunicationDemo.FormKeyenceBinary.resources
│   │   │       ├── HslCommunicationDemo.FormKeyenceNanoSerial.resources
│   │   │       ├── HslCommunicationDemo.FormKuka.resources
│   │   │       ├── HslCommunicationDemo.FormLoad.resources
│   │   │       ├── HslCommunicationDemo.FormLogNet.resources
│   │   │       ├── HslCommunicationDemo.FormLsisCnet.resources
│   │   │       ├── HslCommunicationDemo.FormLsisFEnet.resources
│   │   │       ├── HslCommunicationDemo.FormLSisServer.resources
│   │   │       ├── HslCommunicationDemo.FormMail.resources
│   │   │       ├── HslCommunicationDemo.FormMcServer.resources
│   │   │       ├── HslCommunicationDemo.FormMelsec1EBinary.resources
│   │   │       ├── HslCommunicationDemo.FormMelsec3C.resources
│   │   │       ├── HslCommunicationDemo.FormMelsecAscii.resources
│   │   │       ├── HslCommunicationDemo.FormMelsecBinary.resources
│   │   │       ├── HslCommunicationDemo.FormMelsecLinks.resources
│   │   │       ├── HslCommunicationDemo.FormMelsecSerial.resources
│   │   │       ├── HslCommunicationDemo.FormModbus.resources
│   │   │       ├── HslCommunicationDemo.FormModbusAlien.resources
│   │   │       ├── HslCommunicationDemo.FormModbusAscii.resources
│   │   │       ├── HslCommunicationDemo.FormModbusRtu.resources
│   │   │       ├── HslCommunicationDemo.FormModbusServer.resources
│   │   │       ├── HslCommunicationDemo.FormOmron.resources
│   │   │       ├── HslCommunicationDemo.FormOmronCip.resources
│   │   │       ├── HslCommunicationDemo.FormOmronHostLink.resources
│   │   │       ├── HslCommunicationDemo.FormOmronUdp.resources
│   │   │       ├── HslCommunicationDemo.FormOpenProtocol.resources
│   │   │       ├── HslCommunicationDemo.FormPanasonicBinary.resources
│   │   │       ├── HslCommunicationDemo.FormPanasonicMew.resources
│   │   │       ├── HslCommunicationDemo.FormPieChart.resources
│   │   │       ├── HslCommunicationDemo.FormPushNet.resources
│   │   │       ├── HslCommunicationDemo.FormRedisClient.resources
│   │   │       ├── HslCommunicationDemo.FormRedisSubscribe.resources
│   │   │       ├── HslCommunicationDemo.FormRegister.resources
│   │   │       ├── HslCommunicationDemo.FormS7Server.resources
│   │   │       ├── HslCommunicationDemo.FormSeqCreate.resources
│   │   │       ├── HslCommunicationDemo.FormSerialDebug.resources
│   │   │       ├── HslCommunicationDemo.FormSiemens.resources
│   │   │       ├── HslCommunicationDemo.FormSiemensFW.resources
│   │   │       ├── HslCommunicationDemo.FormSiemensPPI.resources
│   │   │       ├── HslCommunicationDemo.FormSimplifyNet.resources
│   │   │       ├── HslCommunicationDemo.FormSimplifyNetAlien.resources
│   │   │       ├── HslCommunicationDemo.FormTcpDebug.resources
│   │   │       ├── HslCommunicationDemo.FormTrustedClient.resources
│   │   │       ├── HslCommunicationDemo.FormUdpNet.resources
│   │   │       ├── HslCommunicationDemo.FormYRC1000.resources
│   │   │       ├── HslCommunicationDemo.pdb
│   │   │       ├── HslCommunicationDemo.Properties.Resources.resources
│   │   │       ├── HslCommunicationDemo.Redis.RedisBrowser.resources
│   │   │       ├── HslCommunicationDemo.Robot.FormEfort.resources
│   │   │       ├── HslCommunicationDemo.Robot.FormEfortPrevious.resources
│   │   │       └── TempPE
│   │   ├── PLC
│   │   │   ├── FormAllenBrandly.cs
│   │   │   ├── FormAllenBrandly.Designer.cs
│   │   │   ├── FormAllenBrandly.resx
│   │   │   ├── FormFatekPrograme.cs
│   │   │   ├── FormFatekPrograme.Designer.cs
│   │   │   ├── FormFatekPrograme.resx
│   │   │   ├── FormFujiSPB.cs
│   │   │   ├── FormFujiSPB.Designer.cs
│   │   │   ├── FormFujiSPB.resx
│   │   │   ├── FormKeyenceAscii.cs
│   │   │   ├── FormKeyenceAscii.Designer.cs
│   │   │   ├── FormKeyenceAscii.resx
│   │   │   ├── FormKeyenceBinary.cs
│   │   │   ├── FormKeyenceBinary.Designer.cs
│   │   │   ├── FormKeyenceBinary.resx
│   │   │   ├── FormKeyenceNanoSerial.cs
│   │   │   ├── FormKeyenceNanoSerial.Designer.cs
│   │   │   ├── FormKeyenceNanoSerial.resx
│   │   │   ├── FormLsisCnet.cs
│   │   │   ├── FormLsisCnet.Designer.cs
│   │   │   ├── FormLsisCnet.resx
│   │   │   ├── FormLsisFEnet.cs
│   │   │   ├── FormLsisFEnet.Designer.cs
│   │   │   ├── FormLsisFEnet.resx
│   │   │   ├── FormLSisServer.cs
│   │   │   ├── FormLSisServer.Designer.cs
│   │   │   ├── FormLSisServer.resx
│   │   │   ├── FormMcServer.cs
│   │   │   ├── FormMcServer.Designer.cs
│   │   │   ├── FormMcServer.resx
│   │   │   ├── FormMelsec1EBinary.cs
│   │   │   ├── FormMelsec1EBinary.Designer.cs
│   │   │   ├── FormMelsec1EBinary.resx
│   │   │   ├── FormMelsec3C.cs
│   │   │   ├── FormMelsec3C.Designer.cs
│   │   │   ├── FormMelsec3C.resx
│   │   │   ├── FormMelsecAscii.cs
│   │   │   ├── FormMelsecAscii.Designer.cs
│   │   │   ├── FormMelsecAscii.resx
│   │   │   ├── FormMelsecBinary.cs
│   │   │   ├── FormMelsecBinary.Designer.cs
│   │   │   ├── FormMelsecBinary.resx
│   │   │   ├── FormMelsecLinks.cs
│   │   │   ├── FormMelsecLinks.Designer.cs
│   │   │   ├── FormMelsecLinks.resx
│   │   │   ├── FormMelsecSerial.cs
│   │   │   ├── FormMelsecSerial.Designer.cs
│   │   │   ├── FormMelsecSerial.resx
│   │   │   ├── FormOmron.cs
│   │   │   ├── FormOmron.Designer.cs
│   │   │   ├── FormOmron.resx
│   │   │   ├── FormOmronCip.cs
│   │   │   ├── FormOmronCip.Designer.cs
│   │   │   ├── FormOmronCip.resx
│   │   │   ├── FormOmronHostLink.cs
│   │   │   ├── FormOmronHostLink.Designer.cs
│   │   │   ├── FormOmronHostLink.resx
│   │   │   ├── FormOmronUdp.cs
│   │   │   ├── FormOmronUdp.Designer.cs
│   │   │   ├── FormOmronUdp.resx
│   │   │   ├── FormPanasonicBinary.cs
│   │   │   ├── FormPanasonicBinary.Designer.cs
│   │   │   ├── FormPanasonicBinary.resx
│   │   │   ├── FormPanasonicMew.cs
│   │   │   ├── FormPanasonicMew.Designer.cs
│   │   │   ├── FormPanasonicMew.resx
│   │   │   ├── FormS7Server.cs
│   │   │   ├── FormS7Server.Designer.cs
│   │   │   ├── FormS7Server.resx
│   │   │   ├── FormSiemens.cs
│   │   │   ├── FormSiemens.Designer.cs
│   │   │   ├── FormSiemens.resx
│   │   │   ├── FormSiemensFW.cs
│   │   │   ├── FormSiemensFW.Designer.cs
│   │   │   ├── FormSiemensFW.resx
│   │   │   ├── FormSiemensPPI.cs
│   │   │   ├── FormSiemensPPI.Designer.cs
│   │   │   └── FormSiemensPPI.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Redis
│   │   │   ├── FormRedisClient.cs
│   │   │   ├── FormRedisClient.Designer.cs
│   │   │   ├── FormRedisClient.resx
│   │   │   ├── FormRedisSubscribe.cs
│   │   │   ├── FormRedisSubscribe.Designer.cs
│   │   │   ├── FormRedisSubscribe.resx
│   │   │   ├── RedisBrowser.cs
│   │   │   ├── RedisBrowser.Designer.cs
│   │   │   └── RedisBrowser.resx
│   │   ├── Robot
│   │   │   ├── FormEfort.cs
│   │   │   ├── FormEfort.Designer.cs
│   │   │   ├── FormEfort.resx
│   │   │   ├── FormEfortPrevious.cs
│   │   │   ├── FormEfortPrevious.Designer.cs
│   │   │   ├── FormEfortPrevious.resx
│   │   │   ├── FormKuka.cs
│   │   │   ├── FormKuka.Designer.cs
│   │   │   ├── FormKuka.resx
│   │   │   ├── FormYRC1000.cs
│   │   │   ├── FormYRC1000.Designer.cs
│   │   │   └── FormYRC1000.resx
│   │   ├── Settings1.Designer.cs
│   │   └── Settings1.settings
│   ├── PushNetServer
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── HslCommunication.dll
│   │   │       ├── HslCommunication.pdb
│   │   │       ├── HslCommunication.xml
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── PushNetServer.exe
│   │   │       ├── PushNetServer.exe.config
│   │   │       └── PushNetServer.pdb
│   │   ├── FormServer.cs
│   │   ├── FormServer.Designer.cs
│   │   ├── FormServer.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── PushNetServer.csproj.CopyComplete
│   │   │       ├── PushNetServer.csproj.CoreCompileInputs.cache
│   │   │       ├── PushNetServer.csproj.FileListAbsolute.txt
│   │   │       ├── PushNetServer.csproj.GenerateResource.cache
│   │   │       ├── PushNetServer.csprojAssemblyReference.cache
│   │   │       ├── PushNetServer.exe
│   │   │       ├── PushNetServer.FormServer.resources
│   │   │       ├── PushNetServer.pdb
│   │   │       ├── PushNetServer.Properties.Resources.resources
│   │   │       └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── PushNetServer.csproj
│   ├── SimplifyNetTest
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── HslCommunication.dll
│   │   │       ├── HslCommunication.pdb
│   │   │       ├── HslCommunication.xml
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── SimplifyNetTest.exe
│   │   │       └── SimplifyNetTest.pdb
│   │   ├── FormInputAlien.cs
│   │   ├── FormInputAlien.Designer.cs
│   │   ├── FormInputAlien.resx
│   │   ├── FormServer.cs
│   │   ├── FormServer.Designer.cs
│   │   ├── FormServer.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── SimplifyNetServer.csproj.CopyComplete
│   │   │       ├── SimplifyNetServer.csproj.CoreCompileInputs.cache
│   │   │       ├── SimplifyNetServer.csproj.FileListAbsolute.txt
│   │   │       ├── SimplifyNetServer.csproj.GenerateResource.cache
│   │   │       ├── SimplifyNetServer.csprojAssemblyReference.cache
│   │   │       ├── SimplifyNetTest.exe
│   │   │       ├── SimplifyNetTest.FormInputAlien.resources
│   │   │       ├── SimplifyNetTest.FormServer.resources
│   │   │       ├── SimplifyNetTest.pdb
│   │   │       ├── SimplifyNetTest.Properties.Resources.resources
│   │   │       └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SimplifyNetServer.csproj
│   └── UdpNetServer
│       ├── bin
│       │   └── Debug
│       │       ├── HslCommunication.dll
│       │       ├── HslCommunication.pdb
│       │       ├── HslCommunication.xml
│       │       ├── Newtonsoft.Json.dll
│       │       ├── Newtonsoft.Json.xml
│       │       ├── UdpNetServer.exe
│       │       └── UdpNetServer.pdb
│       ├── FormUdpNetServer.cs
│       ├── FormUdpNetServer.Designer.cs
│       ├── FormUdpNetServer.resx
│       ├── obj
│       │   └── Debug
│       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │       ├── TempPE
│       │       ├── UdpNetServer.csproj.CopyComplete
│       │       ├── UdpNetServer.csproj.CoreCompileInputs.cache
│       │       ├── UdpNetServer.csproj.FileListAbsolute.txt
│       │       ├── UdpNetServer.csproj.GenerateResource.cache
│       │       ├── UdpNetServer.csprojAssemblyReference.cache
│       │       ├── UdpNetServer.exe
│       │       ├── UdpNetServer.FormUdpNetServer.resources
│       │       ├── UdpNetServer.pdb
│       │       └── UdpNetServer.Properties.Resources.resources
│       ├── Program.cs
│       ├── Properties
│       │   ├── AssemblyInfo.cs
│       │   ├── Resources.Designer.cs
│       │   ├── Resources.resx
│       │   ├── Settings.Designer.cs
│       │   └── Settings.settings
│       └── UdpNetServer.csproj
└── 软件自动更新
    ├── bin
    │   └── Debug
    │       ├── 软件自动更新.exe
    │       └── 软件自动更新.pdb
    ├── Class1.cs
    ├── Form2.cs
    ├── Form2.Designer.cs
    ├── Form2.resx
    ├── obj
    │   └── Debug
    │       ├── TempPE
    │       ├── 软件自动更新.csproj.CoreCompileInputs.cache
    │       ├── 软件自动更新.csproj.FileListAbsolute.txt
    │       ├── 软件自动更新.csproj.GenerateResource.cache
    │       ├── 软件自动更新.exe
    │       ├── 软件自动更新.Form2.resources
    │       ├── 软件自动更新.pdb
    │       └── 软件自动更新.Properties.Resources.resources
    ├── Program.cs
    ├── Properties
    │   ├── AssemblyInfo.cs
    │   ├── Resources.Designer.cs
    │   ├── Resources.resx
    │   ├── Settings.Designer.cs
    │   └── Settings.settings
    ├── System_Update.ico
    ├── Updates.ico
    └── 软件自动更新.csproj

316 directories, 1619 files