simplexmq icon indicating copy to clipboard operation
simplexmq copied to clipboard

⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.

Results 135 simplexmq issues
Sort by recently updated
recently updated
newest added

Hello SimpleX Chat team and community! I noticed that the docker containers built from the prebuilt or manually built images as described in the documentation run with root privileges on...

The script I'm running results in the XFTP server getting up and running, but the SMP server fails with the error: `no HTTPS credentials: /etc/opt/simplex/web.crt, /etc/opt/simplex/web.key` OS: NixOS ``` $...

- [x] protocol - [x] server implementation, with/without proxy - [x] client funcs, with/without proxy - [x] server test via protocol, without proxy - [x] server persistence (separate append log)...

Running: ``` wget https://github.com/simplex-chat/simplexmq/releases/download/v6.0.6/xftp-ubuntu-22_04-x86-64 chmod +x xftp-ubuntu-22_04-x86-64 ./xftp-ubuntu-22_04-x86-64 --version ``` one gets: ``` SimpleX XFTP client v1.0.1 ``` instead of `6.0.6` (same as the release downloaded from github). --- For...