prplMesh
prplMesh copied to clipboard
This repository moved to https://gitlab.com/prpl-foundation/prplmesh/prplMesh
This is an attempt at keeping the docs up to date with the move from github to gitlab. Since this document will be used as a template for prplWrt as...
Add "Client: clear client" API to the Smart-Steering APIs Add support in BML (BML CLI, BML, BML Internal) Add support in DB (Both persistent & run-time) Validate that cleared clients...
Remove from the persistent DB all references to the unsupported 60GHz band. This includes the BML CLI, the DB, and anything in between.
See PPM-18 A new class `InterfaceStateMonitor` has been created and used in ieee1905_transport to monitor changes in the up-and-running state of network interfaces.
This PR moves agent configuration from the local "sPlatformSettings" struct to the AgentDB. Preparation for unified agent task.
Essentially 2 things: - Make the CI jobs interruptible. This should hopefully make it overall faster, because redundant pipelines will get cancelled (a pipeline is redundant when there is a...
https://jira.prplfoundation.org/browse/PPM-143 In certification mode the agent state machine should stop before the MASTER_DISCOVERY state until dev_set_config is received (wired backhaul) or start_wps_registration (wireless backhaul). This PR should be merged after...
This branch wraps the boardfarm tests using a python 3.5 script, dctest.py, that runs docker-compose. The script allows for setting up the bridge with the physical device and cleaning up...
- handle the "dev_get_param" with the "macaddr" parameter when we're running a wireless backhaul test. We used to reply with the ruid, but we have to reply with the mac...