wterm 0.3.4

Serial port to WebSocket bridge with embedded web terminal
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
    <title>wterm</title>
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon.png">
  </head>
  <body>
    <script src="/wterm.js"></script>
  </body>
</html>