# Non connected updates?

**URL:** https://hub.mender.io/t/non-connected-updates/1923
**Category:** General Discussions
**Created:** [May 14, 2020, 9:25pm UTC](https://hub.mender.io/t/non-connected-updates/1923 "2020-05-14T21:25:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nimbusgb](https://avatars.discourse-cdn.com/v4/letter/n/8e8cbc/32.png) [@nimbusgb](https://hub.mender.io/u/nimbusgb)
#### Post date: [May 14, 2020, 9:25pm UTC](https://hub.mender.io/t/non-connected-updates/1923/1 "2020-05-14T21:25:32Z")

</div>

I am investigating the use of Mender as an update mechanism for a handheld device, in fact a couple of devices but one step at a time.

The devices are not permanently connected to any network. In fact they are more, rarely connected to a network. I want however to be able to apply updates to the application running on the handset but only on demand. So the user would take the device to somewhere where an update server wifi AP is available, turn on WiFi on the device, configured to only be able to connect to a pre configured AP, and connect. the server then identifies the device, performs all the checks and passes an update to the client. the update is applied and the device then shuts down the WiFi hardware to conserve power.

Could Mender be configured to perform in this manner?

Is the rollback feature able to be disabled or is it necessary to do so?

I am running a CC6 UL / Yocto based project

---

<div class="post-metadata">

### Author: ![dellgreen](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/dellgreen/32/85_2.png) [@dellgreen](https://hub.mender.io/u/dellgreen)
#### Post date: [May 15, 2020, 1:26pm UTC](https://hub.mender.io/t/non-connected-updates/1923/2 "2020-05-15T13:26:22Z")

</div>

One option: We had a somewhat similar requirement and ended up using the official mender client in standalone mode to apply an already downloaded update and wrote our own client to interface between the cloud server and our on-demand functionality using the mender server rest API.

---

<div class="post-metadata">

### Author: ![bri](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/bri/32/627_2.png) [@bri](https://hub.mender.io/u/bri)
#### Post date: [May 16, 2020, 12:14am UTC](https://hub.mender.io/t/non-connected-updates/1923/3 "2020-05-16T00:14:12Z")

</div>

Could you please provide some documentation on how you use the official mender client in standalone mode? I think I want to do something similar for my project, but the official documentation is more than lacking.

---

<div class="post-metadata">

### Author: ![dellgreen](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/dellgreen/32/85_2.png) [@dellgreen](https://hub.mender.io/u/dellgreen)
#### Post date: [May 16, 2020, 8:57am UTC](https://hub.mender.io/t/non-connected-updates/1923/4 "2020-05-16T08:57:59Z")

</div>

The mender team have a good writeup on standalone mode which can be found here:

[https://docs.mender.io/2.3/architecture/standalone-deployments](https://docs.mender.io/2.3/architecture/standalone-deployments)
