Skip to content

yongchaowu/mtexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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 the 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.

Binary Releases v1.0.0

Download MacOS Installation

Download Windows Installation