Python - How to make a packet logger from a server?
Hello, I was wondering how do I create a packet logger in python that would have the following functionality:
- Receiving information from the game server, Example : I clicked on a button it would have to return the package that the server sent to represent this action
What modules would I have to use so I could do this program?
Obs : If you do not understand what I meant by the post, comment what you did not understand so I could explain it better!