Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
Little Sweet Home in a application designed to control home sensors (camera, temperature, motion, etc.), based on Molecule Component Framework.
- Host: GitHub
- URL: https://github.com/opensmock/littlesweethome
- Owner: OpenSmock
- License: mit
- Created: 2021-02-07T16:08:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T17:10:07.000Z (over 3 years ago)
- Last Synced: 2024-10-10T13:21:43.720Z (26 days ago)
- Topics: application, components, example, molecule, open-smock, pharo, pharo-smalltalk, smalltalk, smock
- Language: Smalltalk
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.