NPNT api integration

hi, in india all drones should be NPNT compliant. NPNT (no permisssion no take off) there is a site for this https://digitalsky.dgca.gov.in. so current problem is integrating NPNT api to firmware. i dont know anything about software.

all resources for upgrade
resources, api, tools: iSPIRT/ProductNation · GitHub
documentation: http://www.dgca.nic.in/rpas/DGCA%20RPAS%20Guidance%20Manual.pdf
NPNT test tool. http://139.59.71.151/

thanks in advance

Could just put this in the preflight checks on the qgc side and have it pull authorization there. You could always circumvent it pretty easily (by not selecting the requirement) but unless you created something that was country specific there would always be an easy way to over-ride it. This could at least be a step in the right direction and wouldn’t require firmware modification but just qgc modification (the preflight checklist would need some work).

thanks for the reply,

but first the manufacturer (company or person) has to register on digitalsky (https://digitalsky.dgca.gov.in/) with the chain certificate (dont know what that is, may be ssl), the drone has to be in a lock mode. once drone is activated after checking location through gps it can fly. there is UIN registration number and so on.

everything is in this doc from page 29.
http://www.dgca.nic.in/rpas/DGCA%20RPAS%20Guidance%20Manual.pdf

some local manufactures has registered their drones which use pixhawk ardupilot.

Continuing the discussion from NPNT api integration:

Hi Nikhil,

I saw your post on NPNT. I am also from India. Would love to connect and discuss in detail. Where are you located?

Do you have your own build?

Cheers

kerala.

dont have build, use simulator for testing. mainly its software, so no need to waste money on build. there is also other problem connecting ardu or qgc to internet. a sim card module or wifi module hardware is also required.