Skip to content

LXMF-rs 0.1 (superseded by 0.1.1)

Choose a tag to compare

@brothercorvo brothercorvo released this 12 Mar 16:05
· 544 commits to main since this release
1d0b9f1

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 by lxmd.
  • lxmd.example.config -- starter config generated from lxmd --exampleconfig.
  • README.md -- quick runtime usage reference.

Running

  1. Extract these files into one directory.
  2. Place a config file next to lxmd.exe (default name: config), or pass a directory with --config.
  3. Start daemon:
./lxmd.exe --config .\lxmd --rpc 127.0.0.1:4243
  1. Check health:
./lxmd.exe --config .\lxmd --status --rpc 127.0.0.1:4243

If needed, copy the binaries and the config together to another machine that can run this package.

Notes

  • lxmd.exe will search for reticulumd.exe next to itself, one directory up, or the path in RETICULUMD_BIN.
  • If using the generated sample config, default addresses are rpc.listen=127.0.0.1:4243 and transport.listen=0.0.0.0:37428.