25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Blaz Smehov 5cc3b5f1d2 chore: refactor distance related code for locations algorithm 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 distance related code for locations algorithm 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 distance related code for locations algorithm 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