Skip to content

Commit aa42322

Browse files
Update the implementations table (#38)
- Update the link to LibUDPard and change its status to stable - Add LibCyphal as a work in progress - Slightly improve the wording in the Applications column
1 parent 062dd44 commit aa42322

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

app/templates/home/content-column.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,24 +113,31 @@ <h1 id="how">How do I use Cyphal?</h1>
113113
</thead>
114114
<tbody>
115115
<tr>
116-
<td><a href="https://github.com/OpenCyphal/libcanard">Libcanard</a></td>
116+
<td><a href="https://github.com/OpenCyphal/libcanard">LibCANard</a></td>
117117
<td>Cyphal/CAN</td>
118118
<td>C</td>
119-
<td>Embedded</td>
119+
<td>Embedded (low-level)</td>
120120
<td>Stable</td>
121121
</tr>
122122
<tr>
123-
<td><a href="https://github.com/OpenCyphal-Garage/libudpard">Libudpard</a></td>
123+
<td><a href="https://github.com/OpenCyphal/libudpard">LibUDPard</a></td>
124124
<td>Cyphal/UDP (Ethernet)</td>
125125
<td>C</td>
126-
<td>Embedded</td>
127-
<td>Work-in-progress</td>
126+
<td>Embedded (low-level)</td>
127+
<td>Stable</td>
128+
</tr>
129+
<tr>
130+
<td><a href="https://github.com/OpenCyphal-Garage/libcyphal">LibCyphal</a></td>
131+
<td>Cyphal/UDP, Cyphal/CAN</td>
132+
<td>C++</td>
133+
<td>Embedded (higher-level), application</td>
134+
<td>Work in progress</td>
128135
</tr>
129136
<tr>
130137
<td><a href="https://github.com/OpenCyphal/pycyphal">PyCyphal</a></td>
131138
<td>Cyphal/CAN, Cyphal/UDP, Cyphal/serial</td>
132139
<td>Python</td>
133-
<td>HMI, scripting</td>
140+
<td>HMI, application, scripting</td>
134141
<td>Stable</td>
135142
</tr>
136143
</tbody>

0 commit comments

Comments
 (0)