Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-16 Thread Amit Goyal
Hi Federico Need your help again ! I have registered device by calling http://172.18.0.x:8000/controller/register/ with information as secret , name , backend , mac_address . device registred successfully with below response registration-result: success uuid:

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-12 Thread Amit Goyal
Thanks a lot Federico for your help! I will start implementation as per your suggestion now . Regards Amit On Thursday, July 11, 2019 at 6:22:11 PM UTC+5:30, Federico Capoano wrote: > > On Thu, Jul 11, 2019 at 3:48 AM Amit Goyal > wrote: > >> Hi Federico >> >> Thanks for providing so details

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-11 Thread Federico Capoano
On Thu, Jul 11, 2019 at 3:48 AM Amit Goyal wrote: > Hi Federico > > Thanks for providing so details answer. Sure it will help me . > > One more query -: *Can we register device only with MAC address > information* ? If we do device registration using HTTP resource , minimum > information

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-11 Thread Amit Goyal
Hi Federico Thanks for providing so details answer. Sure it will help me . One more query -: *Can we register device only with MAC address information* ? If we do device registration using HTTP resource , minimum information required is UUID and KEY or Shared_Secret . Client does want to

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-10 Thread Federico Capoano
There's no tool already made for this use case, but you could write a script which reads the csv and for each row uses the device registration HTTP resource of openwisp-controller to register the device using the shared secret of the specific organization you want the device to register to (or

[openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-10 Thread Amit Goyal
Hi , Can someone help here ? On Friday, July 5, 2019 at 4:28:50 PM UTC+5:30, Amit Goyal wrote: > > Hi > > I have requirement of registering AP in openwisp from backend. Client is > providing AP information like name , mac address etc in csv file . > We have to get all information from csv file