Determine my own IP

Hi ,

is it possible now to determine my own IP in a Wifi Network without the need to connect into the Internet?

Right now I still have to use that trick:

client = socket.connect (“www.google.com”, 80)
ip,port = client.getsockname()
myip = ip
client:close()

thx
chris
[import]uid: 4795 topic_id: 16027 reply_id: 316027[/import]