simplexmq
simplexmq copied to clipboard
⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.
This isn't really an issue just saving time for others. I've setup an instance, but I wanted a QR on the front page so here is what i did. I...
context: using client libs v6.0.3 actual: after upgrading simplexmq 6.0.3 to 6.0.6, group links cannot be created any longer; api call returns 'null' expected: api call should return valid group...
is it possible to run simplex-chat via a server on a lan, so as to allow chat between users on a lan, in the absence of an internet connection? and...
If you don't want others to use your server for message relays, you surely don't want others using it for file transfers. Looks like server has option to configure already...
Added '--network=host' to build commands for smp-server and xftp-server to fix issue with no network available. See issue logged here - https://github.com/simplex-chat/simplexmq/issues/1253 Fixed a typo from '# For xmp-server' to...
Can I build it on a server with Oracle ARM-CPU? What should I do?
I think it would be helpful to have a docker compose example for users. It may be simpler than the docker run example. If you think a docker compose suggestion...
Hi, I have a faster machine which I like to compile the simplexmq server and transfer it to the VPS which is slower to compile. Is it possible to do...
This problem is probably in the upstream Haskell, this issue is created to document this problem. Steps to reproduce: 1. Bootstrap a i386 Debian bookworm chroot (build environment). 2. Manually...