Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. 3 Client 1 server
Qt 6.11 is out! See what's new in the release blog

3 Client 1 server

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 2 Posters 595 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    burcuvera
    wrote on last edited by
    #1

    There will be 2 buttons and 1 led file as 2 clients, then 3 files will be listened through 1 server file. When 2 buttons are clicked, the led will light on the console screen of the other led file. can you help me with this project?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Well, currently no. Your description is pretty cryptic.

      Please rephrase your post to make it clearer. Maybe some picture of what you would like to achieve would help.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      B 1 Reply Last reply
      0
      • B Offline
        B Offline
        burcuvera
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi and welcome to devnet,

          Well, currently no. Your description is pretty cryptic.

          Please rephrase your post to make it clearer. Maybe some picture of what you would like to achieve would help.

          B Offline
          B Offline
          burcuvera
          wrote on last edited by
          #4

          @SGaist I want to make 4 files, 3 client files and 1 server file communicate via Qt Creator.

          Two files will be button1 and button2. When they are clicked, the led will be on in the console of my other client file. All these operations will be done by the server file.![

          Adsız.png

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Ok, so, in fact, you want to write one server application which will be contacted by two client applications.

            The number of files and number of applications are unrelated.

            One thing you can do is take a look at Qt's network classes to write your application. You should also check the various examples in the network module.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved