insipx / Gomoku

Gomoku (Connect 5) Networked Game
www.cs.scranton.edu:32200
0 stars 0 forks source link

Serialize Gips struct before/after sending over the line #29

Open insipx opened 7 years ago

insipx commented 7 years ago

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.

insipx commented 7 years ago

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

Romulus10 commented 7 years ago

Where are we at with this one?