Skip to content

Commit db8c65d

Browse files
committed
Bit more of a hello world
1 parent 92a531e commit db8c65d

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "libmbus"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
7+
[dependencies]

NOTICE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
libmbu(r)s
2+
Copyright 2023 Lexi Robinson
3+
4+
This project was inspired by and in some cases (which are marked) uses code
5+
converted from the rSCADA/libmbus project by Raditex Control AB which is
6+
released under the BSD 3-Clause License
7+
Copyright (c) 2010-2012, Raditex Control AB

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# libmburs
1+
# (WIP) libmbu(r)s: A rust library for dealing with M-Bus devices
2+
3+
I decided I didn't like the battle tested and well used [libmbus][rscada_libmbus]
4+
library so I did the obivous thing and wrote my own one
5+
6+
This code is a work in progress and should not be considered usable at this time
7+
8+
## WARNING: This is _NOT_ designed for industrial use
9+
10+
As per the LICENSE file this software comes with absolutely no warranty or
11+
guarantee that it will produce correct or safe results during use.
12+
13+
The author(s) of this software strongly recommend that you do not use it in any
14+
industrial setting or commerical situation where malfunction could cause danger
15+
or financial risk and will not be held responsible if you decide to anyway.
16+
17+
[rscada_libmbus]: https://github.com/rscada/libmbus

0 commit comments

Comments
 (0)