Python Forum
How to use a UDP server and client to setup a chat
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use a UDP server and client to setup a chat
#2
How much of this do you want to write yourself? If you use Twisted, you can have a basic udp client and server done very quickly.

A server doesn't have any clients at first. Clients connect to it, and register themselves as listeners. So adding a second client is exactly as difficult as adding the first.
Reply


Messages In This Thread
RE: How to use a UDP server and client to setup a chat - by nilamo - Mar-08-2017, 09:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Networking Issues - Python GUI client and server connection always freezes Veritas_Vos_Liberabit24 0 762 Mar-21-2023, 03:18 AM
Last Post: Veritas_Vos_Liberabit24
  Setup host for consistent data transfer to client via TCP Gustav97 0 719 Jun-27-2022, 07:33 PM
Last Post: Gustav97
  creating python server and client in a pc kucingkembar 4 2,053 Nov-29-2021, 01:37 PM
Last Post: kucingkembar
  Real-Time output of server script on a client script. throwaway34 2 2,095 Oct-03-2021, 09:37 AM
Last Post: ibreeden
  How to take the tar backup files form remote server to local server sivareddy 0 1,937 Jul-14-2021, 01:32 PM
Last Post: sivareddy
Question download watsapp chat Orliv 1 1,776 Jan-26-2021, 07:01 PM
Last Post: Larz60+
  Python sockets : Client sending to the server nico31780 0 2,373 May-17-2020, 07:56 PM
Last Post: nico31780
  Chat bot akanowhere 16 5,972 Dec-12-2019, 02:47 PM
Last Post: akanowhere
  client-server pictures mcgrim 4 3,006 Oct-25-2019, 09:53 PM
Last Post: micseydel
  I am trying to send message in youtube live chat stylohunk 1 2,611 Jun-08-2019, 04:06 PM
Last Post: SheeppOSU

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020