diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2019-02-15 20:23:49 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2019-02-15 20:23:49 -0800 |
| commit | 05ae6ee8d8de1194fe3d7183be5c13422435300b (patch) | |
| tree | cbd876fef8320d82e957c3f3df9fe299075aad97 | |
| parent | 9d2e99b2294ccf849888f1ac14955c76644beedd (diff) | |
Update readme again
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,11 @@ Major changes include: * Kernel Changes 1. freeRTOS -## Rational +## What is ems? +The Embedded Monitoring System is a way of developing embeded systems which may then be controlled monitored and updated using the same mechanism. EMS is initially deployed as an arduino based micontroller which talks to a python based console using a simple syntax. + + +## Reasons to rewrite. Since ems was origionally written the processing power avaliable for less than $20 allows us to think about adding a real time operating system, file system based settings, and presets and other mechanisms that would not have been comfortable in an 8 bit restricted microcontroller. # MVP |
