How to listen to different UDP ports on the same address within the same process in Node.js
问题 I'm writing a Node.js app to control a small drone. Here are the instructions from the SDK: Use Wi-Fi to establish a connection between the Tello and PC, Mac, or mobile device. Send Command & Receive Response Tello IP: 192.168.10.1 UDP PORT: 8889 <<-->> PC/Mac/Mobile Step 1: Set up a UDP client on the PC, Mac, or mobile device to send and receive message from the Tello via the same port. Step 2: Before sending any other commands, send 'command' to the Tello via UDP PORT 8889 to initiate SDK