QT Application to control client socket

Emmanuel Buckshi 8e5c257c4a Merge pull request #8 from StronglogicSolutions/defaultFileDir il y a 5 ans
.circleci dcf2f999c7 new production dockerfile il y a 5 ans
headers 734d096a8d added comments and chose better variable name for key (s wtf?) il y a 5 ans
icons ac803382bd forgot log file il y a 5 ans
include 951279d0a0 overriding QDialog`s accept method to not close the dialog. Only close if `Close` is clicked il y a 5 ans
src 0a6705a4d5 latest update with default clearing behaviour il y a 5 ans
style d0e477109e changed UI to have a big connect button on first render, which disappears after connecting il y a 5 ans
.gitignore cd13d06255 removing ui header files which get auto generated il y a 5 ans
README.md 557b48f950 Updating README il y a 5 ans
argdialog.ui 0a6705a4d5 latest update with default clearing behaviour il y a 5 ans
consoledialog.ui 0a6705a4d5 latest update with default clearing behaviour il y a 5 ans
favicon.ico 34d8431716 major work on sending files il y a 5 ans
kres.qrc 0a6705a4d5 latest update with default clearing behaviour il y a 5 ans
ky_gui.pro 191c806a30 finally control over file dialog appearance il y a 5 ans
kygen.dox b649e730fd preliminary doxygen docs il y a 5 ans
kygui_docs.css b649e730fd preliminary doxygen docs il y a 5 ans
mainwindow.ui 0a6705a4d5 latest update with default clearing behaviour il y a 5 ans

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>