mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* fe0e8fd agent: estimate sta's throughput from bytes per-sec
* 6fe3659 colorize debug messages and minor fixes
-------------------------------------------------------------------------------
commit fe0e8fd3832ef3a70ac3938f9b458d05a349b0be
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-05-20 06:56:23 +0200
agent: estimate sta's throughput from bytes per-sec
Base directory -> /
src/agent.c | 54 +++++++++++++++++++++++++++---------------------------
src/agent.h | 4 ++++
2 files changed, 31 insertions(+), 27 deletions(-)
-------------------------------------------------------------------------------
commit 6fe3659c3e7243eb155efec3cab64f05ce232d51
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-05-19 13:56:15 +0200
colorize debug messages and minor fixes
Periodicallt update neighbors not only for the local node but for all the
nodes. Accounting for stas' rssi above or below steer-threshold was not
getting done properly if steering verdict is negetive. This has been fixed.
Base directory -> /
src/agent.c | 2 +-
src/cntlr.c | 54 ++++++++++++++++++++++++++++++++++++++++++++-------
src/cntlr.h | 4 ++++
src/cntlr_comm_ubus.c | 7 ++++---
src/comm.c | 2 +-
src/debug.h | 31 ++++++++++++++++++-----------
src/default_rules.c | 36 +++++++++++++++++++---------------
7 files changed, 97 insertions(+), 39 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
4787082fa2
commit
72a3a64383
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=wifilife
|
||||
PKG_VERSION:=1.0.3
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=3c33d636ff45d3e013048ee6ea45d6712d44dec0
|
||||
PKG_SOURCE_VERSION:=fe0e8fd3832ef3a70ac3938f9b458d05a349b0be
|
||||
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>
|
||||
|
||||
ifeq ($(CONFIG_WIFILIFE_OPEN),y)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue