-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
samples: net: Add UDP sample #11773
samples: net: Add UDP sample #11773
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sample represents one of the most common use-cases for nRF91 and it is extensively used as an example/benchmark for power profiling the product. It's important that it keeps showing clearly what to do on the nRF91 to achieve low power consumption in this most common use-case of sending UDP packets.
It should remain in samples/cellular
in its current form, moving it under samples/net
hides everything that it is trying to show.
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Marking DNM for now pending a discussion on how we want to split up our samples between net and cellular. |
Please create a new sample in |
Will do |
fcb10a7
to
7b6a9ff
Compare
Zephyr NET Connection Manager
7b6a9ff
to
85f1af2
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
85f1af2
to
3052753
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
9c70ec8
to
24139bb
Compare
a01d307
to
0bfe8ad
Compare
aa6754b
to
2def5ce
Compare
2def5ce
to
5116ba4
Compare
@lemrey @umapraseeda Comments addressed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some nitpicking
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
=============== | ||
|
||
If you have issues with connectivity on nRF91 Series devices, see the `Cellular Monitor`_ documentation to learn how to capture modem traces in order to debug network traffic in Wireshark. | ||
This sample enables modem traces by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add a note about debugging wifi connectivity issues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't really have a good way of doing this ATM other than the usual suspects for conventional debugging. Nice improvement would be do offer a a guide to our users on how to setup wifi tracing or something equivalent. cc @ioannisg
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
610d4ea
to
1f1513e
Compare
@rlubos @balaji-nordic Renamed some functions and added some more error checking. |
1f1513e
to
2e635c7
Compare
outdated. (and I am trying this functionality)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a leftover in one of the project configurations.
Add UDP sample that demonstrates basic UDP communication. The sample supports both Wi-Fi and LTE depending on the target board. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
2e635c7
to
3b44bfb
Compare
Add UDP sample that demonstrates basic UDP communication.
The sample supports both Wi-Fi and LTE depending on the target board.