You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
717 B
10 lines
717 B
name=SBNetwork |
|
version=1.1.0 |
|
author=Schullebernd,schullebernd@googlemail.com |
|
maintainer=Schullebernd,schullebernd@googlemail.com |
|
sentence=Build simple master/client networks with nRF24L01 transmitter. |
|
paragraph=The goal of this library is to have a simple network of arduino or ESP8266 devices. There is always one master device and n client devices. The clients automatically searching and pairing with the master. No configuration is needed. The library is explicitly not desiged to build kind of TCP/IP networks (For this there are already perfect matching libraries available). |
|
category=Communication |
|
url=https://github.com/Schullebernd/SBNetwork |
|
architectures=avr,esp8266 |
|
includes=SBNetwork_config.h,SBNetwork.h
|
|
|