RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Table of Contents |
---|
After installation below are additional packages to be installed for build, db and execution.
...
sudo apt-get install golang;
1. In a working directory git clone the OneWifi in generic folder and unified-wifi-mesh repository
...
cd unified-wifi-mesh/build/agent
make clean; make all
OneWifi Related
...
...
+------------------------+
| Tables_in_OneWifiMesh |
+------------------------+
| BSSList |
| DeviceList |
| NetworkList |
| NetworkSSIDList |
| OperatingClassList |
| PolicyList |
| RadioList |
| STAList |
| ScanResultList |
+-----------------------+
...
sudo ./onewifi_em_cli
sudo ./OneWifi -c
sudo ./onewifi_em_agent
Note:
1. Use "Tab" to move between Update, Apply and Cancel button in the cli
...