Author: Pablo Carranza Vélez

  • New Supervisor endpoint: Device State

    A while ago- we introduced the Resin Supervisor v1 and its API [https://resin.io/engineering/introducing-and-open-sourcing-the-resin-supervisor-v1-and-its-api/] – which allows you to have more control over what happens on your device. Now- we have released a new Supervisor version- v1.6.0- that adds a new endpoint to this API: GET /v1/device. This endpoint returns a JSON object which allows you…

  • Customize the way your devices are updated

    Introducing Update Strategies and zero-downtime updates At resin.io- we want to give you full control over your devices while keeping the experience as simple as possible. Going with this philosophy- we have recently released a new feature- Update Strategies- to give you more power over how your application gets updated on the device. These strategies…

  • Continuous integration on your devices

    Deploy to Resin from GitHub using Travis CI We’ve heard from several users that it would be nice for Resin to ‘watch’ a GitHub repository and deploy directly from there to Resin-connected devices. So we prepared a simple demo project that uses Travis CI [https://travis-ci.org] to accomplish this. Another benefit is centralized build logs. We…