forked from rscada/libmbus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis builds for OS X, too. And Travis badge.
s/README/README.md/ to add badge to Github main page.
- Loading branch information
1 parent
a8eaced
commit 8c232f3
Showing
6 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,8 @@ compiler: | |
- gcc | ||
- clang | ||
|
||
os: | ||
- linux | ||
- osx | ||
|
||
script: ./build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# libmbus: M-bus Library from Raditex Control (http://www.rscada.se) <span style="float:right;"><a href="https://travis-ci.org/rscada/libmbus" style="border-bottom:none"></a></span> | ||
|
||
libmbus is an open source library for the M-bus (Meter-Bus) protocol. | ||
|
||
The Meter-Bus is a standard for reading out meter data from electricity meters, | ||
heat meters, gas meters, etc. The M-bus standard deals with both the electrical | ||
signals on the M-Bus, and the protocol and data format used in transmissions on | ||
the M-Bus. The role of libmbus is to decode/encode M-bus data, and to handle | ||
the communication with M-Bus devices. | ||
|
||
For more information see http://www.rscada.se/libmbus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters