munet Network Library for muwerk Scheduler
A muwerk network library supporting WiFi, NTP, OTA and MQTT for ESP8266 and ESP32 and serial links for all platforms
Loading...
Searching...
No Matches
munet is a collection of network libraries for ESP8266 and ESP32

Introduction

munet implements the following classes based on the cooperative scheduler muwerk:

  • ustd::Net WiFi client and access point connectivity with NTP time synchronization
  • ustd::Ota Over-the-air (OTA) software update
  • ustd::Mqtt Gateway to MQTT server
  • ustd::MuSerial Serial protocol to connect two muwerk MCUs to allow transparent pub/sub message exchange. This allows non-networked hardware to be connected to networked hardware via a serial link.

Libraries are header-only and should work with any c++11 compiler and and support platforms esp8266 and esp32.

This library requires the libraries ustd, muwerk and requires a platform define.

Reference

depends on:

used by: