summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYves Fischer <yvesf+git@xapek.org>2021-10-13 23:22:16 +0200
committerYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:06 +0100
commit76f8611ee3345268e2091a9d2e81b53a8b05889c (patch)
tree833dacff2aae89ec54a7fee827e75f93fba63669 /README.md
parentcaae83f445935c06cd6aef36f283a4688675278a (diff)
downloadebus-76f8611ee3345268e2091a9d2e81b53a8b05889c.tar.gz
ebus-76f8611ee3345268e2091a9d2e81b53a8b05889c.zip
ebus parser in rust
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 983d397..4a186b9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
-# Ebus Tools
+# eBus
-## ebus-racket
-
-Ebus protocol parser written in [racket](http://www.racket-lang.org).
-
-## ebus-xml
-
-Ebus protocol specification (devices, packets, fields) in xml. \ No newline at end of file
+- [ebus-racket](ebus-racket/) eBus protocol parser written in racket
+- [ebus-rust](ebus-rust/) eBus protocol parser writtin in rust
+- [ebus-xml](ebus-xml/) eBus protocol specification (devices, packets, fields) in xml.