25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Blaz Smehov 7313636441 chore: refactor application context logic 1 hafta önce
api Replace broken link in api folder examples. 5 yıl önce
assets chore: remove unnecessary .keep files 6 yıl önce
build feat: locations algorithm, chore: remove unused files 1 hafta önce
cmd fix: missing beacons init in context, remove redundant properties of httpRes type 1 hafta önce
configs fix a word mistake in writing 5 yıl önce
copy_files chore: refactor, extending decoder func 1 ay önce
deployments chore: remove unnecessary .keep files 6 yıl önce
docs Dapr examples for cmd, docs, pkg and tools 6 yıl önce
examples remove dead link 3 yıl önce
githooks chore: remove unnecessary .keep files 6 yıl önce
init chore: remove unnecessary .keep files 6 yıl önce
internal chore: refactor application context logic 1 hafta önce
log_files chore: add health check for EMQX, bridge service awaits check 1 ay önce
pkg Update README.md 1 yıl önce
scripts feat: restructure of decoder and bridge 1 hafta önce
third_party chore: remove unnecessary .keep files 6 yıl önce
tools Dapr examples for cmd, docs, pkg and tools 6 yıl önce
web more notes and notes in major directories 7 yıl önce
website Capitalize the H in GitHub 5 yıl önce
.editorconfig Created .editorconfig 4 yıl önce
.gitattributes Create .gitattributes 2 yıl önce
.gitignore feat: locations algorithm, chore: remove unused files 1 hafta önce
LICENSE.md empty repo 8 yıl önce
Makefile Add missing newlines 1 yıl önce
README.md chore: remove emqx from docker compose 3 hafta önce
ResLevis-Diagram-2.0.drawio chore: refactor api server, add tests 1 ay önce
ResLevis-Diagram.drawio chore: refactor api server, add tests 1 ay önce
beacon.csv chore: add beacons file, add kafka health check 3 hafta önce
gateway.csv chore: add beacons file, add kafka health check 3 hafta önce
go.mod feat: add MQTT -> kafka bridge, template for decoder 1 ay önce
go.sum feat: add MQTT -> kafka bridge, template for decoder 1 ay önce
presence.db feat: add MQTT -> kafka bridge, template for decoder 1 ay önce
presense.container feat: add MQTT -> kafka bridge, template for decoder 1 ay önce

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