Create README.md

This commit is contained in:
Freud, Kang 2017-06-15 16:32:08 +08:00 committed by GitHub
parent f815bc575d
commit 430c23ced5

View File

@ -1,22 +1,22 @@
##OPC_Client ## OPC_Client
OPC client examples include [utgard](http://openscada.org/projects/utgard/) and [jeasyopc](http://sourceforge.net/projects/jeasyopc/?source=navbar) OPC client examples include [utgard](http://openscada.org/projects/utgard/) and [jeasyopc](http://sourceforge.net/projects/jeasyopc/?source=navbar)
Also for the real produce environment, there's two example for <b>performance</b> test. Also for the real produce environment, there's two example for <b>performance</b> test.
##已完成 ## 已完成
`Utgard`部分已经全部完成 `Utgard`部分已经全部完成
##Next Step ## Next Step
+ JeasyOPC继续压力测试 + JeasyOPC继续压力测试
+ 40W点下异步的时间 + 40W点下异步的时间
+ 异步下多少线程数是最好的 + 异步下多少线程数是最好的
##现在依然存在的问题 ## 现在依然存在的问题
+ JeasyOPC发布订阅的实现 + JeasyOPC发布订阅的实现
+ JeasyOPC异步的源码实现 + JeasyOPC异步的源码实现
##资源 ## 资源
+ `OPC_Client_Jeasyopc` JeasyOPC的测试Example + `OPC_Client_Jeasyopc` JeasyOPC的测试Example
+ `OPC_Client_Jeasyopc_Perfermance` JeasyOPC的压力测试Example + `OPC_Client_Jeasyopc_Perfermance` JeasyOPC的压力测试Example
+ `OPC_Client_Utgard` Utgard的测试Example + `OPC_Client_Utgard` Utgard的测试Example
@ -25,5 +25,5 @@ Also for the real produce environment, there's two example for <b>performance</b
+ `学习笔记` 个人OPC学习笔记和一个测试结果文档`OPC压力测试结果统计` + `学习笔记` 个人OPC学习笔记和一个测试结果文档`OPC压力测试结果统计`
+ `安装文件` 一个OPC Server 模拟器 ·Matrikon Simulation OPC Server· + `安装文件` 一个OPC Server 模拟器 ·Matrikon Simulation OPC Server·
##学习笔记 ## 学习笔记
+ [个人学习OPC学习笔记](http://www.hifreud.com/tag/#OPC-ref) + [个人学习OPC学习笔记](http://www.hifreud.com/tag/#OPC-ref)