Pinned Repositories
ar-iot-board
This android app shows an AR board using the target image. App is built with unity & vuforia.
azure-telemetry-monitoring
A python utility that show how a device that uses the IoT Plug and Play conventions interacts with either Azure IoT Hub or IoT Central.
DHT22-with-NodeMCU-over-MQTT
Connecting DHT22 Temperature sensor with nodeMCU . Sending its Collecting its Data with the help of MQTT protocol.
e-lib
E-Library Management System
ikaranmali
Config files for my GitHub profile.
ikaranmali.github.io
Config files for my GitHub profile.
leetcode-rust
Repository for leetcode exercise in rust language.
mqtt-paho-publisher
Standard MQTT publisher in python using paho-mqtt library.
mqtt_in_python
Paho-Mqtt Publish Subcribe scripts
mqtt_in_rust
Repository with configurable publisher & subscriber utility written in rust using paho-mqtt.
ikaranmali's Repositories
ikaranmali/azure-telemetry-monitoring
A python utility that show how a device that uses the IoT Plug and Play conventions interacts with either Azure IoT Hub or IoT Central.
ikaranmali/DHT22-with-NodeMCU-over-MQTT
Connecting DHT22 Temperature sensor with nodeMCU . Sending its Collecting its Data with the help of MQTT protocol.
ikaranmali/leetcode-rust
Repository for leetcode exercise in rust language.
ikaranmali/mqtt_in_python
Paho-Mqtt Publish Subcribe scripts
ikaranmali/mqtt_in_rust
Repository with configurable publisher & subscriber utility written in rust using paho-mqtt.
ikaranmali/ar-iot-board
This android app shows an AR board using the target image. App is built with unity & vuforia.
ikaranmali/e-lib
E-Library Management System
ikaranmali/ikaranmali
Config files for my GitHub profile.
ikaranmali/ikaranmali.github.io
Config files for my GitHub profile.
ikaranmali/mqtt-paho-publisher
Standard MQTT publisher in python using paho-mqtt library.
ikaranmali/leetcode-python
ikaranmali/nmea_udp_sender
ikaranmali/python_lab_assesment
ikaranmali/rust_celcius_fahrenheit
Conversion between degree Celsius and Fahrenheit in Rust Programming Language
ikaranmali/rust_fibonacci_series
Printing Fibonacci Series upto nth number using rust language