export default { processPacket: async function (packet) { packet.payload = this.port +':'+packet.payload return packet } }