root
830afe2168
Build istruction
1日前
root
9fcc620476
Build istruction
1日前
root
7bb547c54e
Build istruction
1日前
root
192dbe585c
MBuild istruction
1日前
root
082d030c8b
Note branch
2日前
root
db7673d7ea
Gestione git
2日前
Blaz Smehov
30cdb4d151
chore: add beacons file, add kafka health check
7ヶ月前
Blaz Smehov
d4288edb90
feat: add WS support
7ヶ月前
Blaz Smehov
7e3f5cb61f
feat: add websocket logic to server
7ヶ月前
Blaz Smehov
dc0bb7c777
chore: update node-red test with MQTT messages
7ヶ月前
Blaz Smehov
7d6d45e6fa
feat: GET settings, chore: add tests to node-red
7ヶ月前
Blaz Smehov
c3555a618f
fix: name of settings field
7ヶ月前
Blaz Smehov
6a85901ff0
chore: add lock to settings type, refactor code
7ヶ月前
Blaz Smehov
793365d632
chore: add build file to ignore
7ヶ月前
Blaz Smehov
78fad3cbcb
feat: boilerplate for settings handler, chore: refactor kafka client package name
7ヶ月前
Blaz Smehov
7b60a02f02
chore: rename custom kafka client to avoid package name issues
7ヶ月前
Blaz Smehov
6abe265aab
chore: add node-red api test flow
7ヶ月前
Blaz Smehov
7228a950bb
fix: expose server port to all addresses inside the container
7ヶ月前
Blaz Smehov
0063c4ec8e
fix: expose server port to all addresses inside the container
7ヶ月前
Blaz Smehov
c32e042256
feat: add node-red service, chore: update gitignore, ignore volume directories
7ヶ月前
Blaz Smehov
f9f61afa27
chore: add health check for EMQX, bridge service awaits check
7ヶ月前
Blaz Smehov
080baae9d4
feat: basic Docker structure
7ヶ月前
Blaz Smehov
f8aa11f5fd
chore: refactor, extending decoder func
7ヶ月前
Blaz Smehov
0674ca9112
feat: add kafka server connection to decoder, api server (beacons route only)
8ヶ月前
Blaz Smehov
940e619fc0
ignore vendor directory
8ヶ月前
Blaz Smehov
4bf1bee89f
feat: add MQTT -> kafka bridge, template for decoder
8ヶ月前
Blaz Smehov
0885f51815
fix: some errors, add prints, add log file for testing
8ヶ月前
Blaz Smehov
e276d091f6
fix: passing of the addr string
8ヶ月前
Blaz Smehov
69b3cfdb9f
chore: remove alpine from base image
8ヶ月前
Blaz Smehov
450977178b
chore: update gitignore, create Dockerfile
8ヶ月前
Blaz Smehov
feeb5723d3
fix: warning signes
8ヶ月前
Blaz Smehov
b6ef1bc1c2
chore: finished refactoring, without testing functionallity bar some API calls and one MQTT functionallity
8ヶ月前
Blaz Smehov
1244196d64
chore: refactor api server, add tests
8ヶ月前
Blaz Smehov
bd1cbe10be
chore: update gitignore
8ヶ月前
Blaz Smehov
8e7689328d
chore: modify project structure, move types into internal package, define main package boilerplate
8ヶ月前
Blaz Smehov
495baa41c9
chore: clean unused doc files
8ヶ月前
Alamgir Hosain
2523880930
Added README_bn.md for Bangla translation ( #276 )
* Add Bangla translation for README.md
* Added README_bn.md for Bangla translation
8ヶ月前
George Rodrigues
89dfdf01f6
Fix typo in README_ptBR.md ( #277 )
8ヶ月前
Alexey Lindin
aa203318ea
use correct ISO code for Belarusian language ( #265 )
1年前
Nguyen The Phuc Hiep
e0cefe8768
Update README.md ( #262 )
Co-authored-by: Nguyen The Phuc Hiep <99666324+ntphiep-amable@users.noreply.github.com>
1年前
Edvin Dulko
20f4258478
improve Belarusian translation from machine-generated to human-readable ( #263 )
* improve Belarusian translation from machine-generated to human-readable
* use more consistent vocabulary
1年前
Shurco
608700a5b7
add belarusian ( #261 )
1年前
Danny Ra
ff8f8a6dbf
fa: fix typo ( #260 )
* add Farsi
* fa : fix typo
1年前
Danny Ra
789fdd2841
add Farsi ( #259 )
1年前
Kyle Quest
aba985fe87
Merge pull request #230 from anazibinurasheed/anazibinurasheed/README.md-update
anazibinurasheed/README.md - update
2年前
Kyle Quest
086ccb1b38
Merge pull request #239 from highpon/fix/typo
README_ja: fix typo
2年前
Kyle Quest
fcf6acb91e
Merge pull request #249 from ardrabczyk/add-missing-newlines
Add missing newlines
2年前
Arkadiusz Drabczyk
9afa0ed288
Add missing newlines
On *nix systems it's a common convention to end a file with an empty
newline. It also helps if the newline is present if user wants to
simply cat a file in the command line.
I used the following one-liner to automatically add newlines in all
files that don't have it:
$ find . -path ./.git -prune -o -type f -a ! -name .keep -exec sh -c '[[ $(tail -c1 "$1" | wc -l) -gt 0 ]] || echo >> "$1"' sh {} \;
2年前
Kyle Quest
17ea4464cb
Merge pull request #243 from harshrathod50/master
Added Hindi translation of README.md file
2年前
Kyle Quest
03ca3071ff
Update README_hi.md
replaced the old Go wiki links with the new ones
2年前