iclab / centinel-server

MIT License
2 stars 7 forks source link

Create an API call to return location data to the client #5

Closed ben-jones closed 10 years ago

ben-jones commented 10 years ago

create an API call that lets the user see 1) what their global ip is 2) what we geolocate their ip to

@gsathya, @rpanah should we aggregate IPs to the /24 or just return the full /32 (I plan to have the client submit this without modification)

rpanah commented 10 years ago

I think we can do /32, but it has to be scrubbed and anonymized at the server after useful information (e.g. AS number/geolocation) have been extracted.

ben-jones commented 10 years ago

@rpanah, I am doing aggregation when we send the info back to the client, but we can always change this later.