Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a basic Python socket communication setup for client-server interaction #119

Open
sitamgithub-MSIT opened this issue Jan 4, 2024 · 2 comments
Assignees

Comments

@sitamgithub-MSIT
Copy link
Contributor

Overview:

  • Enable communication between a server and client nodes.

Server Side:

  1. Create a server socket.
  2. Bind to an IP and port.
  3. Listen and accept client connections.
  4. Handle communication and close the server socket.

Client Side:

  1. Create a client socket.
  2. Connect to the server with an IP and port.
  3. Send requests or data to the server.
  4. Close the client socket.

Execution:

  • Run server script (python server.py).
  • Run client script (python client.py).

This issue outlines the essential steps for setting up a simple Python socket communication system for client-server interaction.

@sitamgithub-MSIT
Copy link
Contributor Author

@shrey141102 Can you assign me this issue, please, under the KWOC 2023 contribution?

@shrey141102
Copy link
Owner

yes you can do it. Try adding a GUI kinda thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants