Open nadenislamarre opened 6 months ago
There's no PR description, what is the reasoning behind the move?
As commented in the code I didn't care about endianess. The assumption was that dmdserver runs as a service on the same machine as the clients. So endianess should not be an issue. Now @nadenislamarre tries to send data to dmdserver running on a different host.
@nadenislamarre uses dmd-play as client. Therefore, the current state of the PR seems to be sufficient. But if the client uses libdmdutil (VPX, PPUC, etc), I assume that big endian should be ensured as well when sending data. Do you agree?
@mkalkbrenner just wanted to know why, don't want to be involved in decision making as an observer.
There's no PR description, what is the reasoning behind the move?