Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cholnhial/libiploc
A geolocation library for C
https://github.com/cholnhial/libiploc
Last synced: 8 days ago
JSON representation
A geolocation library for C
- Host: GitHub
- URL: https://github.com/cholnhial/libiploc
- Owner: cholnhial
- Created: 2013-06-23T09:17:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T02:25:51.000Z (about 10 years ago)
- Last Synced: 2023-08-01T08:43:34.515Z (over 1 year ago)
- Language: C
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
libiploc is a geolocation library that can be used to obtain information of an ip/host address.
It does not use any offline databases instead it uses a web api provided by www.dazzlepod.com.## Installation
# Linux
Required Libraries
* json-c
* curl### General Linux distributions
$ git clone https://github.com/n0per/libiploc.git
$ cd libiploc
$ make
$ sudo make install
$ cd examples
$ make
$ ./iplookup www.google.com