Simple IPA Client Viewer to test vpr server functionality.
- CMake 3.5 or higher
- C++17 compatible compiler
- Qt5 or Qt6
-
ubuntu 20.04
-
Qt5 (!!! not tested with Qt6)
- Clone the repository:
git clone [email protected]:w0lek/IPAClient.git
cd IPAClient
- Create a build directory and navigate into it:
mkdir build
cd build
- Run CMake to configure the project:
cmake ..
- Build the project:
cmake --build .
After building, you can run the application with:
./IPAClient
In App window, press [Configuration] button and setup valid vpr binary file path as shown in the picture
Note: The IPAClient will runs server internally, so user don't have to deal with manual vpr instance running in server mode.