Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
com.dji:dji-sdk-v5-handheld-alpha
Advanced tools
The Mobile SDK enables you to automate your DJI handheld devices. You can control the camera and gimbal. Using the Mobile SDK, create a customized android app to unlock the full potential of your DJI handheld platform.
DJI Mobile SDK V5 has a series of APIs to control the software and hardware interfaces of an aircraft. We provide an open source production sample and a tutorial for developers to develop a more competitive drone solution on mobile device. This improves the experience and efficiency of MSDK App development.
Supported Product:
├── Docs
│ ├── API-Diff
│ │ ├── 5.0.0_5.1.0_android_diff.html
│ │ ├── 5.0.0_beta2_5.0.0_beta3_android_diff.html
│ │ ├── 5.0.0_beta3_5.0.0_android_diff.html
│ │ ├── 5.1.0_5.2.0_android_diff.html
│ │ ├── 5.2.0_5.3.0_android_diff.html
│ │ ├── 5.4.0_5.5.0_android_diff.html
│ │ ├── 5.5.0_5.6.0_android_diff.html
│ │ ├── 5.6.0_5.7.0_android_diff.html
│ │ ├── 5.7.0_5.8.0_android_diff.html
│ │ ├── 5.8.0_5.9.0_android_diff.html
│ │ └── 5.9.0_5.10.0_android_diff.html
│ └── Android_API
├── LICENSE.txt
├── README.md
├── README_CN.md
└── SampleCode-V5
├── android-sdk-v5-as
├── android-sdk-v5-sample
└── android-sdk-v5-uxsdk
The DJI Android SDK is dynamically linked with unmodified libraries of <a href=http://ffmpeg.org>FFmpeg licensed under the <a href=https://www.gnu.org/licenses/lgpl-2.1.html.en>LGPLv2.1. The source code of these FFmpeg libraries, the compilation instructions, and the LGPL v2.1 license are provided in Github. The DJI Sample Code V5 in this repo is offered under MIT License.
Sample can be divided into three parts:
For detailed configuration, please refer to settings.gradle.
Scenographic Example:
Sample module:
For further detail on how to integrate the DJI Android SDK into your Android Studio project, please check the tutorial:
Notice: sdkVersion = 5.11.0
SDK package | Explanation | How to use |
---|---|---|
dji-sdk-v5-aircraft | Aircraft main package, which provides support for MSDK to control the aircraft. | implementation 'com.dji:dji-sdk-v5-aircraft:{sdkVersion}' |
dji-sdk-v5-aircraft-provided | Aircraft compilation package, which provides interfaces related to the aircraft package. | compileOnly 'com.dji:dji-sdk-v5-aircraft-provided:{sdkVersion}' |
dji-sdk-v5-networkImp | Network library package, which provides network connection ability for MSDK. Without this dependency, all network functions of MSDK will not work, but the interfaces of hardware control can be used normally. | runtimeOnly 'com.dji:dji-sdk-v5-networkImp:{sdkVersion}' |
If only the aircraft product is in need to support, please use:
implementation 'com.dji:dji-sdk-v5-aircraft:{sdkVersion}'
compileOnly 'com.dji:dji-sdk-v5-aircraft-provided:{sdkVersion}'
If the MSDK have to use network(required by default), please use:
runtimeOnly 'com.dji:dji-sdk-v5-networkImp:{sdkVersion}'
You can get support from DJI with the following method:
FAQs
The Mobile SDK enables you to automate your DJI handheld devices. You can control the camera and gimbal. Using the Mobile SDK, create a customized android app to unlock the full potential of your DJI handheld platform.
We found that com.dji:dji-sdk-v5-handheld-alpha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.