From 3369d839042d1efdec5d23558ee132975ddaee61 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Sun, 24 Aug 2014 16:58:33 +0200 Subject: [PATCH] [Minor] blog article for version 1.0.0 --- www.strolch.li/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.