Skip to content
Craig Hesling edited this page Feb 3, 2016 · 8 revisions

Development Notes

Things that should be fixed

  • Add separate unsigned and signed type inputs and outputs
  • Add universalize the data types sizes across architectures

Features I would like to see

  • Switch to using the standard printf formatting line
  • Add feature that inserts magic number into header and checksums of packed data. This would allow receivers to detect the presence of serialized data with other data. This should be a feature like the HASTABLE that can be optionally enabled.
  • Ability to send and recv the serialized data over a socket
  • Architecture independent packed data (correct endianness)
  • Add C string type handing for convenience.

Clone this wiki locally