In Lab1-Question 9,
is the message being sent using big-endian or little-endian?
Because the most significant bit will be sent first if it is processed using big-endian, but it will be sent last if it is processed using little-endian, right?