Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 936 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 936 Bytes

Realraum Backend collection

A monorepo for the various backends of Realraum.

The frontend can be found in realraum-frontend, which is a separate repository. It's written in Leptos, a Solid-inspired web framework for Rust, though it may be rewritten in Solid.js in the future.

Use

cross build --release --target=arm-unknown-linux-gnueabihf

to build for the Raspberry Pi using cross.

Configuration

Provide something like 0.0.0.0:4242 to the env vars

  • R3_SOUNDS_ADDR, and
  • R3_PROJECTOR_ADDR

to configure the ip addresses and ports of the sounds and the projector backends, respectively.