diff --git a/PROTOCOL.md b/PROTOCOL.md index a3af296d..1e14dda6 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -324,6 +324,20 @@ should respond with message indicating failure or success. } ``` +If AP supports compressed configuration feature by inidcating `compress_cmd=true` in its capabilities, controller +will send a compressed configuration message where configuration payload (i.e. contents of `params`) is compressed +and encoded in base64 format: +```json +{ "jsonrpc" : "2.0", + "method" : "configure", + "params" : { + "compress_64" : "", + "compress_sz" : "" + }, + "id" : +} +``` + The device should answer: ```json { "jsonrpc" : "2.0",