diff --git a/www.strolch.li/blog.html b/www.strolch.li/blog.html index 64db7ce26..c824cfa05 100644 --- a/www.strolch.li/blog.html +++ b/www.strolch.li/blog.html @@ -85,7 +85,7 @@
  • Ready to use Observer pattern
  • (currently) Read-only REST API to access the agent model remotely
  • Configurable environments
  • -
  • Built-in audit trail
  • +
  • Opt-in audit trail (including read access, and the audits themselves)
  • Basic components required to communicate with external devices using TCP/IP
  • With the light weight implementation, where there are basically no third party libraries required for the normal runtime, Strolch has a minimal foot print which allows it to run on small devices for instance a BeagleBone Black. Using the in-memory mode, it is an easy feat to set up test environments with little to no further requirements than the JVM.