ikbenpinda / ip_resolver

Maven compatible, MySQL-supported, IP lookup table for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip_resolver

Maven compatible, MySQL-supported, IP lookup table for Java.


#####Installation / Usage:

1 Run the resolver.sql on your MySQL database.
2 Add the IP_Resolver.java to your project (do not forget to add a package name!)
3 Provide credentials. This can be done straight through the code or by the properties file. If you are using a properties file, be sure to define [host], [port], [database], [username], [password].
4 Verify setup by setting and getting an ip.
5 Using Maven? Do not forget your MySQL connector!

About

Maven compatible, MySQL-supported, IP lookup table for Java.

License:MIT License


Languages

Language:Java 100.0%