Skip to content
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

core-node-docs:upd-out #2062

Merged
merged 4 commits into from
May 15, 2024
Merged

core-node-docs:upd-out #2062

merged 4 commits into from
May 15, 2024

Conversation

sumitshinde-84
Copy link
Collaborator

Description

Related Issue(s)

Checklist

  • I have read the contribution guidelines
  • I have considered the performance impact of these changes
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated

@sumitshinde-84 sumitshinde-84 marked this pull request as ready for review May 15, 2024 07:09

The udp-out node in Node-RED is a node used for sending UDP messages to a specified network destination. When you add a udp-out node to your Node-RED flow, you configure it with the IP address and port of the destination device or service. Then, any messages received by the udp-out node are sent as UDP packets to that destination. This node is particularly useful for applications where real-time communication or lightweight message transmission is required.

### What is Udp?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UDP, and link this time to the UDP-in. Don't repeat content, SEO / Google doesn't like that.

@ZJvandeWeg ZJvandeWeg merged commit 14cf9d6 into main May 15, 2024
5 checks passed
@ZJvandeWeg ZJvandeWeg deleted the core-node-docs-udp-out branch May 15, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants