Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
eyeyunianto edited this page Nov 10, 2013 · 4 revisions

SYSTEM

How to accessed system with IGN SDK

INIT (Initialization)##

Initialization must be create every use function. Example for initialization :

var sys = ign.sys()

Function

CliOut

sys.cliOut('/path/to/application'); used to get output from command.

input = string

output = string

loadBin

sys.loadBin('/path/to/application'); used to execution a binary file in custom location when system running (can be give a return path).

input = string

exec

sys.exec('/path/to/application'); used to execution a binary file.

input = string

hash

sys.hash(input,hash_method); used to make hashing method on IGN SDK.

input : string

hash_method : md4,md5,sha1,sha224,sha256,sha384,sha512

Clone this wiki locally