xoq 0.2.1

X-Embodiment over QUIC - P2P and relay communication for robotics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>xoq examples</title>
  <style>
    body { font-family: system-ui, sans-serif; max-width: 600px; margin: 2rem auto; padding: 0 1rem; }
    h1 { margin-bottom: 2rem; }
    a { display: block; margin: 1rem 0; font-size: 1.2rem; }
  </style>
</head>
<body>
  <h1>xoq examples</h1>
  <a href="publish.html">Publisher (Serial → MoQ)</a>
  <a href="subscribe.html">Subscriber (MoQ → Console)</a>
</body>
</html>