Skip to content

Commit 17f7634

Browse files
authored
Update README.md
1 parent 3df2c95 commit 17f7634

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
<h1>Modbus library for modern C++</h1>
22

3-
Library for high level Modbus frame manipulation, including encoding and decoding, written in modern C++17.
3+
[![CMake on multiple platforms](https://github.com/Mazurel/Modbus/actions/workflows/cmake-multi-platform.yml/badge.svg?branch=master)](https://github.com/Mazurel/Modbus/actions/workflows/cmake-multi-platform.yml)
4+
[![Clang formatting checker](https://github.com/Mazurel/Modbus/actions/workflows/clang-format.yml/badge.svg?branch=master)](https://github.com/Mazurel/Modbus/actions/workflows/clang-format.yml)
5+
6+
7+
Library for high level Modbus frame/packet manipulation, including encoding and decoding, all written in modern C++17.
48

59
Additionally, library contains reference TCP and RTU implementation (on Linux only !),
610
that you can use as a starting point for you application !
711
Until there will some reliable way to test it, it will be treated as such.
812

13+
<details>
14+
15+
<summary>More informations for Windows users</summary>
16+
17+
If you are interested in Windows RTU implementation, you can look at to pull request: https://github.com/Mazurel/Modbus/pull/5 .
18+
I am currently unable to merge it, as I do not have required hardware for testing.
19+
20+
</details>
21+
22+
923
# Table of content
1024
- [Why](#why)
1125
- [Important Concept](#important-concept)

0 commit comments

Comments
 (0)