fabaccess-bffh/examples/README.md

386 B

API-Testsetup

wirklich nur um das API zu testen. ATM implementiert: machines::* & machine::read, authenticate

  1. Ein mosquitto o.ä MQTT Server starten
  2. Datenbanken füllen: cargo run -- -c examples/bffh.dhall --load=examples
  3. Daemon starten: cargo run -- -c examples/bffh.dhall
  4. ???
  5. PROFIT!

A dockerized version of this example can be found in the docker subdirectory