esp-idf/components/esp32
XiaXiaotian 7b7964b47a esp32: esp-touch supports both multicast and broadcast packets
Previously, esp-touch only supports multicast packets which are
    transmitted from cellphone. But for most dual frequency routers
    whose SSIDs of 5G and 2.4G are the same, broadcast packets are
    forwarded from 5G interface to 2.4G interface while multicast
    packets are not. In order to make esp-touch work when cellphone
    connects to 5G interface of these routers, esp-touch is improved
    to support both multicast and broadcast packets. Meanwhile, new
    APP which is compiled with Andriod or IOS library(>= v0.3.6.2)
    must be used in this situation. Note that for some routers,
    broadcast and multicast packets are forwarded from 5G interface
    to 2.4G interface only when another WiFi device is connected to
    2.4G interface of the router. Old APP which is compiled with
    Android or IOS library(< v0.3.6.2) also works with this improvement
    when cellphone connects to 2.4G interface of the router.

    The Android and IOS library of new esp-touch APP is now available
    on Github.
    Android: https://github.com/EspressifApp/EsptouchForAndroid
    IOS: https://github.com/EspressifApp/EsptouchForIOS
2018-09-25 10:38:01 +08:00
..
hwcrypto nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
include Merge branch 'feature/nvs_encryption' into 'master' 2018-09-25 08:15:55 +08:00
ld
lib@c5cc689830 esp32: esp-touch supports both multicast and broadcast packets 2018-09-25 10:38:01 +08:00
test
CMakeLists.txt
Kconfig mesh: bugfix 2018-09-23 21:11:02 +08:00
Makefile.projbuild
brownout.c
cache_err_int.c
clk.c
coexist.c
coexist_internal.h
component.mk
core_dump.c
cpu_start.c esp32: abort when running on single core chip in dual core mode 2018-09-19 15:05:26 +08:00
crosscore_int.c
dbg_stubs.c
dport_access.c
dport_panic_highint_hdl.S
esp_clk_internal.h
esp_err_to_name.c Merge branch 'feature/async_esp_http_client' into 'master' 2018-09-25 08:20:06 +08:00
esp_err_to_name.c.in
esp_system_internal.h
esp_timer.c
esp_timer_esp32.c
esp_timer_impl.h
ets_timer_legacy.c
event_default_handlers.c
event_loop.c
fast_crypto_ops.c
freertos_hooks.c
gdbstub.c
hw_random.c
int_wdt.c
intr_alloc.c
ipc.c
lib_printf.c
libhal.a
panic.c
phy.h
phy_init.c
phy_init_data.h
pm_esp32.c
pm_impl.h
pm_locks.c
pm_trace.c
pm_trace.h
reset_reason.c
restore.c
sleep_modes.c
spiram.c
spiram_psram.c
spiram_psram.h
stack_check.c
system_api.c
task_wdt.c
wifi_init.c
wifi_os_adapter.c