internetmap
internetmap copied to clipboard
The Cogeco Peer 1 Map of the Internet apps for iOS and Android.
Some tweaking required on this visual effect for smaller nodes. Looks a little strange right now. Increase width and opacity of the glow by about 30-50% for these nodes, maybe?
Currently loading is a little too slow (200-300ms on iPad 3) to do live scrubbing or play mode. Async loading should make both of those feasible.
Really exciting to see the globe visualization in action! As polish, let's see about drawing traceroute paths in arcs along the 'surface' of the globe.
Because of the idle animation, even little spikes in the UI thread can cause noticeable jitter. These can almost always be attacked individually by making whatever the slow operation is...
It seems like our touch inputs are being rounded to the nearest pixel or something. You can see this by touching to pan the camera, and dragging really slowly. The...
This is one of the things in the mocks that I didn't implement yet: showing colored tooltips on top of the target and origin nodes. Also, the popover doesn't have...
Maybe two arrows and you can navigate through the traceroute results, with the camera following the line.
Right now we don't try to do ASN lookups on any of the common private addresses that could screw up the ASN lookup (192.168._, 10._, etc), but from a reading...
Not sure if we need them, but we don't support them now.
This was in Justin's mocks and could be a good addition, but probably won't make v1.