If i understood this correctly you specify the web url for the gps device
right? Why not set the port in the url itself like
http://example.com:9000/.....
So the gps sends directly to port 9000 and you have a web server listening
on that port.
Or have i missed something?

On Mon, Oct 18, 2010 at 5:00 PM, Kenneth Gonsalves <law...@au-kbc.org>wrote:

> hi,
> I have a gps device which sends it's position to a any web url. I want
> to catch this info which I will send to a port (say 9000). How do I do
> this in python - something totally new for me, so please give some clues
> on where to begin.
> --
> regards
> Kenneth Gonsalves
>
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
http://hi.im/santosh
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to