ROOT_CA_CERTIFICATE: Root CA certificate of the MQTT broker See Setting up the MQTT broker to learn how to configure these macros for AWS IoT and Mosquitto MQTT brokers. For a full list of configuration macros used in this code example, see Wi-Fi and MQTT configuration macros. Other confi...
<HUAWEI> system-view [HUAWEI] sysname DeviceA [DeviceA] info-center enable Configure a channel and rules for outputting logs to a log host. # Configure the information channel. By default, the names of channel 2 and channel 6 are loghost and channel6, respectively. Set the name of channel...
Create a VC connection. Enable MPLS L2VPN on PE1 and PE2, and create a VC connection between them. # Configure PE1. [PE1] mpls l2vpn [PE1-l2vpn] quit [PE1] pw-template pe2pe [PE1-pw-template-pe2pe] peer-address 3.3.3.9 [PE1-pw-template-pe2pe] jitter-buffer depth 8 [PE1...
//VersionedChecksummedBytes.java public final String toBase58() { // A stringified buffer is: // 1 byte version + data bytes + 4 bytes check code (a truncated hash) byte[] addressBytes = new byte[1 + bytes.length + 4]; addressBytes[0] = (byte) version; System.arraycopy(bytes, ...
In this example, a handler allows an RPG programmer to read a stream file in the Integrated File System. The provider of the handler has also provided a copy file containing a template for a data structure to be used as a communication area between the RPG program and the handler. The ...
app.canLogMsgBuffer = msg(msg.Name == "CruiseCtrlCmd", :); catch err disp(err.message) end end To see what the messages returned from the receive command look like in the timetable format, run the following code: Get % Queue periodic transmission of CAN messages to generat...
# keymap_zoom = SYSTEM_SCANCODE_29 # Key for toggling the display of the HUD. # See https://docs.luanti.org/for-players/controls/ # type: key # keymap_toggle_hud = SYSTEM_SCANCODE_58 # Key for toggling the display of chat. # See https://docs.luanti.org/for-players/co...
} while (!(logflag || pwdflag) && fgets(buffer, BUFSIZE, netrc) != NULL) { /* Find system name in ~/.netrc. */ if ((systag = (char*)strtok(buffer, " \t\n")) != NULL && !strncmp(systag, "machine", 7)) { systag = (char *)strtok(NULL, " \t\n"); if (!
In this diagram, the sniffer is attached to a port that is configured to receive a copy of every packet that host A sends. This port is called a SPAN port. The other sections of this document describe how you can tune this feature very precisely in order to do more than just monitor ...
<Huawei> system-view [Huawei] sysname Router [Router] info-center enable Configure a channel and a rule for outputting traps to the SNMP agent. # Configure a channel for outputting traps to the SNMP agent. [Router] info-center snmp channel channel7 # Configure a rule for outputting traps ...