-
It would be great if this could be used with resin.io much like many other configurations: https://github.com/kersing/ttn-resin-gateway-rpi
-
I am using a Raspberry Pi 3 with a Matrix Creator board and resin.io. Resin uses dockerfiles to push deployments to multiple connected devices, and using the Matrix documentation in the matrix-creator…
-
Hi guys, I'm Juan Cruz Viotti from [resin.io](resin.io).
We've been building a dashboard to evaluate the health of our numerous GitHub repositories, and found this awesome project, which was exactl…
-
Documentation link: https://github.com/resin-io/resin-sdk-python/blob/master/DOCUMENTATION.md#supervisor
Code that makes them both mandatory: https://github.com/resin-io/resin-sdk-python/blob/maste…
-
Here https://github.com/resin-io/resin-sdk/blob/master/lib/resin.coffee#L77
The sdk sets a default value for `apiUrl` and `imageMakerUrl` instead of getting these from settings.
This means that if…
-
It seems that the combination of udev and `network_mode: host` causes cellular modems to be replugged after a container restart, which often will result in the modem never reconnecting.
The recomme…
-
This is an issue to track the various upgrades which will be made to the V2 API. Any suggestions should be added to this issue too.
Currently, we have a status endpoint, which supports multicontain…
-
I'm trying to create a container with the electronjs sample and I get the following error:
```
~/resin/resin-electronjs (master) > rdt push resin -s .
? Select a name for the application electro…
-
We should probably also point the user on how to workaround this:
1. pre-register the device with a custom uuid with `resin device register MyApp --uuid ` as documented at https://docs.resin.io/refere…
-
Etcher commit guidelines (https://github.com/resin-io/etcher/blob/master/docs/COMMIT-GUIDELINES.md) does not match resin commit requirements. Issues:
1. Etcher guideline require subject of the commit…