0

Yes, like I wrote the ask title. I want to know it is possible know or see the someway the approximate geolocalization through public ip.

I have an arduino with ethernet shield.

Thanks, I've been searching for many days, but I wasn't found anything.

Thanks for read my question.

Maclos
  • 7
  • 1
  • 3

1 Answers1

0

You could use an online API to obtain an estimation of your current geolocation, this one looks decent to me: http://ip-api.com/.

As a quick overview of the documentation, you have to send a GET request to one of the format urls (json, xml, line, ...) and it will send back the geolocation. The easiest one to use is probably line.

Todd Sewell
  • 1,444
  • 12
  • 26