On 25 Jan 2005 at 16:01, James Burkert wrote:

> I'm sure I don't really need ALL of twisted. For now I am just trying
> to send ASCII text from my  PDA to an existing application to an
> arbitrary IP # and port #  via bluetooth and WiFi. Bluetooth
> specifically because that's what I intend to use for testing, since I
> don't have a currently functioning WiF cardi, but the eventual
> application is intended for WiFi.

This phrasing implies that the PDA opens a connection to another server. 
Therefore 
the PDA is a client, and not really a server. So, you can just use socket calls 
for rwaw 
connectivity.

If the other end is an http server, than you can use httplib.

Twisted, while it has some client functionality, is principally a server 
framework.


-- 
Brad Clements,                [EMAIL PROTECTED]   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements

_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to