Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snaipe/gistrelumiere
Windows IoT project on the Intel Galileo
https://github.com/snaipe/gistrelumiere
Last synced: about 1 month ago
JSON representation
Windows IoT project on the Intel Galileo
- Host: GitHub
- URL: https://github.com/snaipe/gistrelumiere
- Owner: Snaipe
- Created: 2016-06-13T18:09:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T16:57:26.000Z (over 8 years ago)
- Last Synced: 2024-10-31T11:45:18.309Z (3 months ago)
- Language: C++
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Windows IOT - Galileo
A server application for the Intel Galileo w/ Windows
that monitors a light sensor.![An Intel Galileo with a light sensor attached][galileo]
## Building
### Dependencies
This project requires Visual Studio 2013.
### Compiling from source
Open the solution in visual studio and build it.
The resulting application will be available at `/server.exe`
### Deploying to the Galileo
Upload the executable to the card with the method of your choice (ftp or deploy from VS), then
run it from the remote command line.## Running
Usage: `lumiere.exe [sampling time] [brightness threshold]`
Run the executable from the remote command line. The application may take
an optional parameter that indicates the time in ms between two brightness
samplings and a brightness threshold (0-1000) that indicates the ON/OFF
status of the ambient light.[galileo]: https://cdn.sparkfun.com/assets/learn_tutorials/2/7/5/Galileo-SIK-circuit_06.jpg