refactor #1 + adding documentation (#36)
Build and publish release / metadata (push) Successful in 44s
Build and publish release / create-release (push) Successful in 49s
Build and publish release / publish-release (push) Canceled after 0s
Build and publish release / build (push) Canceled after 7m44s

Reviewed-on: #36
Co-authored-by: Koda YeenBean <n122330@gmail.com>
This commit was merged in pull request #36.
This commit is contained in:
2026-07-19 21:26:28 +01:00
committed by Koda
parent db81260d7f
commit 3fcd99af1f
31 changed files with 4068 additions and 2598 deletions
+11 -3
View File
@@ -10,7 +10,7 @@
# make -f Makefile.standalone install
CC = gcc
CFLAGS = -Wall -Wextra -O2 -I/usr/include -DENABLE_LOGGING=1
CFLAGS = -Wall -Wextra -O2 -I/usr/include -Isrc -Isrc/inform -Isrc/wlan -DENABLE_LOGGING=1
LDFLAGS = -lmbedtls -lmbedcrypto -luci -ljson-c
SRCS = src/main.c \
@@ -19,8 +19,16 @@ SRCS = src/main.c \
src/crypto.c \
src/http.c \
src/announce.c \
src/inform.c \
src/wlan.c \
src/inform/inform.c \
src/inform/payload.c \
src/inform/packet.c \
src/inform/response.c \
src/wlan/common.c \
src/wlan/uci.c \
src/wlan/radio.c \
src/wlan/provision.c \
src/wlan/legacy.c \
src/wlan/telemetry.c \
src/sysinfo.c \
src/clients.c \
src/lldp.c \