OVMS3-idf/components
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
..
app_trace gcov: use GCC API to control GCOV data dumps 2018-09-20 18:53:14 +08:00
app_update app_update: Make gen_empty_partition.py Python 2 & 3 compatible 2018-09-24 12:16:16 +02:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
aws_iot cmake: make main a component again 2018-09-11 09:44:12 +08:00
bootloader cmake: make main a component again 2018-09-11 09:44:12 +08:00
bootloader_support nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
bt bluetooth: fix indentation warning 2018-09-20 18:53:15 +08:00
coap cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth 2018-09-20 18:53:15 +08:00
console cmake: fix source list issues 2018-09-13 08:56:59 +08:00
cxx test/cxx: Test for exception from libstdc++ with -fno-exceptions 2018-09-20 18:53:15 +08:00
driver spi_master: add new polling mode to decrease time cost each transaction 2018-09-20 19:46:46 +08:00
esp-tls examples/protocols/esp_http_client: Add example for asynchronous HTTP request 2018-09-24 05:42:28 +00:00
esp32 esp32: esp-touch supports both multicast and broadcast packets 2018-09-25 10:38:01 +08:00
esp_adc_cal cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_http_client esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API 2018-09-24 05:42:28 +00:00
esp_https_ota cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_ringbuf esp_ringbuf: move ringbuf to seperate component 2018-09-17 17:04:57 +05:30
espcoredump espcoredump: Fix a test case of new gdb from the new toolchain 2018-09-20 18:53:15 +08:00
esptool_py cmake: Fix "make flash" & "ninja flash" targets 2018-09-13 15:08:24 +10:00
ethernet ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
expat cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth 2018-09-20 18:53:15 +08:00
fatfs cmake: make main a component again 2018-09-11 09:44:12 +08:00
freertos Merge branch 'feature/lwip_task_affinity' into 'master' 2018-09-18 15:10:17 +08:00
heap cmake: fix source list issues 2018-09-13 08:56:59 +08:00
http_server cmake: make main a component again 2018-09-11 09:44:12 +08:00
idf_test spi_master: add new polling mode to decrease time cost each transaction 2018-09-20 19:46:46 +08:00
jsmn cmake: make main a component again 2018-09-11 09:44:12 +08:00
json cmake: make main a component again 2018-09-11 09:44:12 +08:00
libsodium cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth 2018-09-20 18:53:15 +08:00
log cmake: make main a component again 2018-09-11 09:44:12 +08:00
lwip Merge branch 'bugfix/IPv6_TCP_connection_fail' into 'master' 2018-09-23 08:39:34 +08:00
mbedtls Merge branch 'feature/mbedtls_mem_alloc_options' into 'master' 2018-09-25 08:24:29 +08:00
mdns Merge branch 'bugfix/mdns-lwip-update' into 'master' 2018-09-17 10:42:04 +08:00
micro-ecc cmake: make main a component again 2018-09-11 09:44:12 +08:00
mqtt mqtt: silence a format warning 2018-09-20 18:53:15 +08:00
newlib pthread : Add support for attributes and few APIs 2018-09-22 02:35:27 +05:30
nghttp cmake: make main a component again 2018-09-11 09:44:12 +08:00
nvs_flash Merge branch 'feature/nvs_encryption' into 'master' 2018-09-25 08:15:55 +08:00
openssl cmake: make main a component again 2018-09-11 09:44:12 +08:00
partition_table nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
pthread pthread : Add support for attributes and few APIs 2018-09-22 02:35:27 +05:30
sdmmc cmake: make main a component again 2018-09-11 09:44:12 +08:00
smartconfig_ack cmake: make main a component again 2018-09-11 09:44:12 +08:00
soc soc: fix CPU frequency not updated in rtc_clk_init 2018-09-12 21:13:42 +08:00
spi_flash nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
spiffs cmake: fix source list issues 2018-09-13 08:56:59 +08:00
tcp_transport esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API 2018-09-24 05:42:28 +00:00
tcpip_adapter lwip: DHCP restore last IP 2018-09-17 11:11:25 +08:00
ulp cmake: add ulp components build support 2018-09-13 14:54:59 +08:00
vfs vfs: fix a fallthrough comment to silence the warning 2018-09-20 18:53:15 +08:00
wear_levelling cmake: make main a component again 2018-09-11 09:44:12 +08:00
wpa_supplicant nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
xtensa-debug-module cmake: make main a component again 2018-09-11 09:44:12 +08:00