david-cermak
david-cermak
## TODO - [ ] Make a reusable workflow and publish here https://github.com/espressif/github-actions
Simple connectivity usecase of *eppp_link* on P4-C6 board - [ ] CI job - [ ] Cleanup git history
**Warning** this is very WIP ``` SLAVE micro HOST micro \|/ +------------------+ +------------------+ | | PRC TLS-server | | TLS-client | | | custom channel| | wifi_remote API | +---+...
## Adds a simple mdns host test suite * running on host * using (vanilla) pytest * using `dig` to check mdns records ## Future considerations - Using idf container...
- [x] Using a real phy chip, via a standard Ethernet cable - [ ] ~~Using a dummy phy, by means of EMAC to EMAC connection~~ - [x] Added emac2emac...
depends on https://github.com/espressif/esp-protocols/pull/511 both eppp server and client can choose to act as USB CDC ACM host or a device. (may need a minor refactor, as we support more and...
Latest IDF supports `CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF` config option which restores global DNS server information from "per-netif" records whenever a new netif is selected for routing (set as default).
* Supports only DATA and PPP mode * [x] Add CMUX modes
- [ ] Add test Closes https://github.com/espressif/esp-protocols/issues/180
Reported by Bangbang and Thread team: "the mdns_service_add() function doesn't handle properly a case where hostname is changed between subsequent mdns_service_add_for_host() function call" ## Issue `mdns_service_add()` makes a copy of...