Update README.md

master
martin-ger 2017-11-14 19:27:58 +01:00 zatwierdzone przez GitHub
rodzic 5f57df5bb6
commit c15bde4f2a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -197,9 +197,9 @@ On Windows you can flash it using the "ESP8266 Download Tool" available at https
If "QIO" mode fails on your device, try "DIO" instead. Also have a look at the "Detected Info" to check size and mode of the flash chip. If your downloaded firmware still doesn't start properly, please check with the enclosed checksums whether the binary files are possibly corrupted.
# The MQTT broker library
The library code has been moved to a separate Directory at https://github.com/martin-ger/uMQTTBroker .
The library code has been moved to a separate repository at https://github.com/martin-ger/uMQTTBroker and is included recursivly.
The can be integrated into any NONOS SDK (or ESP Arduino) program ("make -f Makefile.orig lib" will build the mqtt code as a C library). You can find a minimal NONOS SDK sample in the directory "user_basic" in this repository. Rename it to "user", adapt "user_config.h", and do the "make" to build a small demo that just starts an MQTT broker without any additional logic.
It can be integrated into any NONOS SDK (or esp-open-sdk) program ("make -f Makefile.orig lib" will build the mqtt code as a C library). You can find a minimal NONOS SDK sample in the directory "user_basic" in this repository. Rename it to "user", adapt "user_config.h", and do the "make" to build a small demo that just starts an MQTT broker without any additional logic.
The broker is started by simply including: