Changes

Jump to: navigation, search

Gyrophare

563 bytes added, 22:44, 17 March 2017
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..."
=== 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 <code>GET</code> on '''/on''' and on '''/off'''.

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

For example:

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

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