How can i do to send the firmware to a range of 50 devices?

Alexander Morillo apps at networkbroadcast.net
Tue Jan 29 10:39:55 EST 2019


Hello, I would like to know how it would be a way to do it using the
GenieACS GUI. I have a custom code that I copied from this forum but it
does not work, I have no idea how to proceed with this.

Any suggestions?

Best Regard

El jue., 11 oct. 2018 a las 18:19, Tunde Oyeyemi (<toyeyemi at ipnxnigeria.net>)
escribió:

> Hi Alexander,
>
> In addition to the suggestions, I think you must have a way of
> identifying the 50 devices to do this. My preferred option will be to
> use eternal API calls. Provisioning script as earlier mentioned may be
> more easier though.
>
> For external API call, i will implement it this way assuming you have on
> the mac addresses for all the devices
>
> 1. Upload the firmware to ACS server.
>
> 2. Retrieve the device_id of all the 50 devices using the mac addresses,
> assuming it is mac on
> InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection
>
> curl -i
> 'http://
> <acs_ip>:7557/devices/?query={%7B%22InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.MACAddress%22%3A%22<device_wan1_mac>%22%7D}&projection=_id'
>
> 3. Convert the device_id to url-enconded and use the API to download the
> firmware to the devices.
>
> --
> ‘Tunde Oyeyemi
>
> _______________________________________________
> Users mailing list
> Users at lists.genieacs.com
> http://lists.genieacs.com/mailman/listinfo/users
>


--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20190129/dd400849/attachment.html>


More information about the Users mailing list