

# Event Details

- **Event Name**: IoT Geeks - Internet of Things (IoT) with MQTT + Raspberry Pi
- **Event Start and End Date**: Sat, 24 Mar, 2018 at 10:00 am
- **Event Description**: Event Ticket:
You can Paytm to 9840212346@paytm
General ticket: Rs.600
Student ticket: Rs.300 (Bring your valid student ID Card)

Dont forget to register in Google form, we need this list to give in security gate. - https://goo.gl/forms/sbbyKZcG8kLs5AXJ2

Agenda
1) Introduction to IOT
2) Introduction to Raspberry Pi
3) Brief Explanation about IoT Protocols.
4) Use cases about MQTT
5) MQTT subscriber-publisher module
6) Control a home appliance through MQTT anywhere in the world.
7) Dashboard Control using MQTT

About MQTT:
MQTT (Message Queuing Telemetry Transport) is a IoT connectivity protocol that works on the
principle of underwriting / publishing that was developed at the base to simplify communication between the machines to machines (M2M) communication. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. What I can do with that ?
- Persistence of messages on a Topic. The messages are stored on the Broker.
- Manage the subscription / publication rights for each Topic.
- Secure the transport of the messages in SSL / TLS as well as by identification of the user (identifier and password)
- Topics and the tree are created on the fly. There is nothing to configure on the Broker. It is the “publisher” who created the Topics tree (at the time of publication).

Who can attend this session:
This workshop is designed for those software developers those who are interested in learning IoT light weight protocol and also one who wants to develop their skills in Internet of Things. It will be useful or one of the great learning for students who is studying ECE,EEE,CSE,IT,E&I .

What are the per-requisites:
Learners should familiar with Networking and programming concepts. You can study about it before the workshops and you have enough time. 

What to bring
A Laptop and passion for learning Internet of Things (IoT)

Benefits for Professionals:
1) Learning MQTT
2) Can learn how to make a product based on MQTT
3) Apply a MQTT to an existing product
4) Learning about IOT Protocol
5) IOT applications on MQTT

Benefits for Students:
1) Learning about IOT Protocols
2) Learning about Raspberry Pi Configuration
3) Learning about how to prepare a Dashboard
4) Learning about Remote Configuration from MQTT
5) Learning about Pub-Sub Module
- **Event URL**: https://allevents.in/chennai/iot-geeks-internet-of-things-iot-with-mqtt-raspberry-pi/2016138708602325
- **Event Categories**: Nonprofit, Workshops
- **Interested Audience**: 
  - total_interested_count: 0

## Ticket Details


## Event venue details

- **city**: Chennai
- **state**: TN
- **country**: India
- **location**: PayPal Chennai
- **lat**: 12.909672606575
- **long**: 80.227052357069
- **full address**: PayPal Chennai, Futura IT park, Block A, 334, Old mahabalipuram road, near sholinganallur, Chennai, India

## Event gallery

- **Alt text**: IoT Geeks - Internet of Things (IoT) with MQTT + Raspberry Pi
  - **Image URL**: https://cdn-az.allevents.in/banners/513d381ad87928a6915e8ee14980f2e2-rimg-w720-h405-gmir.jpg

## FAQs

- **Q**: When and where is IoT Geeks - Internet of Things (IoT) with MQTT + Raspberry Pi being held?
  - **A:** IoT Geeks - Internet of Things (IoT) with MQTT + Raspberry Pi takes place on Sat, 24 Mar, 2018 at 10:00 am to Sat, 24 Mar, 2018 at 10:00 am at PayPal Chennai, Futura IT park, Block A, 334, Old mahabalipuram road, near sholinganallur, Chennai, India.

## Structured Data (JSON-LD)

```json
[
    {
        "@context": "https://schema.org",
        "@type": "Event",
        "name": "IoT Geeks - Internet of Things (IoT) with MQTT + Raspberry Pi",
        "image": "https://cdn-az.allevents.in/banners/513d381ad87928a6915e8ee14980f2e2-rimg-w720-h405-gmir.jpg",
        "startDate": "2018-03-24",
        "url": "https://allevents.in/chennai/iot-geeks-internet-of-things-iot-with-mqtt-raspberry-pi/2016138708602325",
        "location": {
            "@type": "Place",
            "name": "PayPal Chennai",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "Futura IT park, Block A, 334, Old mahabalipuram road, near sholinganallur",
                "addressLocality": "Chennai",
                "addressRegion": "TN",
                "addressCountry": "IN"
            },
            "geo": {
                "@type": "GeoCoordinates",
                "latitude": "12.909672606575",
                "longitude": "80.227052357069"
            }
        },
        "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
        "description": "Event Ticket:\nYou can Paytm to 9840212346@paytm\nGeneral ticket: Rs.600\nStudent ticket: Rs.300 (Bring your valid student ID Card)\n\nDont forget to register in Google form, we need this list to give in security gate. - https://goo.gl/forms/sbbyKZcG8kLs5AXJ2\n\nAgenda\n1) Introduction to IOT\n2) Introductio"
    }
]
```