您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Blaz Smehov f1e1b8d606 chore: refactor locations algorithm and decoder to use new appState 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 locations algorithm and decoder to use new appState 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: rename to appState 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