Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Blaz Smehov 5cc3b5f1d2 chore: refactor distance related code for locations algorithm 1 неделю назад
api Replace broken link in api folder examples. 5 лет назад
assets chore: remove unnecessary .keep files 6 лет назад
build feat: locations algorithm, chore: remove unused files 1 неделю назад
cmd chore: refactor distance related code for locations algorithm 1 неделю назад
configs fix a word mistake in writing 5 лет назад
copy_files chore: refactor, extending decoder func 1 месяц назад
deployments chore: remove unnecessary .keep files 6 лет назад
docs Dapr examples for cmd, docs, pkg and tools 6 лет назад
examples remove dead link 3 лет назад
githooks chore: remove unnecessary .keep files 6 лет назад
init chore: remove unnecessary .keep files 6 лет назад
internal chore: refactor distance related code for locations algorithm 1 неделю назад
log_files chore: add health check for EMQX, bridge service awaits check 1 месяц назад
pkg Update README.md 1 год назад
scripts feat: restructure of decoder and bridge 1 неделю назад
third_party chore: remove unnecessary .keep files 6 лет назад
tools Dapr examples for cmd, docs, pkg and tools 6 лет назад
web more notes and notes in major directories 7 лет назад
website Capitalize the H in GitHub 5 лет назад
.editorconfig Created .editorconfig 4 лет назад
.gitattributes Create .gitattributes 2 лет назад
.gitignore feat: locations algorithm, chore: remove unused files 1 неделю назад
LICENSE.md empty repo 8 лет назад
Makefile Add missing newlines 1 год назад
README.md chore: remove emqx from docker compose 3 недель назад
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests 1 месяц назад
ResLevis-Diagram.drawio chore: refactor api server, add tests 1 месяц назад
beacon.csv chore: add beacons file, add kafka health check 3 недель назад
gateway.csv chore: add beacons file, add kafka health check 3 недель назад
go.mod feat: add MQTT -> kafka bridge, template for decoder 1 месяц назад
go.sum feat: add MQTT -> kafka bridge, template for decoder 1 месяц назад
presence.db feat: add MQTT -> kafka bridge, template for decoder 1 месяц назад
presense.container feat: add MQTT -> kafka bridge, template for decoder 1 месяц назад

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