1.Add spdlog to save log file 2.Add program options to connect specific broadcast code and decide whether to save log file 3.Add comments in readme for windows 64-bit project compilation
cmd.packet.data is allocated using new[] and freed using delete. Use delete[] instead.