Python XMPP Client: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
m Created page with '== Overview == Objective 1: build a client in python that will read gpsd data and send position updates via XMPP. Objective 2: build a client in python that receives location m…'
 
Brian Wilson (talk | contribs)
Line 4: Line 4:


Objective 2: build a client in python that receives location messages and dumps them in a console window.
Objective 2: build a client in python that receives location messages and dumps them in a console window.
== Client libraries ==


Options for client libraries I am considering include PyXMPP, SleekXMPP, and Twisted.
Options for client libraries I am considering include PyXMPP, SleekXMPP, and Twisted.

Revision as of 21:27, 27 May 2013

Overview

Objective 1: build a client in python that will read gpsd data and send position updates via XMPP.

Objective 2: build a client in python that receives location messages and dumps them in a console window.

Client libraries

Options for client libraries I am considering include PyXMPP, SleekXMPP, and Twisted.

PyXMPP website: http://pyxmpp.jajcus.net/

Sleek website: http://code.google.com/p/sleekxmpp/

Twisted website: http://twistedmatrix.com/

Location sender

Location receiver