diff --git a/Readme.md b/Readme.md index ccb5190..b44792e 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ Schullebernd Network library is a simple and easy to use library to connect devices like arduinos or ESP8266 via a nRF24L01 Transmitter. It uses the basic RF24 lib from https://tmrh20.github.io/RF24 and add further functions for a simple master/client network. -# Master Client Network +## Master Client Network With this library you can build a simple master/client network. One device will be defined as master device. The master device is like a basic station and all clients are connected to it. Usually the master device should have a connection to the LAN or WLAN (e.g. by using an ESP8266) and can forward communication from or to the clients (e.g. MQTT-Client or own web interface).