This repository contains WFX tools which are not platform-specific, and can be used on several platforms.
Typically, Python resources can be used to run tests on WFX devices, and such tools can be running on any Python-capable platform.
Folder | Usage | Documentation |
---|---|---|
connection | Python communication resources imported from other tools, accessed using sys.path.append('../connection') |
README |
pta | Python scripts for PTA (Packet Traffic Arbitration), when several radio standards use shared RF resources | README |
test-feature | Pythons scripts used to test the RF performance | README |
Please refer to the corresponding README files for details on using the tools.
Whenever a tool is only valid for a single platform, it is stored in a corresponding platform-specific repository.
Platform-specific repositories are:
- The 'FullMAC tools' repository, for RTOS & Bare Metal applications
- The 'Linux tools' repository, for Linux platforms