Skip to content

Commit 13bccf0

Browse files
committed
Rename to ModbusSim
1 parent 7110661 commit 13bccf0

File tree

7 files changed

+25
-21
lines changed

7 files changed

+25
-21
lines changed

ModbusSim.png

59.9 KB
Loading

ModbusTestSlave.png

-31.2 KB
Binary file not shown.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Build status
2-
[![Build status](https://ci.appveyor.com/api/projects/status/v7ysjn9c2koy1tb8?svg=true)](https://ci.appveyor.com/project/jgeudens/modbustestslave)
1+
<img src="./misc/icon/icon-256x256.png" alt="modbussim logo" title="ModbusSim" align="right" height="150" />
32

4-
# What is ModbusTestSlave
5-
ModbusTestSlave is an application that can be used to test a modbus master. The application consists of 2 main set of modules. A GUI-less part that contains all logic that can also be used in automated tests. The second part is a GUI that can be used for manual testing.
3+
Build status: [![Build](https://github.com/ModbusScope/ModbusSim/actions/workflows/ccpp.yml/badge.svg?branch=master)](https://github.com/ModbusScope/ModbusSim/actions/workflows/ccpp.yml)
64

7-
![ModbusTestSlave demo](ModbusTestSlave.png)
5+
# What is ModbusSim
6+
ModbusSim is an application that can be used to test a modbus master. The application consists of 2 main set of modules. A GUI-less part that contains all logic that can also be used in automated tests. The second part is a GUI that can be used for manual testing.
7+
8+
![ModbusSim demo](ModbusSim.png)

misc/icon/Icons8_flat_sim_card.svg

Lines changed: 18 additions & 15 deletions
Loading

misc/icon/icon-256x256.png

5.75 KB
Loading

misc/icon/icon-64x64.png

-1.4 KB
Binary file not shown.

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent), _pUi(new Ui::Main
7878
_pSineGraph->setPeriod(10000);
7979

8080
QString windowCaption;
81-
windowCaption = QString("ModbusTestSim");
81+
windowCaption = QString("ModbusSim");
8282

8383
setWindowTitle(windowCaption);
8484
}

0 commit comments

Comments
 (0)