ipipdotnet / ipdb-go

IPIP.net officially supported IP database ipdb format parsing library
Apache License 2.0
299 stars 49 forks source link

Excellent ipdb file format! #16

Open hzzb opened 2 years ago

hzzb commented 2 years ago

How does this SDK find out the geo location of a given IP address? I'm curious about this and read the source. It's really a nice design! The most eye-catching and exciting part is file format. I draw it's layout as below:

ipdb

If I understand correctly, the green 1-byte between nodes area and records area is unused. Is this 1-byte hole necessary?

:)