An open API service indexing awesome lists of open source software.

https://github.com/yjg30737/qt-spring-tcp-server-example

Basic example of TCP server communication between Qt and Kotlin
https://github.com/yjg30737/qt-spring-tcp-server-example

embedded kotlin qt qt-kotlin qt-spring qt-tcp-server spring

Last synced: about 2 months ago
JSON representation

Basic example of TCP server communication between Qt and Kotlin

Awesome Lists containing this project

README

          

# qt-spring-tcp-server-example
This project was created to understand and develop skills in Qt-based network communication, which is frequently used in medical device development that can be applied to advanced technologies that will help treat incurable diseases and extend lifespan, as well as embedded software that will advance in the future.
The reason for using Kotlin-based Spring is that it is frequently used under the Korean e-Government Framework.

## How to Run
1. git clone ~
2. cd backend
3. gradlew bootRun
4. Install Qt6 and Qt Creator
5. Open project with Qt Creator (You should choose CMakeLists.txt)
![alt text](qt.png)
6. Configure project
![alt text](qt_configure.png)
7. Run (Press F5 Key in Qt Creator)

## Preview
### Client
https://github.com/user-attachments/assets/27180622-7e39-4faf-af9b-d673acd05c99
### Server
![alt text](spring_console.png)

## Project Implementation Purpose
- Prototype for implementing embedded software
- Will be utilized in medical device software, drones, etc. in the future