Pa
Authentication Packet
Added on v2.6.0
TCP
Defines the authentication packet for the Layrz Protocol. This packet is used to authenticate clients with the server, ensuring that the data that will be send to the server is valid and authorized.
Example Usage
<Pa>IMEI;PASSWORD;CRC16</Pa>
Parameter | Type | Description | Example |
---|---|---|---|
IMEI | string | Unique identifier of the device | 123456789012345 |
PASSWORD | string | Password for the device | 1234 |
CRC16 | string | Cyclic Redundancy Check for error checking | 1234 |
Considerations
This packet is only designed to be used on TCP mode, using it on HTTP mode will return a Ar packet.