Skip to content
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>
ParameterTypeDescriptionExample
IMEIstringUnique identifier of the device123456789012345
PASSWORDstringPassword for the device1234
CRC16stringCyclic Redundancy Check for error checking1234

Considerations

This packet is only designed to be used on TCP mode, using it on HTTP mode will return a Ar packet.