![]() |
Firmware for an ad-hoc mesh network of Internet-of-Things devices based on LoRa (Long Range radio) that can be deployed quickly and cheaply.
|
This file is internal to CDP and provides the library access to networking functions. More...
#include <WString.h>
#include "cdpcfg.h"
#include <ArduinoOTA.h>
#include <DNSServer.h>
#include <ESPAsyncWebServer.h>
#include <ESPmDNS.h>
#include <Update.h>
#include <WiFi.h>
#include <WiFiClientSecure.h>
#include <esp_int_wdt.h>
#include <esp_task_wdt.h>
#include "../DuckError.h"
#include "DuckEsp.h"
#include "DuckLora.h"
#include "DuckUtils.h"
#include "OTAPage.h"
#include "index.h"
Go to the source code of this file.
Classes | |
class | DuckNet |
Internal network abstraction. More... | |
Macros | |
#define | AP_SCAN_INTERVAL_MS 10 |
This file is internal to CDP and provides the library access to networking functions.
The implementation is conditioned by the CDPCFG_WIFI_NONE
flag which may be defined in cdpcfh.h
to disable WiFi.
#define AP_SCAN_INTERVAL_MS 10 |