Re: [Twisted-Python] Welcome to the "Twisted-Python" mailing list (Digest mode)

2011-09-20 Thread Laurens Van Houtven
Wait. You are capturing GPS data from an IP port. Is that TCP? What format is the data in? GPS? I have worked on twisted.positioning, a library for doing GPS data with Twisted, but this ticket is still in review. ___ Twisted-Python mailing list Twisted-P

Re: [Twisted-Python] Welcome to the "Twisted-Python" mailing list (Digest mode)

2011-09-20 Thread Diego Uribe Gamez
hello: I'm making a program that captures a GPS data from a ip port, it I have an infinite loop to stay to listen, to finish out a List each item, when the data reaches the List is displayed. The idea is to put a reactor that allows me to use the variable "list" without regardless of the loop and