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 2 měsíci
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 2 měsíci
cmd feat: reimplement redis support, using hash maps for quick insert and read před 2 měsíci
configs fix a word mistake in writing před 5 roky
copy_files chore: refactor, extending decoder func před 3 měsíci
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 2 měsíci
log_files chore: add health check for EMQX, bridge service awaits check před 3 měsíci
pkg Update README.md před 2 roky
scripts feat: reimplement redis support, using hash maps for quick insert and read před 2 měsíci
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 5 roky
.gitattributes Create .gitattributes před 2 roky
.gitignore feat: locations algorithm, chore: remove unused files před 2 měsíci
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 2 měsíci
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests před 3 měsíci
ResLevis-Diagram.drawio chore: refactor api server, add tests před 3 měsíci
beacon.csv chore: add beacons file, add kafka health check před 2 měsíci
gateway.csv chore: add beacons file, add kafka health check před 2 měsíci
go.mod feat: add MQTT -> kafka bridge, template for decoder před 3 měsíci
go.sum feat: add MQTT -> kafka bridge, template for decoder před 3 měsíci
presence.db feat: add MQTT -> kafka bridge, template for decoder před 3 měsíci
presense.container feat: add MQTT -> kafka bridge, template for decoder před 3 měsíci

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