Gyrophare

From Fixme.ch
Revision as of 01:44, 18 March 2017 by Binary Brain (Talk | contribs) (Created page with "=== Information === The "Gyrophare" (''warning light'' in french) is an IoT device located in the middle of the hackerspace (at least when this page was written). == Control...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Information

The "Gyrophare" (warning light in french) is an IoT device located in the middle of the hackerspace (at least when this page was written).

Control

You can control the Gyrophare via HTTP by calling a GET on /on and on /off.

It's current IP address is static (hardcoded in the WeMos) and is 62.220.135.210.

For example:

curl http://62.220.135.210/on 
curl http://62.220.135.210/off

Note that both request (also GET http://62.220.135.210/) are answered with a OK.