Centos下安裝QtCreator以及Qt庫
到以下網址下載對應Qtcreator以及Qt庫http://go.rritw.com/qt-project.org/downloads#qt-lib
1: sudo apt-get install build-essential linux-headers-$(uname -r)
1: $ wget -c http://goo.gl/JXy7L -O VMware-Player-5.0.2-1031769.x86_64.bundle.tar
2: $ tar -xvf VMware-Player-5.0.2-1031769.x86_64.bundle.tar
3: $ chmod +x VMware-Player-5.0.2-1031769.x86_64.bundle
4: $ sudo sh VMware-Player-5.0.2-1031769.x86_64.bundle
How to install VMware Player on 32 bit systems:
1: $ wget -c http://goo.gl/4oy6G -O VMware-Player-5.0.2-1031769.i386.bundle.tar
2: $ tar -xvf VMware-Player-5.0.2-1031769.i386.bundle.tar
3: $ chmod +x VMware-Player-5.0.2-1031769.i386.bundle
4: $ sudo sh VMware-Player-5.0.2-1031769.i386.bundle
MOdBus: libmodbus
其他參考 => QModMaster is based on QModBus <http://sourceforge.net/projects/qmodbus/> and libmodbus 3.0.1 <http://www.libmodbus.org/>. Supports both Windows and Linux.
SNMP : net snmp
其他參考 =>
qt-snmp : provides a SNMP GUI client using Qt and net-snmp libraries, additionally, a graphical view of the agent network nodes(currently under development)!
Description
SNMPMonitor is a tool to monitor SNMP devices. It is based on Qt and on the Net-SNMP library.
It reads from devices like routers, printers or a snmp-deamon, and displays received data graphically.