Network / MQTT configure for ESP-IDF V4.2 and later

License: Apache by Yuichiro MASUI masui@masuidrive.jp

This repo included ESP-IDF component and Javascript library for browser.

ESP-IDF component

Variable / function naming rules

  • Start with ncb_: public variable / function
    • It's API
  • Start with _ncb_: private variable / function in this library
    • It only use in the library and this library's unittest
    • ex) _ncb_hello_world(), _ncb_params
  • Start with _: file scope variable / function in this library
    • It only use in the file
    • ex) _counter, _func1(), _NCB_CATCH_ESP_ERR()

Javascript library