Hi!

We are working on a project that has to extract weather information from 
an NMEA stream. There is a NMEAReceiver class, but it only extracts GPS 
information - as expected, since the class is defined in t.p.gps.nmea.

We intend to add the NMEA-0183 messages necessary for my purposes. The
question is: should we just extend the NMEAReceiver? Weather information
is not exactly what one would expect in a class below t.p.gps...

On the other hand, it would be strange to create a different kind of
NMEAReceiver which knows how to handle the messages dealing with
weather data.

Best regards,

Albert

-- 
Albert Brandl
Weiermayer Solutions GmbH      | Abteistraße 12, A-4813 Altmünster
phone: +43 (0) 720 70 30 14    | fax: +43 (0) 7612 20 3 56
web: http://www.weiermayer.com

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to