Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cbh34680/ip2country


https://github.com/cbh34680/ip2country

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ip2country

for example:

```sh
[opc@handson-vm01 bin]$ make
/bin/bash getcidr.sh cidr.txt
/bin/bash mkdb.sh cidr.txt country-db.bin
162987 records writed
cc -Wall -O2 -o ip2country main.c fbsrch.c
/usr/bin/strip ip2country
[opc@handson-vm01 bin]$ ./ip2country country-db.bin 8.8.8.8
US
```