[Twisted-Python] twisted.positioning progress report + small review question

2009-09-01 Thread Laurens Van Houtven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi :-) Just reporting progress on twisted.positioning. The NMEA parser is basically functional, it's got one or two warts I don't quite like but I intend on fixing once I figured out how (apparently GSV is *supposed* to be awkward, but I'm going to t

[Twisted-Python] twisted.positioning progress report

2009-08-27 Thread Laurens Van Houtven
Time for a little show and tell :-) Watch as line noise gets transformed into beautiful Python structures: http://paste.pocoo.org/show/136539/ Yay. Still to do: - A bit of documentation here and there, some of this NMEA stuff is far too arcane to be docstringless - A few methods need rem

Re: [Twisted-Python] twisted.positioning: progress report + Factory question

2009-08-15 Thread Laurens Van Houtven
For some arcane reason, GMail (or maybe FireGPG) decided to mangle the stuff in between commas. *sigh* http://paste.pocoo.org/show/134450/ Laurens ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman

Re: [Twisted-Python] twisted.positioning: progress report + Factory question

2009-08-15 Thread Laurens Van Houtven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not really a direct reply, but the following is big enough progress that it warrants a minireport of its own. An excerpt from my test suite running: test_GSVSentences ... , , , }> , , , }> , , }> ... meaning GSV sentences are now correctly parsed! :

Re: [Twisted-Python] twisted.positioning: progress report + Factory question

2009-08-14 Thread Glyph Lefkowitz
On Thu, Aug 13, 2009 at 7:01 PM, Laurens Van Houtven wrote: > On Thu, Aug 13, 2009 at 9:35 PM, Glyph Lefkowitz wrote: > >> Short question up front: what exactly should be in the proposed > >> factory class? What does it take? What does it return? > > > > > Factory class proposed by whom and for w

Re: [Twisted-Python] twisted.positioning: progress report + Factory question

2009-08-13 Thread Laurens Van Houtven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heh, sorry, I'm so used to saying stuff's in trunk it's become second nature :-) On Thu, Aug 13, 2009 at 9:35 PM, Glyph Lefkowitz wrote: >> Short question up front: what exactly should be in the proposed >> factory class? What does it take? What does

Re: [Twisted-Python] twisted.positioning: progress report + Factory question

2009-08-13 Thread Glyph Lefkowitz
On Thu, Aug 13, 2009 at 6:26 AM, Laurens Van Houtven wrote: > Short question up front: what exactly should be in the proposed > factory class? What does it take? What does it return? > Factory class proposed by whom and for what? If it's a thing that creates IPositionReceivers, it should return

[Twisted-Python] twisted.positioning: progress report + Factory question

2009-08-13 Thread Laurens Van Houtven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Short question up front: what exactly should be in the proposed factory class? What does it take? What does it return? Second question: what should NMEASentence attributes look like? Properties? There are some proposed things in t.p.nmea in trun