Use no-ip on server and client

0

I have made a client-server application in python. But when, for example, I turn off the router, the ip is no longer useful. I need to know how to implement no-ip in my server and client programmed in python and know if it is possible, since to connect my clients (pc that I have in my house) I need it to be a static ip. I was recommended no-ip but not implemented in python.

    
asked by Perl 12.08.2016 в 22:16
source

1 answer

1

To update no-ip, you have to make a request, called request to the programming interface (API for its acronym in English).

This is the API documentation: link

You can also use the %% python% package: link

    
answered by 13.08.2016 в 01:58