Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Blaz Smehov 6db62dde15 feat: reimplement redis support, using hash maps for quick insert and read před 1 týdnem
api Replace broken link in api folder examples. před 5 roky
assets chore: remove unnecessary .keep files před 6 roky
build feat: reimplement redis support, using hash maps for quick insert and read před 1 týdnem
cmd feat: reimplement redis support, using hash maps for quick insert and read před 1 týdnem
configs fix a word mistake in writing před 5 roky
copy_files chore: refactor, extending decoder func před 1 měsícem
deployments chore: remove unnecessary .keep files před 6 roky
docs Dapr examples for cmd, docs, pkg and tools před 6 roky
examples remove dead link před 3 roky
githooks chore: remove unnecessary .keep files před 6 roky
init chore: remove unnecessary .keep files před 6 roky
internal feat: reimplement redis support, using hash maps for quick insert and read před 1 týdnem
log_files chore: add health check for EMQX, bridge service awaits check před 1 měsícem
pkg Update README.md před 1 rokem
scripts feat: reimplement redis support, using hash maps for quick insert and read před 1 týdnem
third_party chore: remove unnecessary .keep files před 6 roky
tools Dapr examples for cmd, docs, pkg and tools před 6 roky
web more notes and notes in major directories před 7 roky
website Capitalize the H in GitHub před 5 roky
.editorconfig Created .editorconfig před 4 roky
.gitattributes Create .gitattributes před 2 roky
.gitignore feat: locations algorithm, chore: remove unused files před 1 týdnem
LICENSE.md empty repo před 8 roky
Makefile Add missing newlines před 1 rokem
README.md chore: remove emqx from docker compose před 3 týdny
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests před 1 měsícem
ResLevis-Diagram.drawio chore: refactor api server, add tests před 1 měsícem
beacon.csv chore: add beacons file, add kafka health check před 3 týdny
gateway.csv chore: add beacons file, add kafka health check před 3 týdny
go.mod feat: add MQTT -> kafka bridge, template for decoder před 1 měsícem
go.sum feat: add MQTT -> kafka bridge, template for decoder před 1 měsícem
presence.db feat: add MQTT -> kafka bridge, template for decoder před 1 měsícem
presense.container feat: add MQTT -> kafka bridge, template for decoder před 1 měsícem

README.md

Project Overview

Bridge

Used for sending messages between MQTT broker and Kafka ... Initial config is done

Decoder

Decoding BLE beacons -> generating notifications (batery, fall detection)

Still needs to be reimplemented

Locations algorithm

Calculating location -> generating notifications

still needs to be implemented

Server

Publishing to front end and notifications

Still needs to be reimplemented