Base64 encoding and decoding

Base64 encoding and decoding

@Ronaldo Oliveira

Hello,

I’m a new user and I’m registering a new device. My device is connected through Everynet (ATC Brazil), and the payload is encoding in Base64.

How can I do the parse in my payload to view my variables?

Below an exemple about my frame:

payload (Base64): AQAWAgAABQMAxYo=
bytes: 01 00 16 02 00 00 05 03 00 C4 03

In this frame I have three variables, each one is identified by an ALIAS (01, 02 and 03):
variable 1: 01 (ALIAS) 00 16 (data)
variable 2: 02 (ALIAS) 00 00 05 (data)
variable 3: 03 (ALIAS) 00 C4 03 (data)

Thanks
Ronaldo Vieira