UDP
$ ss -u
課題:
まだ理解してないけど、
$ echo -n "hello" >/dev/udp/localhost/8000
-n は、do not ouput the trailing newline
$ echo -n "hello" >/dev/udp/192.168.0.111/8000
remoteにも送れる。便利。
/dev/udp は、bash特有の alias らしい。 netcatだと、receiveをbindしてlistenしてくれる?ので、確認としてこちらが便利かも。 Node-REDでUDPを使う場合は、返信を受けるなら、portを固定した形にする。 outして
https://gyazo.com/d7f35eb8e9ed5fb7894b635aa7079b59
in を受ける
https://gyazo.com/d7f35eb8e9ed5fb7894b635aa7079b59