nerves-hub / nerves_hub_web

Manage firmware updates for Nerves devices
https://nerves-hub.org/
Apache License 2.0
175 stars 63 forks source link

Push scripts directly to a device #1349

Closed oestrich closed 2 days ago

oestrich commented 1 week ago

If the device's api version is past 2.1.0 then we can push a script directly to the device to be evaluated and returned instead of over the console channel. This has much more reliable output and return capture since we're not using the same console channel as potential other users.