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
- Host: GitHub
- URL: https://github.com/yjg30737/qt-spring-tcp-server-example
- Owner: yjg30737
- License: mit
- Created: 2025-11-02T02:08:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-02T09:24:26.000Z (8 months ago)
- Last Synced: 2025-11-02T11:28:05.603Z (8 months ago)
- Topics: embedded, kotlin, qt, qt-kotlin, qt-spring, qt-tcp-server, spring
- Language: Kotlin
- Homepage:
- Size: 475 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

6. Configure project

7. Run (Press F5 Key in Qt Creator)
## Preview
### Client
https://github.com/user-attachments/assets/27180622-7e39-4faf-af9b-d673acd05c99
### Server

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