forked from espressif/esp-protocols
-
Notifications
You must be signed in to change notification settings - Fork 1
Update #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
diplfranzhoepfinger
wants to merge
35
commits into
david-cermak:feature/modem_example_at_mqtt
Choose a base branch
from
diplfranzhoepfinger:develop
base: feature/modem_example_at_mqtt
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update #1
diplfranzhoepfinger
wants to merge
35
commits into
david-cermak:feature/modem_example_at_mqtt
from
diplfranzhoepfinger:develop
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74d9b95 to
4d2bd34
Compare
9e3770b to
68d6bf1
Compare
64f178c to
31d4323
Compare
…ple_at_mqtt feat(esp_modem): Add mqtt example in AT-only mode
Also added .cz config for modem components
…ertificate MQTT: complete client authentication configuration (IDFGH-9656)
* Read after the allocated area (which may lead to subsequent mdns name corruption) * Potentially uninit variable used in condition
Also fixes one minor from esp_netif_linux implementation
esp_modem: version 1.0.0 (plus cz-bump config)
fix(mdns): Fix memory issues reported by valgrind
Skip solving conflicts for delegated names and delegated services Closes espressif#185
…name_collision fix(mdns): Incorrect name collision
…6-address-in-mdns-answer mdns: append all ipv6 address in mdns answer (IDFGH-9646)
Removed sharing the data via the global variable `_mdns_server`, added API `mdns_is_netif_ready()`
…rking mdns: Decouple networking from the main mdns module
…r_spacings Fix weird error message spacings (IDFGH-9704)
5e8be44 to
f6ff132
Compare
- update esp_modem to use esp_docs - migrated docs from github pages to docs.espressif.com
…roving docs: Improving documentation (IDF-7064)
…ocs_and_yml_file docs(esp_mqtt_cxx): updated documentation and deployment *yml file
Fix deadly mdns crash (IDFGH-9800)
mdns: Add APIs to lookup delegated services (IDFGH-9790)
…_targets mdns: Build all targets and releases
docs(common): updated component and example links
david-cermak
added a commit
that referenced
this pull request
Mar 5, 2025
david-cermak
added a commit
that referenced
this pull request
Mar 5, 2025
david-cermak
added a commit
that referenced
this pull request
Mar 7, 2025
david-cermak
added a commit
that referenced
this pull request
Mar 24, 2025
david-cermak
added a commit
that referenced
this pull request
Nov 3, 2025
feat(mdns): Make mdns-debug a separate module feat(mdns): Separate packet-tx and browse feat(mdns): Add responder module feat(mdns): Querier-search stuff, Responder-pcb stuff feat(mdns): action queue abstraction fix(mdns): Minor cleanup of packet parser fix(mdns): Cleanup and split interfaces between modules feat(mdns): Add fuzzing job with AFL++ fix(mdns): Rename and cleanup feat(mdns): Add service module fix(mdns): Forward porting 8ca45f3 delete race fix(mdns): Minor cleanup fix(mdns): Refactor fuzzer test suite fix(mdns): Add host unit tests fix(mdns): Add receiver unit tests feat(mdns): Add test template for mdns-sender fix(mdns): Minor cleanup fix(mdns): Cleanup querier and pcb fix(mdns): Cleanup mdns sender fix(mdns): Cleanup mdns sender fix(mdns): Add documentation about the refactor, remove old fuzz fix(mdns): Add refactoring details to help review changes fix(mdns): Add data-flow diagram fix(mdns): Make debug module more flexible and enable routing printfs to esp_log component fix(mdns): Address minor review comments fix(mdns): Debug prints with small buffer fix(mdns): Minor cleanup fix(mdns): Fix host tests by freezing idf-build-apps to 2.10 fix(mdns): per final code review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update to latest ESP-Modem