/QtNetworkProgramming

This repo contains 2 projects for client and server application in Qt framework.

Primary LanguageC++MIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Qt Network Programming

This repo contains 2 application for a full client/server application demo
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen Shot Product Name Screen Shot

Here with this project we're going to learn about the basics of network programming in Qt framework. This repo contains 2 projects one for client application and the other act as the server. Here we focus on TCP protocol and in future I'll cover how to use UDP for communication also.

(back to top)

Built With

  • Qt v6.0

(back to top)

Getting Started

To get start with this project I recommand to watch the Demo video on youtube

Prerequisites

Download and install Qt on your machine from it's official site (https://www.qt.io/) based on your OS.

Installation

  1. Clone the repo
    git clone https://github.com/vRFEducation/QtNetworkProgramming.git
  2. Open project in Qt Creator
  3. Run qmake in Build menu (for both client and server)
  4. Run the Application (both client and server)

(back to top)

Usage

Communicating between 2 application on different machine or even connect to a device that support TCP/IP and send data over this protocol, is widely used in industries applications. So here I'm gonna create a clien/server application to show how you can establish such kind of connections between application and trasnfer data in 2-way commuinication.

(back to top)

Roadmap

  • Use UDP as the protocol for communication

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

(back to top)

Contributing

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

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Vahid Rahmanifard - linkedin-url - rahmanifard@live.com

Project Link: https://github.com/vRFEducation/QtNetworkProgramming

(back to top)