Crypto Client-Server QCA

Crypto Client-Server QCA

Aurora OS application to demonstrate working with the crypto Client-Server by using QCA API, implements TLS socket.

RU | EN


CryptoServer

Aurora OS applications to demonstrate working with TLS socket.

The applications is used to demonstrate how to work with the QCA API.

The applications allow to:

  • Connect to the host using TLS socket,
  • Send a message to the server using TLS socket.

The project uses the qca2-qt5 library dependency.

Table of Contents

  1. Table of Contents
  2. Compatibility
  3. Features of use and build
  4. Branch info
  5. Install and Run
  6. Screenshots
  7. Known errors
  8. Project Structure
  9. Terms of Use and Participation in Development

Compatibility

The application is working correctly since 5.1.3.45 version of Aurora OS.

Features of use and build

This example being built using the Aurora SDK: Documentation

Branch info

Branches

Install and Run

The project being built in the usual way using the Aurora SDK: Documentation.

Screenshots

screenshots

Known errors

The project has the following limitations:

  • There is no the SASL server and client implementation.
  • There is no the SSL server and client implementation.

Project Structure

The project has a standard structure of an application based on C++ and QML for Aurora OS.

  • CryptoServer directory contains a project of the application to test crypto servers.
    • CMakeLists.txt file describes the project structure for the CMake build system.
    • icons directory contains application icons for different screen resolutions.
    • qml directory contains the QML source code and the UI resources.
      • cover directory contains the application cover implementations.
      • icons directory contains the custom UI icons.
      • pages directory contains the application pages.
      • CryptoServer.qml file provides the application window implementation.
    • rpm directory contains the rpm-package build settings.
    • src directory contains the C++ source code.
      • main.cpp file is the application entry point.
    • translations directory contains the UI translation files.
    • ru.auroraos.CryptoServer.desktop file defines the display and parameters for launching the application.
  • CryptoClient directory contains a project of the application to test crypto clients.
    • CMakeLists.txt file describes the project structure for the CMake build system.
    • icons directory contains application icons for different screen resolutions.
    • qml directory contains the QML source code and the UI resources.
      • cover directory contains the application cover implementations.
      • icons directory contains the custom UI icons.
      • pages directory contains the application pages.
      • CryptoClient.qml file provides the application window implementation.
    • rpm directory contains the rpm-package build settings.
    • src directory contains the C++ source code.
      • main.cpp file is the application entry point.
    • translations directory contains the UI translation files.
    • ru.auroraos.CryptoClient.desktop file defines the display and parameters for launching the application.

Terms of Use and Participation in Development

The source code of the project is provided under the license, which allows it to be used in third-party applications.

Contributor License Agreement The contributor agreement documents the rights granted by contributors of the Open Mobile Platform.

Information about the contributors is specified in the AUTHORS file.

Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.