Skip to content

fangfang94/mtexplorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTExplorer is an UI application to demonstrate the connectivity with MT agents. The info returned from MT agents can be shown in original XML format or translated to HTML with corresponding style sheet. It is designed using Qt (https://www.qt.io/) so it can run in multiple platforms including MacOS, Windows, iPhone and Android devices.

Here are some screenshots from various platforms:

MacOS

MacOS

Windows

Windows

iPhone

iPhone

Android

Android

Building

Download and install qt from qt

Download and install Xcode for iPhone from Apple

Download and install Android SDK for Android devices from Google

Open the MTExplorer.pro Qt project file. It should automatically detect the installed platform SDK. Update any configuations if needed. Compile and Run.

For Android and Windows platform, if the MT agents are using https secure protocol, download openssl from openssl. For Android platforms, generate openssl shared libraries based on the target Android's device architect and update MTExplorer.pro to include the location of openssl libraries. For Windows, after the build, add the location of libcrypto.dll and libssl.dll to the PATH system variable and restart Qt.

v1.1.0 Release Notes

  1. Allow XML text to be selectable.
  2. Nicely display XML responses from v1.5 MT Agents

v1.1.1 Release Notes

  1. Support displaying json responses from v1.5 MT Agents
  2. Reorganize the menu items

v1.1.2 Release Notes

  1. Move prebuilt binary packages to release tab
  2. Color alternating rows to improve the readability of tables.
  3. Use different column attributes and colors for Samples/Events/Conditions tables.

Pre-built Binary Releases

Windows and MacOS pre-built binaries are available in the release tab:

https://github.com/mtconnect/mtexplorer/releases

About

A QT Client for MTConnect

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.7%
  • XSLT 29.5%
  • QMake 6.1%
  • Batchfile 1.7%