insipx/Gomoku

Serialize Gips struct before/after sending over the line

Opened this issue · 2 comments

In order to accomodate different architectures, we must have a way to cater to both little and big-endian machines. This means using htons and htoni functions in a GIPS unpack function.

Added in ntohl and htonl but never truly serialized data. Still requires work.

Where are we at with this one?