![Flexitron Webdyn WebdynEasy LoRaWAN User Manual Download Page 57](http://html1.mh-extra.com/html/flexitron/webdyn-webdyneasy-lorawan/webdyn-webdyneasy-lorawan_user-manual_2304913057.webp)
57
USER MANUAL - WebdynEasy LoRaWAN
Version 0.10
7
Update
The WebdynEasy LoRaWAN hub can be updated locally or remotely. The latest firmware
version (“GatewayLoRaWAN_x.x.x.cwe”) is available for download from our web site at the
following address:
https://www.webdyn.com/support/lorawan/
7.1
Local
To update the hub locally, use its web interface and go to the “Actions” tab and then follow
the “File Upload” system file upload procedure
(see section 5.1.7.5: “System file upload: File
upload”)
7.2
Remote
For a remote update, the file containing the update must be uploaded to the "BIN" directory
on the remote server, and an "update" command must be sent to the hub.
The update command can be sent either in a command file or by text message. The command
must include the name of the file containing the update (“firmware” field) and its associated
MD5 code (“checksum” field).
Example:
•
By XML file:
•
By text message:
It is strongly recommended to use a command file (XML).
<commands
xmlns
=
"http://www.webdyn.com/GWL_command_20190719"
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation
=
"http://www.webdyn.com/GWL_command_20190719 command.xsd"
>
<cmd>
<update>
<firmware>
GatewayLoRaWAN_1.3.0.cwe
</firmware>
<checksum>
c1fb7d81f3d53a8b7bf94098115249d3
</checksum>
</update>
</cmd>
</commands>
cmd=update
firmware=GatewayLoRaWAN_1.3.0.cwe
checksum=c1fb7d81f3d53a8b7bf94098115249d3