From 22b0500acf9fd68f1a31a18aef98074b300a8d77 Mon Sep 17 00:00:00 2001 From: Hemang Joshi Date: Wed, 19 Oct 2022 15:37:46 +0530 Subject: [PATCH 1/4] added new repo for local broker and minor correctn --- .vscode/settings.json | 4 +++ README.md | 61 +++++++++++++++++++++++++------------------ 2 files changed, 39 insertions(+), 26 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5af1e3e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "editor.tabCompletion": "on", + "diffEditor.codeLens": true +} \ No newline at end of file diff --git a/README.md b/README.md index 69eb78e..e6854ad 100644 --- a/README.md +++ b/README.md @@ -8,31 +8,39 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi ## Contents -- [Community Resources](#community-resources) -- [Broker](#broker) -- [Cloud](#cloud) -- [Platforms](#platforms) -- [Tools](#tools) -- [Clients](#clients) -- [Scripting](#scripting) -- [Interfaces](#interfaces) - - [Makers](#makers) - - [Industry](#industry) - - [Telephony, PBX](#telephony-pbx) - - [Operating System](#operating-system) - - [Monitoring](#monitoring) - - [Location Tracking](#location-tracking) - - [Logging](#logging) - - [Smart Home Hardware Interfaces](#smart-home-hardware-interfaces) - - [Smart Home Integration Software](#smart-home-integration-software) - - [Lighting](#lighting) - - [Home Entertainment](#home-entertainment) - - [Smart Metering](#smart-metering) - - [Messaging](#messaging) - - [Misc](#misc) -- [Visualization, Dashboards](#visualization-dashboards) -- [Architecture, Convention](#architecture-convention) -- [Security, Encryption](#security-encryption) +- [Awesome MQTT](#awesome-mqtt) + - [Contents](#contents) + - [Community Resources](#community-resources) + - [Blogs](#blogs) + - [Talks](#talks) + - [Broker](#broker) + - [Cloud](#cloud) + - [Platforms](#platforms) + - [Tools](#tools) + - [Clients](#clients) + - [Scripting](#scripting) + - [Interfaces](#interfaces) + - [Makers](#makers) + - [ESP](#esp) + - [Firmwares for ESP based Devices](#firmwares-for-esp-based-devices) + - [Industry](#industry) + - [Telephony, PBX](#telephony-pbx) + - [Operating System](#operating-system) + - [Monitoring](#monitoring) + - [Location tracking](#location-tracking) + - [Logging](#logging) + - [Smart Home Hardware Interfaces](#smart-home-hardware-interfaces) + - [Smart Home Integration Software](#smart-home-integration-software) + - [Lighting](#lighting) + - [Home Entertainment](#home-entertainment) + - [Smart Metering](#smart-metering) + - [Messaging](#messaging) + - [Misc](#misc) + - [Visualization, Dashboards](#visualization-dashboards) + - [Architecture, Convention](#architecture-convention) + - [Security, Encryption](#security-encryption) + - [Contribute](#contribute) + - [License](#license) ### Community Resources @@ -81,6 +89,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [Vert.x MQTT](https://github.com/vert-x3/vertx-mqtt) - Vert.x component to handle connections, communication and messages exchange with remote MQTT clients. * [Waterstream](https://waterstream.io/) - MQTT broker leveraging Apache Kafka as its own storage and distribution engine. * [NanoMQ](https://github.com/nanomq/nanomq) - A light-weight and Blazing-fast MQTT Broker for IoT Edge platform. +* [local_mqtt_broker_server_ubuntu](https://github.com/hemangjoshi37a/local_mqtt_broker_server_ubuntu) - How to create simple mqtt broker server in Ubuntu using mosquitto. ### Cloud @@ -217,7 +226,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: * [ESPHome](https://esphome.io/) - builds ESP8266/ESP32 firmware from concise YAML descriptions, uploads to and manages flashed devices. * [Espurna](https://github.com/xoseperez/espurna) - HA firmware for ESP8266-based devices with rich web UI and ≈120 devices supported out of the box * [OpenMQTTGateway](https://github.com/1technophile/OpenMQTTGateway) - MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale compatibility, SMS & LORA. -* [Sonoff-Tasmota](https://github.com/arendst/Tasmota) - Firmware for ESP8266 devices with web-based configuration. ≈500 devices supported (not only Sonoffs). +* [Tasmota](https://github.com/arendst/Tasmota) - Firmware for ESP8266 devices with web-based configuration. ≈500 devices supported (not only Sonoffs). * [WiFi-IoT](https://wifi-iot.com/p/wiki/) - ESP8266/ESP32 firmware builder. Partly in Russian. Free features are limited. From a747372ff07770cb5f8899f3b5ee33247b9a5d7c Mon Sep 17 00:00:00 2001 From: Hemang Joshi Date: Sun, 27 Nov 2022 12:47:31 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/README.md b/README.md index e6854ad..2cd2312 100644 --- a/README.md +++ b/README.md @@ -445,3 +445,100 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first ## License [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) + + + + +![https://hjlabs.in](https://hjlabs.in/wp-content/uploads/2022/05/rainbow-text-1.png "Image Title") + +------------------------------------------------------------------------------ + +### Contact us + +Mobile : [+917016525813](tel:+917016525813) +Whatsapp & Telegram : [+919409077371](tel:+919409077371) + +Email : [hemangjoshi37a@gmail.com](mailto:hemangjoshi37a@gmail.com) + +Place a custom order on hjLabs.in : [https://hjLabs.in](https://hjlabs.in/) + +Please contribute your suggestions and corections to support our efforts. + +Thank you. + +Buy us a coffee for $5 ? + +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5JXC8VRCSUZWJ) + +---------------------------------------------------------------------------------------- + +## Checkout Our Other Repositories + +- [pyPortMan](https://github.com/hemangjoshi37a/pyPortMan) +- [transformers_stock_prediction](https://github.com/hemangjoshi37a/transformers_stock_prediction) +- [TrendMaster](https://github.com/hemangjoshi37a/TrendMaster) +- [hjAlgos_notebooks](https://github.com/hemangjoshi37a/hjAlgos_notebooks) +- [AutoCut](https://github.com/hemangjoshi37a/AutoCut) +- [My_Projects](https://github.com/hemangjoshi37a/My_Projects) +- [Cool Arduino and ESP8266 or NodeMCU Projects](https://github.com/hemangjoshi37a/my_Arduino) +- [Telegram Trade Msg Backtest ML](https://github.com/hemangjoshi37a/TelegramTradeMsgBacktestML) + +## Checkout Our Other Products + +- [WiFi IoT LED Matrix Display](https://hjlabs.in/product/wifi-iot-led-display) +- [SWiBoard WiFi Switch Board IoT Device](https://hjlabs.in/product/swiboard-wifi-switch-board-iot-device) +- [Electric Bicycle](https://hjlabs.in/product/electric-bicycle) +- [Product 3D Design Service with Solidworks](https://hjlabs.in/product/product-3d-design-with-solidworks/) +- [AutoCut : Automatic Wire Cutter Machine](https://hjlabs.in/product/automatic-wire-cutter-machine/) +- [Custom AlgoTrading Software Coding Services](https://hjlabs.in/product/custom-algotrading-software-for-zerodha-and-angel-w-source-code//) +- [SWiBoard :Tasmota MQTT Control](https://play.google.com/store/apps/details?id=in.hjlabs.swiboard) +- [Custom Token Classification or Named Entity Recognition (NER) model as in Natural Language Processing (NLP) Machine Learning](https://hjlabs.in/product/custom-token-classification-or-named-entity-recognition-ner-model-as-in-natural-language-processing-nlp-machine-learning/) + +## Some Cool Arduino and ESP8266 (or NodeMCU) IoT projects + +- [IoT_LED_over_ESP8266_NodeMCU : Turn LED on and off using web server hosted on a nodemcu or esp8266](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_LED_over_ESP8266_NodeMCU) +- [ESP8266_NodeMCU_BasicOTA : Simple OTA (Over The Air) upload code from Arduino IDE using WiFi to NodeMCU or ESP8266](https://github.com/hemangjoshi37a/my_Arduino/tree/master/ESP8266_NodeMCU_BasicOTA) +- [IoT_CSV_SD : Read analog value of Voltage and Current and write it to SD Card in CSV format for Arduino, ESP8266, NodeMCU etc](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_CSV_SD) +- [Honeywell_I2C_Datalogger : Log data in A SD Card from a Honeywell I2C HIH8000 or HIH6000 series sensor having external I2C RTC clock](https://github.com/hemangjoshi37a/my_Arduino/tree/master/Honeywell_I2C_Datalogger) +- [IoT_Load_Cell_using_ESP8266_NodeMC : Read ADC value from High Precision 12bit ADS1015 ADC Sensor and Display on SSD1306 SPI Display as progress bar for Arduino or ESP8266 or NodeMCU](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_Load_Cell_using_ESP8266_NodeMC) +- [IoT_SSD1306_ESP8266_NodeMCU : Read from High Precision 12bit ADC seonsor ADS1015 and display to SSD1306 SPI as progress bar in ESP8266 or NodeMCU or Arduino](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_SSD1306_ESP8266_NodeMCU) + +## Checkout Our Awesome 3D GrabCAD Models +- [AutoCut : Automatic Wire Cutter Machine](https://grabcad.com/library/automatic-wire-cutter-machine-1) +- [ESP Matrix Display 5mm Acrylic Box](https://grabcad.com/library/esp-matrix-display-5mm-acrylic-box-1) +- [Arcylic Bending Machine w/ Hot Air Gun](https://grabcad.com/library/arcylic-bending-machine-w-hot-air-gun-1) +- [Automatic Wire Cutter/Stripper](https://grabcad.com/library/automatic-wire-cutter-stripper-1) + +## Our HuggingFace Models : +- [hemangjoshi37a/autotrain-ratnakar_1000_sample_curated-1474454086 : Stock tip message NER(Named Entity Recognition or Token Classification) using HUggingFace-AutoTrain and LabelStudio and Ratnakar Securities Pvt. Ltd.](https://huggingface.co/hemangjoshi37a/autotrain-ratnakar_1000_sample_curated-1474454086) + +## Our HuggingFace Datasets : +- [hemangjoshi37a/autotrain-data-ratnakar_1000_sample_curated : Stock tip message NER(Named Entity Recognition or Token Classification) using HUggingFace-AutoTrain and LabelStudio and Ratnakar Securities Pvt. Ltd.](https://huggingface.co/datasets/hemangjoshi37a/autotrain-data-ratnakar_1000_sample_curated) + +## Awesome Youtube Videos : +- [❤️ હદય અને હદયના ધબકારા 💙 दिल और दिल की धड़कन 💖 Heart and beating of heart by Priyanka madam. 💕](https://www.youtube.com/watch?v=9v3MK6oTOeA) +- [🩸 રુધિર વહીનીઓ અને એના કર્યો. 🩸 Blood Vessels And Working of Blood Vessels 🩸 By Priyankama'am](https://www.youtube.com/watch?v=T7mMcEYNKyQ) +- [🩸 મનુષ્યમાં પરિવહન તંત્ર 🩸 परिसंचरण तंत्र 🩸 Blood Circulation System in Humans🩸 By Priyanka madam](https://www.youtube.com/watch?v=vxa6o_wrWnY) +- [AutoCut V2 - The World's Most Powerful Arduino Automatic Wire Cutting Machine](https://www.youtube.com/watch?v=oGr0mWmNhKY) +- [SWiBoard - A Killer Gadget to Boost Your Boring Switchboard](https://www.youtube.com/watch?v=ftza6WM4LiE) + +## My Quirky Blog +- [Hemang Joshi](http://hemangjoshi.blogspot.com/) + +## Awesome Android Apps : +- [SWiBoard :Tasmota MQTT Control](https://play.google.com/store/apps/details?id=in.hjlabs.swiboard) + +## Checkout Cool GitLab Other Repositories: +- [pyPortMan](https://gitlab.com/hemangjoshi37a/pyPortMan) +- [transformers_stock_prediction](https://gitlab.com/hemangjoshi37a/transformers_stock_prediction) +- [TrendMaster](https://gitlab.com/hemangjoshi37a/TrendMaster) +- [hjAlgos_notebooks](https://gitlab.com/hemangjoshi37a/hjAlgos_notebooks) +- [AutoCut](https://gitlab.com/hemangjoshi37a/AutoCut) +- [My_Projects](https://gitlab.com/hemangjoshi37a/My_Projects) +- [Cool Arduino and ESP8266 or NodeMCU Projects](https://gitlab.com/hemangjoshi37a/my_Arduino) +- [Telegram Trade Msg Backtest ML](https://gitlab.com/hemangjoshi37a/TelegramTradeMsgBacktestML) + + + + + From ecfd87914523e56fd39d2c6866975a85fec0a719 Mon Sep 17 00:00:00 2001 From: Hemang Joshi Date: Sun, 27 Nov 2022 16:46:02 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2cd2312..36a70b6 100644 --- a/README.md +++ b/README.md @@ -536,9 +536,23 @@ Buy us a coffee for $5 ? - [AutoCut](https://gitlab.com/hemangjoshi37a/AutoCut) - [My_Projects](https://gitlab.com/hemangjoshi37a/My_Projects) - [Cool Arduino and ESP8266 or NodeMCU Projects](https://gitlab.com/hemangjoshi37a/my_Arduino) -- [Telegram Trade Msg Backtest ML](https://gitlab.com/hemangjoshi37a/TelegramTradeMsgBacktestML) - - - - - +- [Telegram Trade Msg Backtest ML](https://gitlab.com/hemangjoshi37a/TelegramTradeMsgBacktestML) + +## Social Media : +### Multi-Language Social Media +* [Facebook](#facebook) +* [Reddit](#reddit) +* [Twitter](#twitter) +* [LinkedIn](#linkedin) +* [WhatsApp](#whatsapp) +* [Tumblr](#tumblr) +* [Pinterest](#pinterest) +* [Blogger](#blogger) +* [EverNote](#evernote) +* [LiveJournal](#livejournal) +* [GetPocket](#getpocket) +* [HackerNews](#hackernews) +* [FlipBoard](#flipboard) +* [GoogleBookmarks](#googlebookmarks) +* [InstaPaper](#instapaper) +* [Diaspora](#diaspora) From 101de73c780e2b8a857e47d203e2887e42532b00 Mon Sep 17 00:00:00 2001 From: Hemang Joshi Date: Sun, 27 Nov 2022 17:17:31 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 36a70b6..3f046ee 100644 --- a/README.md +++ b/README.md @@ -539,20 +539,12 @@ Buy us a coffee for $5 ? - [Telegram Trade Msg Backtest ML](https://gitlab.com/hemangjoshi37a/TelegramTradeMsgBacktestML) ## Social Media : -### Multi-Language Social Media -* [Facebook](#facebook) -* [Reddit](#reddit) -* [Twitter](#twitter) -* [LinkedIn](#linkedin) -* [WhatsApp](#whatsapp) -* [Tumblr](#tumblr) -* [Pinterest](#pinterest) -* [Blogger](#blogger) -* [EverNote](#evernote) -* [LiveJournal](#livejournal) -* [GetPocket](#getpocket) -* [HackerNews](#hackernews) -* [FlipBoard](#flipboard) -* [GoogleBookmarks](#googlebookmarks) -* [InstaPaper](#instapaper) -* [Diaspora](#diaspora) +* [ Facebook/hemangjoshi37](https://www.facebook.com/hemangjoshi37/) +* [ Twitter/HemangJ81509525](https://twitter.com/HemangJ81509525) +* [LinkedIn/hemang-joshi-046746aa](https://www.linkedin.com/in/hemang-joshi-046746aa/) +* [WhatsApp/917016525813](https://wa.me/917016525813) +* [Tumblr/hemangjoshi37a-blog](https://www.tumblr.com/blog/hemangjoshi37a-blog) +* [Pinterest/hemangjoshi37a](https://in.pinterest.com/hemangjoshi37a/) +* [Blogger/hemangjoshi](http://hemangjoshi.blogspot.com/) +* [Instagram/hemangjoshi37](https://www.instagram.com/hemangjoshi37/) +* [Telegram/hjlabs](https://t.me/hjlabs)