Commit Graph

15 Commits

Author SHA1 Message Date
66aa9277f8 xr809 fixing and organziation 2022-04-15 14:07:26 +02:00
71f7778b2f move http into functions. 2022-03-01 21:59:11 +00:00
785d190689 add GET /api/info -> JSON {"uptimes":n, "build":"build time"} 2022-02-13 08:46:58 +00:00
b4115b9019 Merge remote-tracking branch 'origin/main' into littlefs 2022-02-12 17:58:32 +00:00
d6278bae7d support compilation on XR809 platform - part 1 2022-02-12 15:25:12 +01:00
cff74553fa Add HTTP response code support plus other tweaks to help in responding 2022-02-12 11:08:20 +00:00
8b8e8e5990 Merge branch 'logging2' into logging3
# Conflicts:
#	src/httpserver/new_http.c
#	src/user_main.c
2022-02-10 22:15:10 +00:00
04f28b3d6e http - add hprint128 - to simplify printing and sending to http response... 2022-02-10 22:06:46 +00:00
4ca5fd9ac2 Show uptime (formatted string) on HTML panel; fix Windows test build 2022-02-10 22:49:21 +01:00
62fb793019 working json, plus some bugfixes 2022-02-08 18:45:31 +00:00
6a66798f9d add json parser? 2022-02-08 17:27:40 +00:00
25580f7367 Base http server on 'http_request' structure. It holds everything needed by a respondant to a request. 2022-02-07 18:35:02 +00:00
97142ea969 http server return bugfix 2022-02-06 20:25:19 +00:00
e370b47f41 fix some warnings 2022-02-02 09:14:45 +00:00
a4bd510392 SYNC btsimonh changes 2022-02-01 12:28:09 +01:00