maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Ip retreval?(sp) (https://talk.maemo.org/showthread.php?t=28167)

snow_fox 2009-04-08 18:17

Ip retreval?(sp)
 
Anyone make/going to make a program to take the Ip from an ip monitoring system (dyndns for example) and make it instantly accessable?

While you can always go to the website.. if you want to rapidly connect to remote desktop it would be nice to have a program that would allow it to be retrieved without having to log in and all that.

Matan 2009-04-08 18:20

Re: Ip retreval?(sp)
 
Why not do it with DNS? That is the raison d'état of dynamic dns systems such as dyndns.

snow_fox 2009-04-09 00:06

Re: Ip retreval?(sp)
 
What i mean is.. on my n810 I want a program that checks DNS's website and retrives my IP address from it without me actually having to look up the website manually enter my password then find my IP. I just pull up the program and it has it in a convienient copy/paste format right there for me.

I am asking if a program like this exist or how hard/what knowledge would be required to make one.

Rassilon7 2009-04-09 00:38

Re: Ip retreval?(sp)
 
Do you just want to know your IP address?

The Applet HomeIP displays your current IP address on your desktop.

snow_fox 2009-04-09 19:35

Re: Ip retreval?(sp)
 
Quote:

Do you just want to know your IP address?

The Applet HomeIP displays your current IP address on your desktop.
That gives the ip of the n810. I need my laptops public ip to preform rdesktop connections.

Matan 2009-04-09 19:41

Re: Ip retreval?(sp)
 
I guess the easiest way is to parse some page like http://whatsmyip.net/ :

wget -O - -o /dev/null http://whatsmyip.net | grep empty_area | cut -d'>' -f 2 | cut -d'<' -f 1

works, but those sites tend to change their format frequently, so this will stop working some time in the future.


All times are GMT. The time now is 21:15.

vBulletin® Version 3.8.8