From 1e6f61b6cfc2bd0620cca58b336ef4fbb71ecf14 Mon Sep 17 00:00:00 2001 From: Alex Terrell Date: Wed, 13 Nov 2024 12:09:14 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b6c262..8a9c8ed 100755 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ The Application Developers Guide is the best document to read first. - A template for the creation of a new application utilizing the csclient library. - **cli_sample** - Includes csterm module that enables access to local CLI to send commands and return output. +- **client_rssi_monitor** + - Gets the mac address and rssi of connected wlan clients and puts them in the asset_id field. - **cp_shell** - Web interface for running linux shell commands. - **cpu_usage**