Hi Paul, ripe-atlas On Thu, Apr 9, 2015 at 3:05 PM, Daniel Quinn <dquinn@ripe.net> wrote:
We don’t currently have a complete list of probes-per-country, but here’s a quick dump of what I found in our database. Note that this list includes probes currently connected, disconnected, and assumed abandoned:
Another way to get a list of country codes that have active probes in them is to use the data exposed through the probe-archive API, documented here [1]. For example, the following command [2] or a similar incantation should yield a list of country codes with connected probes. HTH, Iñigo [1] https://atlas.ripe.net/docs/rest/#probe-archive [2] iortiz@rigel:~ $ curl https://atlas.ripe.net/api/v1/probe-archive/?format=json | jq '[.objects[]| select(.status_name=="Connected")|.country_code]|unique' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6280k 0 6280k 0 0 506k 0 --:--:-- 0:00:12 --:--:-- 1517k [ "AD", "AE", "AL", "AM", "AO", "AQ", "AR", "AT", "AU", "AX", "AZ", "BA", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BR", "BT", "BW", "BY", "CA", "CH", "CL", "CM", "CN", "CO", "CR", "CU", "CW", "CY", "CZ", "DE", "DJ", "DK", "DO", "DZ", "EC", "EE", "EG", "ES", "ET", "FI", "FO", "FR", "GA", "GB", "GD", "GE", "GF", "GG", "GH", "GI", "GM", "GP", "GQ", "GR", "GT", "GU", "HK", "HN", "HR", "HU", "ID", "IE", "IL", "IM", "IN", "IQ", "IR", "IS", "IT", "JE", "JM", "JP", "KE", "KG", "KN", "KR", "KW", "KY", "KZ", "LA", "LB", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MG", "MK", "MM", "MN", "MQ", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NG", "NI", "NL", "NO", "NP", "NZ", "PE", "PH", "PK", "PL", "PR", "PT", "PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA", "SC", "SD", "SE", "SG", "SI", "SJ", "SK", "SM", "SN", "SS", "SV", "SZ", "TG", "TH", "TJ", "TN", "TO", "TR", "TT", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VE", "VN", "VU", "WS", "ZA", "ZM", "ZW" ] -- "If you want to go fast, go alone. If you want to go far, go together."