internetmap icon indicating copy to clipboard operation
internetmap copied to clipboard

The Cogeco Peer 1 Map of the Internet apps for iOS and Android.

Results 71 internetmap issues
Sort by recently updated
recently updated
newest added

In #463 we have some visual mocks for a ping function. The PR #602 adds this functionality, but we should do a UI polish pass. Some priorities: ~~1. The average...

They're full screen right now, which feels silly especially on the new larger iPads. While we're at it, let's fix the fact the background image on these pages is stretched....

The project dependencies are currently included in the `ExternalCode` directory. Most are quite out of date and have been manually patched over time. It'd be nice to get most of...

Right now the complication of the individual data sets into the "unified" data that can be loaded quickly is done by the app itself, which is annoying and error prone....

We just got a warning from App Review saying the current iOS Map of the Internet "contains the ability to capture or record user actions and can transmit that interaction...

If a user selects another node while trace route is running, it should cancel that trace route. Currently it will display a toast saying "Traceroute is still running" if you...

android

It's a good idea to keep around a copy of our raw datasets used to generate the ASN and Location data used in the application, however, the newest geo CSV...

During https://github.com/steamclock/internetmap/issues/593 the resulting data set for 2018 did not include NASA's ASN number, causing the app to crash on load. As a work around we have removed NASA as...

We should try to do this yearly.

The ASIHTTPRequest dependency is quite old and the library is no longer maintained. We may be able to use NSURLRequest as a direct replacement.