Metadata-Version: 2.4
Name: wiliot_certificate
Version: 4.5.2.dev4
Summary: A library for certifying Wiliot-compliant boards
Author-email: Wiliot <support@wiliot.com>
License-Expression: MIT
Project-URL: Wiliot, https://www.wiliot.com
Project-URL: Certified, https://www.wiliot.com/product/ambient-iot-network#partner-device-certification
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask>=3.1
Requires-Dist: appdirs>=1.4.4
Requires-Dist: plotly>=6.0.0
Requires-Dist: numpy>=1.21.5
Requires-Dist: pandas>=2.2.3
Requires-Dist: colorama>=0.4.6
Requires-Dist: tabulate>=0.9.0
Requires-Dist: wiliot-core>=5.9.1
Requires-Dist: paho-mqtt>=2.1.0
Requires-Dist: bitstruct>=8.20.0
Requires-Dist: protobuf>=6.30.2
Requires-Dist: wiliot-api>=4.10.8
Requires-Dist: jsonschema>=4.23.0
Requires-Dist: statsmodels>=0.14.4
Requires-Dist: pyserial>=3.5
Requires-Dist: reportlab>=4.3.1
Requires-Dist: google-api-python-client>=2.162.0
Dynamic: license-file

# wiliot-certificate

<!-- Description -->
wiliot-certificate is a Python library that provides tools for testing and certifying boards for compatibility with Wiliot’s ecosystem.
This python package includes the following tools:
 - Certification Wizard (`wlt-cert`)
 - Certificate CLI (`wlt-cert-cli`)
 - Tester Upgrade (`wlt-cert-tester-upgrade`)
 - Registration Certificate Test (`wlt-cert-reg`)

# Versioning: 
wiliot-certificate versions 4.5.x are compatible with firmware version >=4.4.0 (API VERSION: 12)

## Installing wiliot-certificate
````commandline
pip install wiliot-certificate
````

## Using wiliot-certificate
### Certification
````commandline
wlt-cert
````
This tool is the default to test and certify your device.
It runs a setup wizard that walks you through the initialization steps before running the tests.
You'll need a [validation schema](https://community.wiliot.com/customers/s/article/Validation-Schema) and a [tester device](https://community.wiliot.com/customers/s/article/Wiliot-Certification).
Once set up it opens a terminal and tests your device.



### Certificate CLI
````commandline
wlt-cert-cli -h
````
CLI version of the certificate. Use -h for details on the different arguments.


### Tester Upgrade
````commandline
wlt-cert-tester-upgrade
````
Upgrades the firmware of the tester device to the version required for certification.


### Registration Certificate
````commandline
wlt-cert-reg
````
Certify the gateway registration process to Wiliot platform.
The gateway must use Wiliot production MQTT broker, and mustn't be registered to any account on Wiliot platform.
Use -h for details on the arguments (see [Registration](https://community.wiliot.com/customers/s/article/Wiliot-Certification) for more info).


## The following capabilities are not tested in this version
##### Cloud Connectivity & Misc
 - Board type registered within the Board Type Management system
 - Bridge OTA progress reporting
##### Module Energy 2400
  - Functionality of energy pattern, output power and duty cycle
##### Module Energy SUB1G
  - Functionality of energy pattern and duty cycle 
##### Module Datapath 
  - RSSI edge cases: -127 and 0 
  - Functionality of transmission pattern, output power
##### Calibration 
  - Functionality of output power and interval calibration 
  - Functionality of calibration transmission patterns for the configuration STANDARD & EU & DISABLE
