fabaccess-bffh/examples
Nadja Reitzenstein 165b269d4f Fix example config 2023-02-23 14:25:44 +01:00
..
docker fix config file for docker 2021-09-19 19:45:52 +00:00
README.md improved docker example again 2020-12-22 02:43:15 +01:00
actor.py Improve examples 2022-03-12 01:28:07 +01:00
actor.sh better output and examples 2021-09-21 09:22:54 +02:00
bffh.dhall Fix example config 2023-02-23 14:25:44 +01:00
fail-actor.sh better output and examples 2021-09-21 09:22:54 +02:00
init.py Process initiator working 2022-06-18 16:52:30 +02:00
self-signed-cert.pem Improve examples 2022-03-12 01:28:07 +01:00
self-signed-key.pem Improve examples 2022-03-12 01:28:07 +01:00
users.toml fix fabfire mechanism integration and improve logging 2022-03-19 06:00:21 +01:00

README.md

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