-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
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
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
-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! :
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
-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
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
-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