Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Blaz Smehov f3d83a778c fix: locking mechanism for beacons list 1 semana atrás
api Replace broken link in api folder examples. 5 anos atrás
assets chore: remove unnecessary .keep files 6 anos atrás
build feat: locations algorithm, chore: remove unused files 1 semana atrás
cmd fix: locking mechanism for beacons list 1 semana atrás
configs fix a word mistake in writing 5 anos atrás
copy_files chore: refactor, extending decoder func 1 mês atrás
deployments chore: remove unnecessary .keep files 6 anos atrás
docs Dapr examples for cmd, docs, pkg and tools 6 anos atrás
examples remove dead link 3 anos atrás
githooks chore: remove unnecessary .keep files 6 anos atrás
init chore: remove unnecessary .keep files 6 anos atrás
internal feat: locations algorithm, chore: remove unused files 1 semana atrás
log_files chore: add health check for EMQX, bridge service awaits check 1 mês atrás
pkg Update README.md 1 ano atrás
scripts feat: restructure of decoder and bridge 1 semana atrás
third_party chore: remove unnecessary .keep files 6 anos atrás
tools Dapr examples for cmd, docs, pkg and tools 6 anos atrás
web more notes and notes in major directories 7 anos atrás
website Capitalize the H in GitHub 5 anos atrás
.editorconfig Created .editorconfig 4 anos atrás
.gitattributes Create .gitattributes 2 anos atrás
.gitignore feat: locations algorithm, chore: remove unused files 1 semana atrás
LICENSE.md empty repo 8 anos atrás
Makefile Add missing newlines 1 ano atrás
README.md chore: remove emqx from docker compose 3 semanas atrás
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests 1 mês atrás
ResLevis-Diagram.drawio chore: refactor api server, add tests 1 mês atrás
beacon.csv chore: add beacons file, add kafka health check 3 semanas atrás
gateway.csv chore: add beacons file, add kafka health check 3 semanas atrás
go.mod feat: add MQTT -> kafka bridge, template for decoder 1 mês atrás
go.sum feat: add MQTT -> kafka bridge, template for decoder 1 mês atrás
presence.db feat: add MQTT -> kafka bridge, template for decoder 1 mês atrás
presense.container feat: add MQTT -> kafka bridge, template for decoder 1 mês atrás

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