energostack / bisquitt

Bisquitt, a transparent MQTT-SN gateway
Eclipse Public License 2.0
19 stars 3 forks source link

Use `packets.EncodeUint16` in `packets.DecodeShortTopic`? #65

Open dmajda opened 1 year ago

dmajda commented 1 year ago

The packets.DecodeShortTopic function could use packets.EncodeUint16 internally and just convert the result to a string. However packets.EncodeUint16 is in header.go, which suggests it is intended to be used only in code dealing with packet headers. Maybe move it out of that file and consider it a more general function?