選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Blaz Smehov 8e3125d3f8 chore: refactor and move code for beacon 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 chore: refactor and move code for beacon logic 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 and move code for beacon 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