Skip to content

Instantly share code, notes, and snippets.

View gusost's full-sized avatar

Gustav Öst gusost

View GitHub Profile
@gusost
gusost / backoff-algo-sim.html
Last active January 29, 2025 18:08
Offline re-connection simulation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Backoff Strategy Visualization</title>
<script src="https://d3js.org/d3.v7.min.js"></script>
<style>
body {