3D force-simulated version of Internet Interactive Map, showing AS relationships for approximately 3k ASes in the Internet core. ASes have a volume proportional to the size of their customer cone and are color-coded by continent. Rendered using 3d-force-graph.
xxxxxxxxxx
<head>
<script src="//unpkg.com/3d-force-graph@1"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/qwest/4.4.5/qwest.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<button class="full-btn" onClick="useFull()">Full</button>
<div id="3d-graph"></div>
<script src="index.js"></script>
</body>
https://unpkg.com/3d-force-graph@1
https://cdnjs.cloudflare.com/ajax/libs/qwest/4.4.5/qwest.min.js