Skip to content

YYChildren/edatx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edatx

解析 ipip.net datx 格式的Erlang代码

数据文件下载

https://www.ipip.net/product/ip.html

代码示例

% 查询地级市精度的IP库

City = edatx_city:init("/path/to/mydata4vipday2.datx").
io:format("~ts,~ts,~ts,~ts~n", edatx_city:find("8.8.8.258", City)).
io:format("~ts,~ts,~ts,~ts~n", edatx_city:find("255.255.255.255", City)).

编译

rebar3 compile

About

解析 ipip.net datx 格式的Erlang代码 ,支持 17monipdb.datx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages