LXMF-rs 0.1 (superseded by 0.1.1)
Release 0.1
Superseded by 0.1.1. Use 0.1.1 for current release bundles and cross-platform packaging.
This was the initial Windows daemon-focused release for LXMF-rs.
What's Included
lxmd.exe-- compatibility launcher and CLI control surface.reticulumd.exe-- daemon process actually started bylxmd.lxmd.example.config-- starter config generated fromlxmd --exampleconfig.README.md-- quick runtime usage reference.
Running
- Extract these files into one directory.
- Place a config file next to
lxmd.exe(default name:config), or pass a directory with--config. - Start daemon:
./lxmd.exe --config .\lxmd --rpc 127.0.0.1:4243- Check health:
./lxmd.exe --config .\lxmd --status --rpc 127.0.0.1:4243If needed, copy the binaries and the config together to another machine that can run this package.
Notes
lxmd.exewill search forreticulumd.exenext to itself, one directory up, or the path inRETICULUMD_BIN.- If using the generated sample config, default addresses are
rpc.listen=127.0.0.1:4243andtransport.listen=0.0.0.0:37428.