APIS Tester is a tool for testing and evaluation of APIS. It can be used to evaluate energy sharing and to schedule automatic execution of error processing evaluation and log the evaluation results. APIS Tester uses apis-web, which is connected by a communication line such as Ethernet, and the Web API provided by DC/DC converter device drivers to perform the operations needed for evaluation
Here is how to install apis-dcdc_batt_comm individually.
$ git clone https://github.com/hyphae/apis-tester.git
$ cd apis-tester
$ bash venv.sh
$ deactivate
Here is how to run apis-tester individually.
$ cd apis-tester
$ . venv/bin/activate
$ python3 startTester.py
Go to "0.0.0.0:10000/" in Web browser.
Here is how to stop apis-tester individually.
$ cd apis-tester
$ bash stop.sh
$ deactivate
apis-mian_tester_specification(EN)
apis-mian_tester_specification(JP)