Python Forum
How can i create a server for already existing client using Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can i create a server for already existing client using Python?
#15
So, your immediate task is to analyse the network traffic in order to understand the protocol this game uses so you can implement the server?

1. Are you sure there are no libraries that do this already?

2. If you do need to look at the traffic, why do you need to do so programmatically? Would it not be easier to use Wireshark?

3. What other file formats do you want to read the data from, if not the ones supported by tcpdump, Wireshark, etc.? Does whatever is producing those not have a library to read them? What's also wrong with capturing the live traffic?

Do you actually know anything about networking at all?
Reply


Messages In This Thread
RE: How can i create a server for already existing client using Python? - by ndc85430 - Aug-18-2020, 03:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Paramiko Server -- Exception (server): Error reading SSH protocol banner ujlain 3 5,561 Jul-24-2023, 06:52 AM
Last Post: Gribouillis
  Client/Server proper finalizing transfer wolfman5874 1 1,617 Jul-04-2022, 07:35 PM
Last Post: wolfman5874
Bug Problem connecting TLS client written in C++ and Twisted server gpropf 0 1,531 Jun-12-2022, 05:57 PM
Last Post: gpropf
  Server/client basic communication ebolisa 0 2,152 Sep-30-2021, 12:22 PM
Last Post: ebolisa
  Client server Multithreading Anan 6 6,290 Apr-21-2021, 08:19 PM
Last Post: SheeppOSU
Question Trouble with Client/Server reverse Shell! Gilush 0 2,899 Feb-03-2021, 01:04 PM
Last Post: Gilush
  Basic client server code question swisscheese 4 3,437 Dec-12-2020, 08:51 AM
Last Post: Larz60+
  Simple TCP Client and TCP Server Problem Vapulabis 5 4,608 Jul-12-2020, 05:09 PM
Last Post: ndc85430
  how to send an image from server to client using PICKLE module dafdaf 1 3,243 Jun-02-2020, 01:08 PM
Last Post: nuffink
  how can i send a list of tuples from the server to the client using sockets? dafdaf 1 4,109 Apr-13-2020, 10:51 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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