Skip to content

simple IPA Client Viewer to test vpr server functionality

Notifications You must be signed in to change notification settings

w0lek/IPAClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPAClient

Overview

Simple IPA Client Viewer to test vpr server functionality.

Prerequisites

  • CMake 3.5 or higher
  • C++17 compatible compiler
  • Qt5 or Qt6

Tested

  • ubuntu 20.04

  • Qt5 (!!! not tested with Qt6)

Building the Project

  1. Clone the repository:
git clone [email protected]:w0lek/IPAClient.git
cd IPAClient
  1. Create a build directory and navigate into it:
mkdir build
cd build
  1. Run CMake to configure the project:
cmake ..
  1. Build the project:
cmake --build .

Running the Application

After building, you can run the application with:

./IPAClient

Minimal viable configuration

In App window, press [Configuration] button and setup valid vpr binary file path as shown in the picture ipaclient_vpr_filepath_setup

Note: The IPAClient will runs server internally, so user don't have to deal with manual vpr instance running in server mode.

About

simple IPA Client Viewer to test vpr server functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published