Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Step by step manual for getting started with Shiftr.io (Software), Shiftr.io Pocket and Processing

...

Also you need to make sure that you're running the latest version of Processing. If you have an old version or haven’t Processing installed at all, get it from their website.

Afterwards, download the processing-mqtt library from the GitHub repository. When the download has finished, move the library to your sketch folders libraries directory. More information about installing a library can be found here.

...

Wifi:
In this example, we're using an iPhone hotspot, so you can be more flexible and don't have to stay within the reach of the router. Use the name and password of your wifi (for the routers it's BRIDGE / internet). Don't forget to press Configure.

MQTT:The Host field needs your IP-adress, the

Normally:

When you're connected to the internet, use the domain name of Shiftr.io in the Host field: broker.shiftr.io. The is MQTT Port is usually 1883 and the Client ID is your connected device. Because we're using the try namespace, the Username and Password is both «try». Of course, you can use your own namespace here.

Image Added


When using Lokal Broker:

The Host field needs your IP-adress. Check with «alt» + click on the wifi icon in your Menu Bar.

Image Added

Device:
Make sure you've got the right Device Name and Base Topic. Usually it's the same as your Client ID.

...