const createBuffer = function(type, length, timestamp) {
                const buffer = Buffer.alloc(length);
                buffer.fill(0);

                buffer [0] = 0xA5;