Cosmos is a Internet of Things (IoT) platform completly written in Smalltalk.
Explore the docs »
Report a defect
|
Request feature
Name origin: Cosmos is used at times when the universe is regarded as a complex and orderly system or entity; the opposite of chaos.
With Cosmos, we aim to provide a platform to collect data from connected devices and act on them defining a set of rules.
- The code is licensed under MIT.
- The documentation is licensed under CC BY-SA 4.0.
On Pharo 6 open Playground and evaluate:
Metacello new
baseline: 'Cosmos';
repository: 'github://iot-uca/back-end:master/source';
load: ('Development').
You may prefer to get a fresh new Pharo image and put IoT-UCA in it. You can use the script: it will get the last Pharo image+VM, install IoT-UCA code and give you a warming welcome!
Cosmos uses BA-ST architecture projects, like Stardust and Kepler.