research and implementation of socket-based custom protocol.
(stale)
description:
header: 0xAA
length: option (1 byte) + cmd (1 byte) + data (N byte)
optoin: high 4-digit is version number, and low 4-digit is reseved
cmd : 0x01
data : data[0] = 0x01 or 0x02
0x01: heartbeat package
0x02: report
crc : crc value of length[2], option, cmd and data
tail : 0xFF
run the following command in the root directory:
makeclean up please use:
make cleanyou must be set the LD_LIBRARY_PATH use export LD_LIBRARY_PATH=(path)/(to)/(lib)