Blaz Smehov
d28df4b866
feat: add script for building the docker containers, change prod docker compose to use built images
3 viikkoa sitten
Blaz Smehov
a08f381800
feat: add switching between ml and filter algorithm, various fixes in context use, script for creating docker images, various bug fixes regarding persistence in db, persisting alerts in db and CRUD operations for alerts
3 viikkoa sitten
Blaz Smehov
3daee1984c
chore: big refactoring job
3 viikkoa sitten
Blaz Smehov
1b4af10508
chore: add scripts, add varying mqtt client id
2 kuukautta sitten
Blaz Smehov
d51dc38beb
feat: add sending of tracker information over the MQTT broker
2 kuukautta sitten
Blaz Smehov
6f64a317d7
chore: various chores
2 kuukautta sitten
Blaz Smehov
01f0f5cc45
feat: extend API
3 kuukautta sitten
Blaz Smehov
8c14b77ba8
fix: websocket implementation not working because of the CORS headers
3 kuukautta sitten
Blaz Smehov
faa941e4bd
fix: adding graceful shutdown of the api server
3 kuukautta sitten
Blaz Smehov
6db62dde15
feat: reimplement redis support, using hash maps for quick insert and read
3 kuukautta sitten
Blaz Smehov
ba93c59a8a
feat: restructure of decoder and bridge
3 kuukautta sitten
Blaz Smehov
8dd27e74d1
feat: basis for decoding different beacon types
4 kuukautta sitten
Blaz Smehov
f8aa11f5fd
chore: refactor, extending decoder func
4 kuukautta sitten
Arkadiusz Drabczyk
9afa0ed288
Add missing newlines
On *nix systems it's a common convention to end a file with an empty
newline. It also helps if the newline is present if user wants to
simply cat a file in the command line.
I used the following one-liner to automatically add newlines in all
files that don't have it:
$ find . -path ./.git -prune -o -type f -a ! -name .keep -exec sh -c '[[ $(tail -c1 "$1" | wc -l) -gt 0 ]] || echo >> "$1"' sh {} \;
1 vuosi sitten
FantasticFiasco
ce7e42ca18
chore: remove unnecessary .keep files
'.keep' files where committed early on to build a directory structure. Since then other files have been added to those directories, making
them unnecessary.
6 vuotta sitten
Kyle Quest
e82886ee0b
more references
8 vuotta sitten
Kyle Quest
6298595c9e
more notes and notes in major directories
8 vuotta sitten
Kyle Quest
5462e30de8
initial directory layout
8 vuotta sitten