As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Making Scripts

63 bytes added, 18:44, 17 June 2016
Basic
The API is passed as an argument by the GUI throught the constructor in order to allow the script to "remote control" the existing section. A name and a description should also be specified.
The section "if __name__ == '__main__':" Running from the Terminal==This step is not mandatory, but is recommended needed if you want to run the script from the terminal. In this case, you don't need to use the GUI, the capture can be performed using only the API. Ex.I order to do it, add the following lines at the end of your script file:
<pre>
</pre>
=Adding new scripts==
New scripts can be added to the tool's menu automatically by saving it in its respective script folder:
* chipwhisperer/software/chipwhisperer/capture/scripts
218
edits

Navigation menu