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: about 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T17:10:07.000Z (about 5 years ago)
- Last Synced: 2025-02-18T11:13:56.511Z (about 1 year 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.