jacrouse / TracerouteWebapp

Website hosting various tools related to traceroute.
GNU General Public License v3.0
0 stars 1 forks source link

Add website with interactive map and hostname search bar #1

Open jacrouse opened 7 months ago

fahadsultan commented 6 months ago
  1. Get a basic Digital Ocean droplet: https://www.digitalocean.com/pricing/droplets#basic-droplets
  2. Create a FLASK webservice that takes as input an IP or domain name and returns traceroute using google colab code. Here is how you create a basic webservice: https://reintech.io/blog/create-web-service-python
  3. Request the digital ocean webservice from the html map, probably using AJAX.
jacrouse commented 6 months ago

Localhost: CORS wont let me call the IP geolocation API at all DigitalOcean Box: Won't let me use the IP geolocation API because it uses http instead of https, im gonna look for one that uses https and is free.