5 ms·
> Currently, only Windows and Linux are supported by BBA-IPC, but if there is enough interest, cristian64 has already found another library that could let us su
by SandmanDP 9mo ago
> Currently, only Windows and Linux are supported by BBA-IPC, but if there is enough interest, cristian64 has already found another library that could let us support this in other operating systems.
For anyone curious, the cross-platform IPC library they’re considering is ZeroMQ. Draft pull request here: https://github.com/dolphin-emu/dolphin/pull/14046 https://github.com/dolphin-emu/dolphin/pull/14046
- binary132 9mo agoI thought zmq was unmaintained now and nanomsg was supposed to be the new thing to use…
- SandmanDP 9mo agoHad to look it up. Saw this right on the main page of nanomsg: > This project has largely been superceded by the nng project. Users are encouraged to use nng if they are able. The nng project is wire compatible with this library, and supports a significant superset of capabilities.
- binary132 9mo agoAh, yeah nng is “nanomsg next generation”