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 ccaef532d3 chore: rename to appState 1 week ago
api Replace broken link in api folder examples. 5 years ago
assets chore: remove unnecessary .keep files 6 years ago
build feat: locations algorithm, chore: remove unused files 1 week ago
cmd fix: missing beacons init in context, remove redundant properties of httpRes type 1 week ago
configs fix a word mistake in writing 5 years ago
copy_files chore: refactor, extending decoder func 1 month ago
deployments chore: remove unnecessary .keep files 6 years ago
docs Dapr examples for cmd, docs, pkg and tools 6 years ago
examples remove dead link 3 years ago
githooks chore: remove unnecessary .keep files 6 years ago
init chore: remove unnecessary .keep files 6 years ago
internal chore: rename to appState 1 week ago
log_files chore: add health check for EMQX, bridge service awaits check 1 month ago
pkg Update README.md 1 year ago
scripts feat: restructure of decoder and bridge 1 week ago
third_party chore: remove unnecessary .keep files 6 years ago
tools Dapr examples for cmd, docs, pkg and tools 6 years ago
web more notes and notes in major directories 7 years ago
website Capitalize the H in GitHub 5 years ago
.editorconfig Created .editorconfig 4 years ago
.gitattributes Create .gitattributes 2 years ago
.gitignore feat: locations algorithm, chore: remove unused files 1 week ago
LICENSE.md empty repo 8 years ago
Makefile Add missing newlines 1 year ago
README.md chore: remove emqx from docker compose 3 weeks ago
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests 1 month ago
ResLevis-Diagram.drawio chore: refactor api server, add tests 1 month ago
beacon.csv chore: add beacons file, add kafka health check 3 weeks ago
gateway.csv chore: add beacons file, add kafka health check 3 weeks ago
go.mod feat: add MQTT -> kafka bridge, template for decoder 1 month ago
go.sum feat: add MQTT -> kafka bridge, template for decoder 1 month ago
presence.db feat: add MQTT -> kafka bridge, template for decoder 1 month ago
presense.container feat: add MQTT -> kafka bridge, template for decoder 1 month ago

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