Wednesday, April 25, 2007

GSM + Python on S60

Python on S60 provides an easy API to access the attached GSM cell:
>>> import location
>>> loc = location.gsm_location()
>>> print loc
(310, 170, 270, 21001)

No comments: