QT Application to control client socket

logicp a4c34fcc5e removing json library which is never used преди 4 години
.circleci 652fe63be2 removing param being passed for build id of artifact преди 5 години
headers a4c34fcc5e removing json library which is never used преди 4 години
icons ac803382bd forgot log file преди 5 години
include 4154f70b32 refactor almost complete, including use of new Task type in client преди 4 години
src 4154f70b32 refactor almost complete, including use of new Task type in client преди 4 години
style d0e477109e changed UI to have a big connect button on first render, which disappears after connecting преди 5 години
.gitignore 149a9ef824 fixing merge преди 5 години
README.md 557b48f950 Updating README преди 5 години
argdialog.ui 5032d89870 preliminary work implementing users config and new dropdown in argdialog преди 5 години
consoledialog.ui 0a6705a4d5 latest update with default clearing behaviour преди 5 години
favicon.ico 34d8431716 major work on sending files преди 5 години
kres.qrc 0a6705a4d5 latest update with default clearing behaviour преди 5 години
ky_gui.pro b3e46a5274 fixing more imports преди 5 години
kygen.dox b649e730fd preliminary doxygen docs преди 5 години
kygui_docs.css b649e730fd preliminary doxygen docs преди 5 години
mainwindow.ui 8d7441aed2 fixing imports преди 5 години

README.md

KYGUI

KY GUI is a socket client business application for KStyleYo, providing them with oversight and control of their digital operations

Features

  • Interface for user-configurable, delegated and parametrized process execution
  • Compatibility with the KIQ messaging protocol
  • Observation of KStyleYo's digital business operations

Installation / Deployment

Note: You must be running a Linux operating system with an X11 based Desktop Environment. Your X Server must be permitted to accept connections from localhost.

Docker is the preferred method of running KY GUI.

  1. Navigate to https://hub.docker.com/repository/registry-1.docker.io/logicp/ky_gui/tags?page=1 to see a list of images
  2. From the command line, login to docker hub and pull the production image
    • docker pull logicp/ky_gui:production
  3. Run the container while linking the X11 socket from your X Server
    • docker run --device /dev/dri/ -it --network host -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY logicp/ky_gui:production ./ky_gui <KServer IP> <Port> <Optional Argument>