This commit is contained in:
xuyu0v0
2023-07-10 17:57:55 +08:00
committed by GitHub
parent 39a83164e5
commit b705b456ff

View File

@@ -14,13 +14,13 @@
limitations under the License. limitations under the License.
--> -->
<script type="text/x-red" data-help-name="udp in"> <script type="text/html" data-help-name="udp in">
<p>UDP输入节点<code>msg.payload</code>BufferBase64</p> <p>UDP输入节点<code>msg.payload</code>BufferBase64</p>
<p><code>msg.ip</code><code>msg.port</code>IP</p> <p><code>msg.ip</code><code>msg.port</code>IP</p>
<p><b>注意</b>root使1024广</p> <p><b>注意</b>root使1024广</p>
</script> </script>
<script type="text/x-red" data-help-name="udp out"> <script type="text/html" data-help-name="udp out">
<p>该节点将<code>msg.payload</code>UDP</p> <p>该节点将<code>msg.payload</code>UDP</p>
<p>您也可以使用<code>msg.ip</code><code>msg.port</code></p> <p>您也可以使用<code>msg.ip</code><code>msg.port</code></p>
<p>如果选择广播则将地址设置为本地广播IP地址或者也可以尝试使用全局广播地址255.255.255.255</p> <p>如果选择广播则将地址设置为本地广播IP地址或者也可以尝试使用全局广播地址255.255.255.255</p>