Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Carlos Eduardo Sotelo Pinto
of course, but I need to solve it, cause I am on working now, and if I could help you on anything best regards 2013/4/19 Laurens Van Houtven <_...@lvh.io>: > Not a direct answer to your question, but I hope to get twisted.positioning > in the next release of Twisted. It's a new and improved int

Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Laurens Van Houtven
Not a direct answer to your question, but I hope to get twisted.positioning in the next release of Twisted. It's a new and improved interface for positioning (including NMEA) that I started back when I was writing something extremely similar to what you are now. Hopefully you'll be one of its first

Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Carlos Eduardo Sotelo Pinto
Dear Phil I am glad on your fast answer 2013/4/19 Phil Mayers : > On 04/19/2013 01:33 AM, Carlos Eduardo Sotelo Pinto wrote: >> I am doing a gps tracker wich use multiple protocols and multiple >> clients, my problen is when I have more than one client on more than >> one protocol at the same tim

Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Phil Mayers
On 04/19/2013 01:33 AM, Carlos Eduardo Sotelo Pinto wrote: > I am doing a gps tracker wich use multiple protocols and multiple > clients, my problen is when I have more than one client on more than > one protocol at the same time, data and validation start to crashing > one to other I don't unders