![Kiwi TLG3901BLV2 Скачать руководство пользователя страница 42](http://html.mh-extra.com/html/kiwi/tlg3901blv2/tlg3901blv2_user-manual_1974254042.webp)
Gateway TLG3901B/BLV2 Series User Manual
V2.0.4
41
December 2020
udp_sock.send(recv_data, 0, recv_data.length, server_port,
server_ip, function(err, bytes) {
if (err) throw err;
debug_print('UDP message sent to ' + ser':'+ server_port);
});
}
function beacon () {
if (update_cmd == true) {
debug_print("Send beacon with cmd");
beacon_pkt[3] = cmd_node_address;
beacon_pkt[4] = cmd_node_data;
update_cmd = false;
} else {
debug_print("Send beacon");
beacon_pkt[3] = 0;
beacon_pkt[4] = 0;
}
beacon_pkt[2] = 0x11; //beacon cmd
beacon_channel.data = new Buffer(beacon_pkt).toString('base64');
send_pkt(JSON.stringify(beacon_channel));
beacon_pkt[1]++;
}
Содержание TLG3901BLV2
Страница 1: ...Gateway TLG3901B BLV2 User Manual V2 0 4 Deccember 2020 ...
Страница 3: ...Gateway TLG3901B BLV2 Series User Manual V2 0 4 II December 2020 9 References 55 10 Certification 56 ...
Страница 23: ...Gateway TLG3901B BLV2 Series User Manual V2 0 4 22 December 2020 Figure 3 17 TLG3901B BLV2 Upgrading ...