Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maebli committed Mar 12, 2024
1 parent 99c2012 commit 05927ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Introduction

m-bus-parser is an open source parser (sometimes also refered to as decoder) for **wired** m-bus portocol written in rust.
m-bus-parser is an open source parser (sometimes also refered to as decoder and/or deserializer) for **wired** m-bus portocol written in rust.

"M-Bus or Meter-Bus is a European standard (EN 13757-2 physical and link layer, EN 13757-3 application layer) for the remote reading of water, gas or electricity meters. M-Bus is also usable for other types of consumption meters, such as heating systems or water meters. The M-Bus interface is made for communication on two wires, making it cost-effective." - [Wikipedia](https://en.wikipedia.org/wiki/Meter-Bus)

Expand All @@ -15,6 +15,7 @@ An outdated specification is available freely on the [m-bus website](https://m-b
### Visualization of Library Function

![](./function.png)
* note: serialization should say deserialzation and the rest which is not application layer is link layer

## Aim

Expand Down

0 comments on commit 05927ed

Please sign in to comment.