Remote Rsponse Socket Connection

Marko Rauhamaa marko at pacujo.net
Fri Mar 11 08:35:18 EST 2016


Joaquin Alzola <Joaquin.Alzola at lebara.com>:

> I received this from a socket connection. This is the received data:
>
> Adding more info --> the response is a mixture of hex numbers + ascii
>
> [...]
>
> How is the best way to decode such reply from server?

https://docs.python.org/3/library/struct.html#examples


Marko



More information about the Python-list mailing list