User Tools

Site Tools

Translations of this page:

howto:app.asar

This is an old revision of the document!


Exploring app.asar

  • install “DJI Assistant 2”
  • get “app.asar” file from its install dir to a linux env
  • prepare linux env for the node scripts
sudo apt install npm nodejs-legacy
  • install and use asar
npm install asar
./node_modules/asar/bin/asar.js e app.asar ./app.asar.extr
  • install and use js standard formatter
npm install standard --save-dev
./node_modules/standard/bin/cmd.js --fix "./app.asar.extr/**/*.js"

The output is some interesting files which can help in understanding communication to DJI equipment.

Credits

Contribute

[czokie]Cleanup page content and validate toolchain requirements

howto/app.asar.1502539331.txt.gz · Last modified: 2017/08/12 12:02 by czokie