-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
If you check out the website (https://thingscope.cs.columbia.edu/devices) you will notice that in the “List of domains the device connects to” section we list domain names and IP addresses (depending on Agent’s network findings). We would like to provide a country name and flag instead but at the same time if the user wants to get more information should be able to get/see a domain name or IP address.
The goal would be to write a TypeScript program on the backend side to convert domain and IP addresses to corresponding countries (country code) and store data on the database, and modify the UI side to show country name, country code and country flag.