diff options
author | Yves Fischer <yvesf+git@xapek.org> | 2021-10-13 23:22:16 +0200 |
---|---|---|
committer | Yves Fischer <yvesf+git@xapek.org> | 2021-12-31 23:57:06 +0100 |
commit | 76f8611ee3345268e2091a9d2e81b53a8b05889c (patch) | |
tree | 833dacff2aae89ec54a7fee827e75f93fba63669 /README.md | |
parent | caae83f445935c06cd6aef36f283a4688675278a (diff) | |
download | ebus-76f8611ee3345268e2091a9d2e81b53a8b05889c.tar.gz ebus-76f8611ee3345268e2091a9d2e81b53a8b05889c.zip |
ebus parser in rust
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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. |