Commit graph

29 commits

Author SHA1 Message Date
Ian Clowes
50d347c233 datastorage: refactor to support scalability testing 2020-05-28 00:29:15 +02:00
Polynomialdivision
3a6ef89998 ubus: addd empty aps
It was requested that DAWN should show the whole network, even
if no client is connected to an AP.
2020-05-27 11:17:26 +02:00
twy_2000
2d1a6f9c0c ubus: filter out global interface 2020-05-21 10:21:16 +02:00
twy_2000
73c7998967 ubus: make decide_function consist with configuration
in luci-app-dawn, if eval_probe_req is not ticked, eval_probe_req would be -1.
however, in c language, !(-1) is false.
Since only zero in if statement is false, non-zero number is true.
2020-05-20 15:06:47 +02:00
Polynomialdivision
b7fd0e648a dawn_iwinfo: fix whitespace 2020-05-18 22:36:20 +02:00
twy_2000
273178e05c dawn_iwinfo: indentation 2020-05-18 22:35:00 +02:00
twy_2000
3ff15b9894 dawn_iwinfo:iwinfo_finish(); 2020-05-18 22:34:45 +02:00
twy_2000
42c4e6e0b0 dawn_iwinfo: filter out global interface 2020-05-18 22:34:27 +02:00
twy_2000
b78a01bfb5 dawn_iwinfo: release iwinfo after usage 2020-05-10 10:22:18 +02:00
twy_2000
6bad02bed7 tcpsocket: fix port print 2020-05-10 09:51:48 +02:00
David Bauer
fa6b5d4358 github: set CONFIG_SRC_TREE_OVERRIDE in actions CI
The OpenWrt config needs to have CONFIG_SRC_TREE_OVERRIDE enabled in
order to build from the version checked out in the linked source-tree.

This was forgotten when adding the CI and therefore the CI was always
building the version from the packages feed.
2020-05-08 19:47:28 +02:00
David Bauer
c497e18537 github: fix link to dawn source
This was previously a relative path which obviously didn't work at the
target location.
2020-05-08 19:46:57 +02:00
David Bauer
991eb26ed7 github: use v2 for checkout action
v1 does not support the path option, thus the repository is always
cloned to the workspace root.
2020-05-08 19:46:37 +02:00
David Bauer
1ecbea1514 github: add GitHub Actions CI
This adds a GitHub actions workflow for building DAWN from this
repository using the OpenWrt SDK.

The resulting package is archived as an artifact available to download.
2020-05-01 18:10:13 +02:00
David Bauer
617080a7c9 ubus: only update TCP socket list when using TCP connections
DAWN currently tries to update it's list of TCP socket endpoints using
mDNS when it is configured to use UDP.

Only update the TCP socket list when DAWN is configured to use TCP
sockets.

Fix a identation mismatch along the way.
2020-04-30 10:56:47 +02:00
Polynomialdivision
ae90e6dfd1 add notice that full wpad is requirement 2020-04-17 19:18:15 +02:00
Polynomialdivision
b5fd8fb3ad fix link to luci-app-dawn 2020-04-17 17:46:15 +02:00
Polynomialdivision
bbd80a8929 update readme and install instructions 2020-04-17 17:14:07 +02:00
Polynomialdivision
2ff3b3017f remove unecessary params and debug output 2020-04-17 12:59:06 +02:00
Polynomialdivision
9c6bc1b2fe fix null mac in beacon-report 2020-04-17 12:58:21 +02:00
Polynomialdivision
a63c723e31 feed hostapd with nr reports 2020-04-17 09:46:12 +02:00
Polynomialdivision
1804d18bf5 allow disable beacon reports timer 2020-04-16 17:32:56 +02:00
Polynomialdivision
c7fc2f9c96 print iwinfo debug not to stderr 2020-04-16 15:41:46 +02:00
Polynomialdivision
0fbef59869 implement 802.11v/k 2020-04-16 15:39:29 +02:00
Polynomialdivision
899eae05f0 survive reboot 2020-04-15 17:37:59 +02:00
Polynomialdivision
5709b96a4d dawn: fix typos 2020-04-10 10:26:54 +02:00
Polynomialdivision
a25bb91f37 dawn: change __unit8_t to uint8_t
Fixed #11689.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-03-29 10:57:45 +02:00
Polynomialdivision
b967c1e0b6 dawn: fix missing stdint.h include 2020-03-28 21:14:17 +01:00
Polynomialdivision
f03f55ff92 first version 2020-03-23 21:22:21 +01:00