Web-service without fixed IP

0

I'm studying to create an Android application to consume a webservice, for example an app on Android and one on a micro which reads information sent by the Android app.   Is there any solution to this "problem", I saw something in No-ip (Dynamic DNS), would it be possible to access a web-service in a microphone using No-Ip.

    
asked by anonymous 27.10.2014 / 21:05

1 answer

3

The free version of no-ip currently requires you to revalidate your host monthly.

Nothing prevents you from upgrading to one of the plans offered later.

Using a webservice from a server with dynamic DNS works independently of ANDROID or any other client. All you have to do is expose the port you want to use in the firewall.

Example: Although port 80 is default to HTML, you can put 8888 and remap locally on your server, modem, or firewal.

In order to get around this problem in another way, it would be enough to hire your carrier's FIXED IP service, which is generally not expensive. And it's worth more than waiting for the DNS to propagate to the new IP. It takes around 30 minutes.

    
27.10.2014 / 21:35