/LZXConsole

LZX Console is a cross-platform desktop application for managing serial communication between the desktop environment and embedded hardware devices.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Contributors Forks Stargazers Issues MIT License Automated Release Notes by gren


LZX Industries Logo

LZX Console

LZX Console is a cross-platform desktop application for managing serial communication between the desktop environment and embedded hardware devices.
Explore The Documentation »

Report Bug · Request Feature

Table of Contents

About The Project

LZX Console was written to serve as a cross-platform application for firmware upgrade and testing of LZX Industries hardware devices. We'd like to share our work with others who have a need for such a cross-platform application.

LZX Console is built on a multi-component installer, so it is intended to serve as a single application to manage multiple expansion components, and serve user upgrades without requiring the download and installation of a new package.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Qt 5.14.2
  • Qt Installer Framework 3.2.2
  • CMake 3.16

Installation

  1. Clone
git clone https://github.com/lzxindustries/lzxconsole.git
  1. Build
cd lzxconsole
mkdir build
cd build
cmake --build .

Usage

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU GPL v3. See LICENSE for more information.

Contact

The LZX Team - support@lzxindustries.net - https://www.lzxindustries.net

Acknowledgements