WPC-Emu should send the content of each new DMD Frame to an external system, so it's possible to connect that to a real DMD display (for example a Color DMD display)
Interface options:
- REST: simple to implement, client and server side
- WebRTC: hard to implement server side, too complex
- WebSockets: more complex than REST
WPC-Emu should send the content of each new DMD Frame to an external system, so it's possible to connect that to a real DMD display (for example a Color DMD display)
Interface options: