0.1.5 • Published 2 years ago

@protectonce/native v0.1.5

Weekly downloads
-
License
proprietary
Repository
-
Last release
2 years ago

Agent Native

Requirements

Build Mininmum Requirements:

  • Node v14
  • Python3
  • Rust 1.64
  • C++

Compilation

After cloning agent native and checking all the requrements are satisfied do npm install npm install run preprocessing.sh from Tests folder ./tests/preprocessing.sh

Testing

Check whether the core folder contain core.js and out contain libagent.so if above files are not run preprocessing.sh again.

To run all the test cases run test.sh from tests folder It will run all the test cases such as

  • Rust Test Cases
  • Node Test Cases
  • Python Test Cases