Computing: Free Pascal Programming

Get the external IP address of your computer.


Download GetMyIP desktop application (Windows 64bit) Download GetMyIP source code (Lazarus/Free Pascal)

Description: Very simple networking application, that you may use to determine your external (= public) IP address. To get the IP, the application sends a request to ipinfo.io, or (if this should fail) to dynupdate.no-ip.com, which offer a free service that you may use for IP determination. If the application gets an answer from the server, the IP is displayed. If not (e.g. if you aren't connected to the Internet), an error message is displayed.

Free Pascal features: Lazarus/Free Pascal networking, usage of the lnet package, sending a HTTP request using Free Pascal. Using the Try statement to catch runtime exceptions.

Screenshot:

Networking application: Get the external IP address of your computer

If you like this application, please, support me and this website by signing my guestbook.