Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opensmock/littlesweethome

Little Sweet Home in a application designed to control home sensors (camera, temperature, motion, etc.), based on Molecule Component Framework.
https://github.com/opensmock/littlesweethome

application components example molecule open-smock pharo pharo-smalltalk smalltalk smock

Last synced: 1 day ago
JSON representation

Little Sweet Home in a application designed to control home sensors (camera, temperature, motion, etc.), based on Molecule Component Framework.

Awesome Lists containing this project

README

        

# LittleSweetHome
Little Sweet Home in a application designed to control home sensors (camera, temperature, motion, etc.), based on Molecule Component Framework.

## Installing

```smalltalk
Metacello new
baseline: 'LittleSweetHome';
repository: 'github://OpenSmock/LittleSweetHome/src';
load.
```

## Demo

To start the demo (open a Transcript to display application messages) :

```smalltalk
launcher := LSHLauncher start.
```

Demo capacities :

```smalltalk
launcher demoAddCameras.
launcher demoAddTemperatureSensor.
launcher demoMotionSensor.
launcher demoRecording.
launcher demoRecordingControlledCamera.
launcher demoRecordingFixedCamera.
launcher demoTemperatureSensor.
```

## Credits

* **Camille Delloye** - *Initial work*
* **Eric Le Pors** - *Initial work* - [ELePors](https://github.com/ELePors)
* **Pierre Laborde** - *Initial work* - [labordep](https://github.com/labordep)

## License

This project is licensed under the MIT License.