No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Blaz Smehov f3d83a778c fix: locking mechanism for beacons list hace 1 semana
api Replace broken link in api folder examples. hace 5 años
assets chore: remove unnecessary .keep files hace 6 años
build feat: locations algorithm, chore: remove unused files hace 1 semana
cmd fix: locking mechanism for beacons list hace 1 semana
configs fix a word mistake in writing hace 5 años
copy_files chore: refactor, extending decoder func hace 1 mes
deployments chore: remove unnecessary .keep files hace 6 años
docs Dapr examples for cmd, docs, pkg and tools hace 6 años
examples remove dead link hace 3 años
githooks chore: remove unnecessary .keep files hace 6 años
init chore: remove unnecessary .keep files hace 6 años
internal feat: locations algorithm, chore: remove unused files hace 1 semana
log_files chore: add health check for EMQX, bridge service awaits check hace 1 mes
pkg Update README.md hace 1 año
scripts feat: restructure of decoder and bridge hace 1 semana
third_party chore: remove unnecessary .keep files hace 6 años
tools Dapr examples for cmd, docs, pkg and tools hace 6 años
web more notes and notes in major directories hace 7 años
website Capitalize the H in GitHub hace 5 años
.editorconfig Created .editorconfig hace 4 años
.gitattributes Create .gitattributes hace 2 años
.gitignore feat: locations algorithm, chore: remove unused files hace 1 semana
LICENSE.md empty repo hace 8 años
Makefile Add missing newlines hace 1 año
README.md chore: remove emqx from docker compose hace 3 semanas
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests hace 1 mes
ResLevis-Diagram.drawio chore: refactor api server, add tests hace 1 mes
beacon.csv chore: add beacons file, add kafka health check hace 3 semanas
gateway.csv chore: add beacons file, add kafka health check hace 3 semanas
go.mod feat: add MQTT -> kafka bridge, template for decoder hace 1 mes
go.sum feat: add MQTT -> kafka bridge, template for decoder hace 1 mes
presence.db feat: add MQTT -> kafka bridge, template for decoder hace 1 mes
presense.container feat: add MQTT -> kafka bridge, template for decoder hace 1 mes

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