Server and client on Raspberry Pi

Click For Summary
To establish multiple client connections to a server in Python, particularly for communication between Raspberry Pis, the socket library is essential. The project involves one server managing five clients, where each client must wait for the previous client's task to complete before connecting. A suggested solution is to implement a queue system on the server, which allows it to hold other clients until the current task is finished. Additionally, ZeroMQ is recommended as an alternative to standard sockets, offering enhanced capabilities for connecting machines across a network. This approach can simplify the management of client-server communication and task handling.
mizieahmad
Messages
15
Reaction score
1
May I know how to make multiple client connected to a server in python language. I want to communicate one Raspberry Pi to other Raspberry Pi using the python. What I knew, it need to used function socket. i will explain my project. There are contain 5 clients and 1 server. A server will open the connection socket. when a client1 connected to it, it will run the specific task. If other client such as client 2 want to connected to the server and run the specific task, it need to wait until the task of client 1 is not finished. Same step for client 3,4 and 5.

May i know how to do that, just give me the idea or what the socket function that i need to used. I appreciate your reply.
 
Technology news on Phys.org
Thank to everyone for helping me to solve the problems. Now, can got the solution. By using the queue, it make the server hold the other client when a client is not finishing its work.
 
Sorry my mistake, thanks to Jedishrfu for helping me solve this problem. Thank you for your time and attention.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 29 ·
Replies
29
Views
5K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 39 ·
2
Replies
39
Views
7K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
7
Views
3K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K