https://github.com/kost/external-ip
Android application to display IP addresses of device for easy copy&paste
https://github.com/kost/external-ip
Last synced: about 1 month ago
JSON representation
Android application to display IP addresses of device for easy copy&paste
- Host: GitHub
- URL: https://github.com/kost/external-ip
- Owner: kost
- Created: 2015-03-15T07:34:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T05:47:21.000Z (over 8 years ago)
- Last Synced: 2025-04-14T04:09:00.023Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/kost/external-ip)
# external-ip
Simple application to display IP addresses in form that you can copy&paste them.
This simple application will show your IP addresses(default local & external). It will show them in text box from where you can copy&paste easily for different purposes.
# Build
In order to build you must satisfy few dependencies.
## Build requirements
You need to have:
- Android SDK
- ant for cli building (or Eclipse to import project and build)## Build process
After that you can issue following commands (if android SDK is located at /opt/android-sdks):
```
git clone https://github.com/kost/external-ip/
cd external-ip
echo sdk.dir=/opt/android-sdks > local.properties
ant release
```# Donate
BTC: 1pafmH6QqRXfmVef3RGJcDiD9AMjxrzfX
LTC: LecEdQxBhR4kPJENejpPDBWev38j5G9qfy
[](https://flattr.com/submit/auto?user_id=kost&url=https://github.com/kost/external-ip&title=External%20IP&language=&tags=github&category=software)
# Changes
Changes in 2.3:
- make http request as background task
- introduce ant build supportChanges since last version:
- ability to enter custom external URL to get IP
- ability to choose different IP providersOther changes:
- ability to display your IP address on the interface as well# History
It was originally hosted on code.google.com using Mercurial at:
GPL: http://code.google.com/p/external-ip/But it was automatically exported 15th of March, 2015 to github:
Automatically exported from code.google.com/p/external-ip