Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #104617

Re: Remote Rsponse Socket Connection

From Marko Rauhamaa <marko@pacujo.net>
Newsgroups comp.lang.python
Subject Re: Remote Rsponse Socket Connection
Date 2016-03-11 15:35 +0200
Organization A noiseless patient Spider
Message-ID <87y49pf889.fsf@elektro.pacujo.net> (permalink)
References <mailman.20.1457702244.26429.python-list@python.org>

Show all headers | View raw


Joaquin Alzola <Joaquin.Alzola@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

RE: Remote Rsponse Socket Connection Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-03-11 13:17 +0000
  Re: Remote Rsponse Socket Connection Marko Rauhamaa <marko@pacujo.net> - 2016-03-11 15:35 +0200
    RE: Remote Rsponse Socket Connection Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-03-11 14:31 +0000

csiph-web