[Minor] blog article for version 1.0.0

This commit is contained in:
Robert von Burg 2014-08-24 16:58:33 +02:00
parent 62a636ae71
commit 3369d83904
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<li>Ready to use <a href="http://en.wikipedia.org/wiki/Observer_pattern">Observer</a> pattern</li>
<li>(currently) Read-only <a href="http://en.wikipedia.org/wiki/Restful">REST</a> API to access the agent model remotely</li>
<li>Configurable environments</li>
<li>Built-in audit trail</li>
<li>Opt-in audit trail (including read access, and the audits themselves)</li>
<li>Basic components required to <a href="https://github.com/eitchnet/ch.eitchnet.utils/tree/master/src/main/java/ch/eitchnet/communication">communicate</a> with external devices using TCP/IP</li>
</ul>
<p>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 <a href="http://beagleboard.org/Products/BeagleBone+Black">BeagleBone Black</a>. Using the in-memory mode, it is an easy feat to set up test environments with little to no further requirements than the JVM.</p>