Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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