Commit graph

50 commits

Author SHA1 Message Date
48edab8b13
use tracing for enabled/disabled features 2024-12-10 18:03:01 +01:00
22281e21f8
use announce macro instead of having to hardcode 2024-12-10 17:43:13 +01:00
e391d3f63f
allow unreachable in default protocol return 2024-12-10 17:40:33 +01:00
2337c0497c
turn text and binary protocols into features 2024-12-10 17:40:32 +01:00
peppidesu
7f04b39a15
feat: Website (#15)
Add a basic website that shows the current flutgrid state
Co-authored-by: Noa Aarts <noa@voorwaarts.nl>
2024-10-22 21:58:25 +02:00
peppidesu
0c00b7e9bf
missing import + ci fixes 2024-10-19 16:02:55 +02:00
9fde688bcc
Merge branch 'main' into jpg-buffer 2024-10-19 15:59:25 +02:00
peppidesu
a6eebc409e
added update interval to config 2024-10-19 15:53:39 +02:00
721e3fca34
use default for textprotocol 2024-10-19 15:38:51 +02:00
peppidesu
a1f7b3ab52
Revert "added webapi sketch"
This reverts commit b3e25cd706.
2024-10-19 15:37:51 +02:00
peppidesu
0fd67e0c6e
save image frames now uses grid jpeg buffer 2024-10-19 15:34:51 +02:00
peppidesu
e486bd121a
jpeg update loop, fixed return types for handles 2024-10-19 15:34:33 +02:00
a27dcf013f
make clippy happy 2024-10-19 15:34:03 +02:00
peppidesu
339eee14f6
undo rename for easier rebase 2024-10-19 15:08:56 +02:00
peppidesu
4bcab8ad67
jpg buffer 2024-10-19 15:08:05 +02:00
peppidesu
b3e25cd706
added webapi sketch 2024-10-19 15:06:56 +02:00
6c6e131e61
fix compile errors 2024-10-19 15:01:37 +02:00
de3248c3c6
fix memory leak in closing connections 2024-10-19 14:05:37 +02:00
9dc681086d
refactor: split into more logical files 2024-10-18 01:56:23 +02:00
19eb943865
chore: remove unused imports 2024-10-11 16:05:41 +02:00
0502f3dacb
feat: add periodic image saving 2024-10-11 16:05:16 +02:00
899c5343ae
feat: swap from u16_le to u16 2024-10-10 09:37:43 +02:00
a4c19d5f98
chore: improve styling of main 2024-10-09 16:45:51 +02:00
f0fca8182f
feat: improve get_pixel performance 2024-10-09 16:19:17 +02:00
0978664188
improve hex parser for text protocol 2024-10-06 23:11:26 +02:00
bed946b4a0
feat: improve perf 4x by not incrementing the atomic counter every time 2024-10-06 21:50:47 +02:00
be383ec768
fix: make pedantic clippy happy 2024-10-05 16:27:55 +02:00
dec36867d6
fix: make clippy happy 2024-10-05 16:02:20 +02:00
46d5685437
Merge pull request #1 from itepastra/v2
V2
2024-10-05 09:51:12 +02:00
1179ee4ea1
fix: remove spammy prints 2024-10-05 09:46:08 +02:00
6c0260e42f
fix: start binary responses 2024-10-05 00:29:54 +02:00
063e23d6de
fix: remove unessecary print 2024-10-04 19:52:21 +02:00
b47b2967bd
fix: pixel counter workies now 2024-10-04 19:34:00 +02:00
9350e6bc63
feat: WOWA, ik workie :3 2024-10-04 19:30:15 +02:00
ccf226f350
refactor: the syncUnsafeCell is now in the grid 2024-10-03 22:47:20 +02:00
Noa Aarts
cb51cacf9a chore: format nix file 2024-08-22 13:47:46 +02:00
Noa Aarts
9f1f23e62b refactor: split grid into mod 2024-07-25 16:45:15 +02:00
Noa Aarts
9194df3854 chore: remove all webserver code 2024-07-13 22:16:51 +02:00
Noa Aarts
8085298612 feat: it should be streaming now 2024-07-13 20:15:51 +02:00
Noa Aarts
f1656ba330 fix: tests didn't use alpha correctly 2024-07-13 20:03:40 +02:00
Noa Aarts
e6f3df0882 wip: AAAAAA 2024-07-13 01:56:36 +02:00
Noa Aarts
8c3ff179b2 wip: it should work, but doesn't yet 2024-07-12 23:42:46 +02:00
Noa Aarts
43f4147b2a refactor: move some stuff about 2024-07-12 20:08:08 +02:00
Noa Aarts
350b0911ff chore: cleanup imports 2024-07-12 19:01:56 +02:00
Noa Aarts
890e109e8d feat: save image to file every second 2024-07-12 18:31:17 +02:00
Noa Aarts
386a5fd5ec feat: make Flutgrid implement image 2024-07-12 18:03:05 +02:00
Noa Aarts
3b835b4609 feat: start website functionality 2024-07-12 17:49:38 +02:00
Noa Aarts
39e3ffbeb9 fix: eof flushes buffer 2024-07-12 17:18:09 +02:00
Noa Aarts
c8df06aa7e feat: true async 2024-07-12 15:59:27 +02:00
noa
330568ec2f initial commit 2024-07-11 19:05:37 +02:00