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


Groups > comp.lang.python > #70931

Re: socket client and server in one application?

X-Received by 10.58.111.202 with SMTP id ik10mr17263279veb.4.1399314379486; Mon, 05 May 2014 11:26:19 -0700 (PDT)
X-Received by 10.182.96.133 with SMTP id ds5mr57123obb.16.1399314379213; Mon, 05 May 2014 11:26:19 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!hw13no545363qab.0!news-out.google.com!gi6ni747igc.0!nntp.google.com!r10no930495igi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Mon, 5 May 2014 11:26:19 -0700 (PDT)
In-Reply-To <2db82378-5bb3-4a5c-b9e0-7ccb29760a06@googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=123.192.36.213; posting-account=5JdMBQoAAABHnS4mjpqEzxnmWtgiiVNw
NNTP-Posting-Host 123.192.36.213
References <2db82378-5bb3-4a5c-b9e0-7ccb29760a06@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <f383acdf-b5ac-4f68-b145-45de28f6e2f4@googlegroups.com> (permalink)
Subject Re: socket client and server in one application?
From CHIN Dihedral <dihedral88888@gmail.com>
Injection-Date Mon, 05 May 2014 18:26:19 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.python:70931

Show key headers only | View raw


On Monday, May 5, 2014 11:33:38 PM UTC+8, ch...@freeranger.com wrote:
> I have a python script that uses a serial port to read data from an xbee radio and it delivers the data to a socket server.
> 
> 
> 
> Now I need to retrieve the data from a socket client so I can send data out on the common serial port.
> 
> 
> 
> I think I need a combination of threads, queues, socket client and sever.
> 
> 
> 
> Anyone have ideas about how I might frame this out?
> 
> 
> 
> Thanks in advance,
> 
> Chris.
I did this kind of projects in 1999-2002 for taxie call out services in object pascal from Borland in paid jobs.

In python, check the urlib.


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


Thread

socket client and server in one application? chris@freeranger.com - 2014-05-05 08:33 -0700
  Re: socket client and server in one application? Marko Rauhamaa <marko@pacujo.net> - 2014-05-05 18:38 +0300
  Re: socket client and server in one application? CHIN Dihedral <dihedral88888@gmail.com> - 2014-05-05 11:26 -0700
  Re: socket client and server in one application? Grant Edwards <invalid@invalid.invalid> - 2014-05-05 19:47 +0000
  Re: socket client and server in one application? chris@freeranger.com - 2014-05-05 15:37 -0700
    Re: socket client and server in one application? Chris Angelico <rosuav@gmail.com> - 2014-05-06 09:05 +1000
      Re: socket client and server in one application? chris@freeranger.com - 2014-05-15 21:59 -0700

csiph-web