Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Blaz Smehov d75ad867b0 chore: refactor redis persistence to support all keys and types il y a 1 semaine
api Replace broken link in api folder examples. il y a 5 ans
assets chore: remove unnecessary .keep files il y a 6 ans
build feat: locations algorithm, chore: remove unused files il y a 1 semaine
cmd chore: refactor and move code for beacon logic il y a 1 semaine
configs fix a word mistake in writing il y a 5 ans
copy_files chore: refactor, extending decoder func il y a 1 mois
deployments chore: remove unnecessary .keep files il y a 6 ans
docs Dapr examples for cmd, docs, pkg and tools il y a 6 ans
examples remove dead link il y a 3 ans
githooks chore: remove unnecessary .keep files il y a 6 ans
init chore: remove unnecessary .keep files il y a 6 ans
internal chore: refactor redis persistence to support all keys and types il y a 1 semaine
log_files chore: add health check for EMQX, bridge service awaits check il y a 1 mois
pkg Update README.md il y a 1 an
scripts feat: restructure of decoder and bridge il y a 1 semaine
third_party chore: remove unnecessary .keep files il y a 6 ans
tools Dapr examples for cmd, docs, pkg and tools il y a 6 ans
web more notes and notes in major directories il y a 7 ans
website Capitalize the H in GitHub il y a 5 ans
.editorconfig Created .editorconfig il y a 4 ans
.gitattributes Create .gitattributes il y a 2 ans
.gitignore feat: locations algorithm, chore: remove unused files il y a 1 semaine
LICENSE.md empty repo il y a 8 ans
Makefile Add missing newlines il y a 1 an
README.md chore: remove emqx from docker compose il y a 3 semaines
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests il y a 1 mois
ResLevis-Diagram.drawio chore: refactor api server, add tests il y a 1 mois
beacon.csv chore: add beacons file, add kafka health check il y a 3 semaines
gateway.csv chore: add beacons file, add kafka health check il y a 3 semaines
go.mod feat: add MQTT -> kafka bridge, template for decoder il y a 1 mois
go.sum feat: add MQTT -> kafka bridge, template for decoder il y a 1 mois
presence.db feat: add MQTT -> kafka bridge, template for decoder il y a 1 mois
presense.container feat: add MQTT -> kafka bridge, template for decoder il y a 1 mois

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