You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Blaz Smehov 7313636441 chore: refactor application context logic 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 fix: missing beacons init in context, remove redundant properties of httpRes type 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 application context logic 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