原创 cvshelper使用指南

csvhelper是c#中操作csv文件的第三方庫。網址:https://github.com/JoshClose/CsvHelper 打開讀取文件: var reader = new CsvReader(new StreamReade

原创 PI ODBC驅動安裝及測試

1、概述 PIODBC 是OSI提供的接口,該接口可以用來與PI Server通信。在本地服務器中安裝部署完成之後,通過創建相應的ODBC數據源,可以完成開發程序對PI Server的連接。 2、系統要求 1、  軟件爲:piodbc_

原创 freesql

C#開發通用數據庫管理軟件 開源,有源代碼 http://freesql.host.org/files/ 點贊 收藏 分享 文章舉報 sudaobo 發佈了143 篇原創文章

原创 PI SDK連接服務器和讀取PI測點數據

見下面的例子,使用C#: using System; using System.Collections.Generic; using System.Linq; using System.Text; using PISDK; using

原创 centos emqttd 筆記

使用rpm包安裝,可以到官網(“http://www.emqtt.com/downloads”)下載配置文件目錄:/etc/emqttd/修改配置文件,如下:## Allow Anonymous Authentication.#### N

原创 zookeeper c client編譯

cygwin環境: 進入“\zookeeper-3.4.10\src\c”目錄 ./configure make make install windows環境: 使用visual studio 2008編譯, visual studio

原创 mosquitto_sub和mosquitto_pub單向SSL認證使用

 mosquitto_sub -h 192.168.2.252 --insecure -u test -P 1234 -t /em/test -p 8883 -v -d --cafile /home/sudaobo/wp/certs/ca

原创 centos7 安裝epel-release rpm

Download the latest epel-release rpm fromhttp://dl.fedoraproject.org/pub/epel/7/,下載rpm文件Install epel-re

原创 centos安裝epel-release rpm

Download the latest epel-release rpm fromhttp://dl.fedoraproject.org/pub/epel/7/,下載rpm文件Install epel-re

原创 windows安裝eclipse/paho.mqtt.golang

1、從github下載golang.org/x/net/websocket包,運行“git clone https://github.com/golang/net” 2、將net目錄拷貝或移動到"$GOPATH\src\golang.or

原创 在centos7上安裝teamviewer host 13

1、下載rpm安裝包到teamviewer官網上下載redhat/centos版的安裝包,網址“https://www.teamviewer.com/en/download/linux/”。安裝包名如“teamviewer-host_13

原创 Visual Studio編譯libmodbus

Visual Studio 2013 git clone git://github.com/stephane/libmodbus,下載libmodbus代碼包。雙擊“\libmodbus\src\win32”目錄下的“configur

原创 goproxy作爲tcp反向代理使用簡介

例1: gogroxy作爲tcp反向代理使用,需要一臺具有公網IP地址的服務器,公網服務器和內網服務器在內網網絡上是聯通的。通過goproxy將內網服務器的內部端口,在公網服務器上暴露出來。 gogroxy軟件網站:“https://gi

原创 centos7上運行 ultravnc repeater

ultravnc repeater默認運行在windows。下面介紹基於wine軟件在centos7上運行ultravnc repeater(模式2)的方法。1、ultravnc repeater編譯從官網下載ultravnc repea

原创 cygwin編譯paho.mqtt.c-1.1.0

下載源文件包,解壓縮 進入源代碼目錄 cmake ./src make make install