# Shiftr.io

shiftr.io is a MQTT and HTTP interface... what does that mean? Essentially its a platform that allows you to pass data in and out between different ‘Internet of Things’ connected devices. It is specifically good for developing these types of devices whilst in the prototyping stage. Use of ESP32 Development IOT microprocessors (essentially cheap internet connected arduinos) allows you to connect two internet connected microprocessors together or connect them to faceOSC via Processing. faceOSC & shift.io are essentially a cheap opensource face control workstation.

We will use shiftr.io for all IOT enabled projects - as part of the Toolkit this is only the ESP32 enabled Pinball. However we think you should be able to enable the other EBC projects using principles from this project.

<https://shiftr.io/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://josephlyons.gitbook.io/face-control-digital-toolkit/tools/shiftr.io.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
