Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

Quote:If the details of the server and the protocol used by the client and server aren't publicly available What do you mean by that? I have the client but i want to make server emulator to make it on...
Chapanson Networking 21 7,822 Aug-18-2020, 08:46 AM
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

No problem, details of the game doesn't matter.Yeah i've searched in many places but couldn't find anything people only said socket module but that's not for making server emulator. about reverse engi...
Chapanson Networking 21 7,822 Aug-18-2020, 08:09 AM
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

(Aug-18-2020, 03:55 AM)ndc85430 Wrote: 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 ...
Chapanson Networking 21 7,822 Aug-18-2020, 07:33 AM
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

Mediaserver is basicly a client Server Emulator is the reimplementation of online game servers, typically as clones of proprietary commercial software by a third party of the game community. The priva...
Chapanson Networking 21 7,822 Aug-18-2020, 03:37 AM
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

ndc85430, i mean making server the way i said, also let me clarify a bit. I already have a Mediaserver of a game and i want to make a server emulator. Larz60+ yes i already saw his suggestion but i w...
Chapanson Networking 21 7,822 Aug-17-2020, 06:05 AM
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

I actually don't know how to make a server currently and i think i need to analyse network traffic to capture packets and make server like that but ok.
Chapanson Networking 21 7,822 Aug-16-2020, 04:39 AM
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

(Aug-15-2020, 09:24 AM)ndc85430 Wrote: Say more about what it is you want to do. What kind of server, i.e. what are you planning to use it for? Are you trying to roll your own protocol instead of us...
Chapanson Networking 21 7,822 Aug-16-2020, 12:43 AM
    Thread: How can i create a server for already existing client using Python?
Post: RE: How can i create a server for already existing...

(Aug-14-2020, 02:33 AM)Larz60+ Wrote: you can search server packages on Pypi: https://pypi.org/search/?q=server&o= might also look at packets: https://pypi.org/search/?q=packet&o=that doesn'...
Chapanson Networking 21 7,822 Aug-14-2020, 04:56 PM
    Thread: How can i create a server for already existing client using Python?
Post: How can i create a server for already existing cli...

I am really researching for 2 days now but i can't find any clear thing about that . Can Someone explain which modules i have to learn and which programs to use to capture packets **think** ? I reall...
Chapanson Networking 21 7,822 Aug-13-2020, 09:43 PM

User Panel Messages

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