{"id":4227,"date":"2022-02-14T12:23:05","date_gmt":"2022-02-14T06:53:05","guid":{"rendered":"https:\/\/lgconsultancy.wpcomstaging.com\/?p=4227"},"modified":"2022-08-02T09:36:58","modified_gmt":"2022-08-02T09:36:58","slug":"internet-of-things","status":"publish","type":"post","link":"https:\/\/lng-consultancy.com\/staging\/5474\/internet-of-things\/","title":{"rendered":"Internet of Things"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"what-is-internet-of-things\">What is Internet of Things?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><p>Internet of Things (<strong>IoT<\/strong>) is a network of internet connected devices (<strong>IoT Devices<\/strong>) embedded in everyday objects enabling sending and receiving data such as\u00a0<strong>settings<\/strong>\u00a0and\u00a0<strong>telemetry<\/strong>.<\/p>\n<p>IoT devices are\u00a0<b>pieces of hardware<\/b>, such as sensors, actuators, gadgets, appliances, or machines, that are programmed for certain applications and can transmit data over the internet or other networks.<\/p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" height=\"332\" width=\"1024\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-20-1024x332.png?resize=1024%2C332&ssl=1\" alt=\"\" class=\"wp-image-4229\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What is an example of an Internet of Things device?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A light bulb that can be switched on using a smartphone app is an IoT device, as is a motion sensor or a\u00a0smart thermostat\u00a0in your office or a connected streetlight. An IoT device could be as fluffy as\u00a0a child\u2019s toy or as serious as\u00a0a driverless truck. Some larger objects may themselves be filled with many smaller IoT components, such as a jet engine that\u2019s now filled with thousands of sensors collecting and transmitting data back to make sure it is operating efficiently. At an even bigger scale smart cities projects are filling entire regions with sensors help us understand and control the environment.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Azure IoT reference architecture<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The below diagram represents a recommended architecture for IoT applications using Azure PaaS (platform-as-a-service) components. The following diagram reflects different Azure components that can be used to architect an IoT solution. The diagram shows, most of the commonly used services, but no solution requires all of them.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/architecture\/reference-architectures\/iot\/images\/iot-refarch.svg\" alt=\"Diagram of the architecture\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"devices\">Devices<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Azure IoT supports a large range of devices, from microcontrollers running Azure RTOS and Azure Sphere to developer boards like\u00a0MxChip\u00a0and Raspberry Pi. Azure IoT also supports smart server gateways capable of running custom code. Devices might perform some local processing through a service such as\u00a0<strong>Azure IoT Edge<\/strong>, or just connect directly to Azure so that they can send data to and receive data from the IoT solution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When devices are connected to the cloud, there are several services that assist with ingesting data.\u00a0<strong>Azure IoT Hub<\/strong>\u00a0is a cloud gateway service that can securely connect and manage devices.\u00a0<strong>IoT Hub Device Provisioning Service (DPS)<\/strong>\u00a0enables zero-touch, just-in-time provisioning that helps to register a large number of devices in a secure and scalable manner.\u00a0<strong>Azure Digital Twins<\/strong>\u00a0enables virtual models of real world systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"insights\">Insights<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once devices have been connected in the cloud, their data can be processed and explored to gain custom insights about their environment. At a high level, there are three ways to process data \u2014 hot path, warm path, and cold path. The difference between them has to do with requirements for latency and data access.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>The\u00a0<strong>hot path<\/strong>\u00a0analyzes data in near-real-time as it arrives. In the hot path, telemetry must be processed with very low latency. The hot path is typically implemented using a stream processing engine. Consider using services such as\u00a0<strong>Azure Stream Analytics<\/strong>\u00a0or\u00a0<strong>HDInsight<\/strong>. The output may trigger an alert, or be written to a structured format that can be queried using analytical tools.<\/li><li>The\u00a0<strong>warm path<\/strong>\u00a0analyzes data that can accommodate longer delays for more detailed processing. Consider\u00a0<strong>Azure Data Explorer<\/strong>\u00a0or\u00a0<strong>Azure Time Series Insights<\/strong>\u00a0for storing and analyzing large volumes of data.<\/li><li>The\u00a0<strong>cold path<\/strong>\u00a0performs batch processing at longer intervals (hourly or daily). The cold path typically operates over large volumes of data which can be stored in\u00a0<strong>Azure Data Lake<\/strong>, and the results don\u2019t need to be as timely as the hot or warm paths. Consider using\u00a0<strong>Azure Machine Learning<\/strong>\u00a0or\u00a0<strong>Azure Databricks<\/strong>\u00a0to analyze cold data.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"actions\">Actions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can use the insights gathered about your data to manage and control your environment. Business integration actions might include storing informational messages, raising alarms, sending email or SMS messages, or integrating with business applications such as CRM and ERP. The following services are available for management and business integration:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Power BI<\/strong>\u00a0connects to, models, and visualizes your data. Power BI enables you to collaborate on data and use artificial intelligence to make data-driven decisions.<\/li><li><strong>Azure Maps<\/strong>\u00a0allows you to create location aware web and mobile applications using geospatial services (search, maps, routing, tracking, and traffic), APIs, and SDKs.<\/li><li><strong>Azure Cognitive Search<\/strong>\u00a0provides a search service over varied types of content. This includes indexing, AI enrichment, and querying capabilities.<\/li><li><strong>Azure API Management<\/strong>\u00a0provides a single place to manage all of your APIs.<\/li><li><strong>Azure Web Apps<\/strong>\u00a0enables you to deploy web applications that scale with your organization.<\/li><li><strong>Mobile Apps<\/strong>\u00a0allows you to build cross platform and native apps for iOs, Android, Windows, or Mac.<\/li><li><strong>Dynamics 365<\/strong>\u00a0combines CRM (customer relationship management) and ERP (enterprise resource planning) in the cloud.<\/li><li><strong>Microsoft Flow<\/strong>\u00a0is a SaaS offering for automating workflows across applications and other SaaS services.<\/li><li><strong>Azure Logic Apps<\/strong>\u00a0is a cloud-based PaaS offering used to create and automate workflows that integrate your apps, data, services, and systems.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">We will discuss in details about Azure IOT Hub<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"azure-iot-hub-1\"><strong>Azure IOT Hub<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">IoT Hub is a managed service hosted in the cloud that acts as a central message hub for communication between an IoT application and its attached devices. You can connect millions of devices and their backend solutions reliably and securely. Almost any device can be connected to an IoT Hub.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" height=\"449\" width=\"1024\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-21-1024x449.png?resize=1024%2C449&ssl=1\" alt=\"\" class=\"wp-image-4234\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"azure-iot-hub\">Azure Iot Hub<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Managed service for bi-directional communication<\/li><li>Platform as a Service (PaaS)<\/li><li>Highly secure, scalable and reliable<\/li><li>Integrates with a lot of Azure Services<\/li><li>Programmable SDKs for popular languages (C, C#, Java, Python, Node.js)<\/li><li>Multiple protocols (HTTPS, AMQP, MQTT)<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"azure-functions\">Azure Functions<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Serverless coding platform (Functions as a Service, FaaS)<\/li><li>Designed for nano-service architectures and event-based applications<\/li><li>Scales up and down very quickly<\/li><li>Highly scalable<\/li><li>Supports popular languages and frameworks (.NET & .NET Core, Java, Node.js, Python, PowerShell, etc.)<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"demo\"><strong>Demo<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><p>In this Demo we will walk through how to hook up to Azure IoT hub(D2C) with a single Azure Function.<\/p>\n<p>Demo Source Code : https:\/\/github.com\/PalakMahajanDA\/IOTHubDemoWithFunction.git<\/p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-22.png?ssl=1\" alt=\"\" class=\"wp-image-4254\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>What is Internet of Things? Internet of Things (IoT) is a network of internet connected devices (IoT Devices) embedded in everyday objects enabling sending and receiving data such as\u00a0settings\u00a0and\u00a0telemetry. IoT devices are\u00a0pieces of hardware, such as sensors, actuators, gadgets, appliances, or machines, that are programmed for certain applications and can transmit data over the internet [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[32],"tags":[98,99,100,101,102,103],"class_list":["post-4227","post","type-post","status-publish","format-standard","hentry","category-software-development","tag-azure","tag-cloud","tag-function","tag-iot","tag-iothub","tag-serverless"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Internet of Things - L&amp;G Consultancy<\/title>\n<meta name=\"description\" content=\"The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, all collecting and sharing data\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/landg-consultancy.com\/internet-of-things\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Internet of Things - L&amp;G Consultancy\" \/>\n<meta property=\"og:description\" content=\"The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, all collecting and sharing data\" \/>\n<meta property=\"og:url\" content=\"https:\/\/landg-consultancy.com\/internet-of-things\/\" \/>\n<meta property=\"og:site_name\" content=\"L&amp;G Consultancy\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-14T06:53:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-02T09:36:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-20-1024x332.png\" \/>\n<meta name=\"author\" content=\"Palak Mahajan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Palak Mahajan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/\"},\"author\":{\"name\":\"Palak Mahajan\",\"@id\":\"http:\\\/\\\/sh024.global.temp.domains\\\/~landgcon\\\/#\\\/schema\\\/person\\\/f1bccf0cb7edc87b9207f6ca92f36860\"},\"headline\":\"Internet of Things\",\"datePublished\":\"2022-02-14T06:53:05+00:00\",\"dateModified\":\"2022-08-02T09:36:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/\"},\"wordCount\":1014,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lgconsultancy.wpcomstaging.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-20-1024x332.png\",\"keywords\":[\"Azure\",\"Cloud\",\"Function\",\"IOT\",\"IOTHub\",\"Serverless\"],\"articleSection\":[\"Software Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/\",\"url\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/\",\"name\":\"Internet of Things - L&amp;G Consultancy\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/sh024.global.temp.domains\\\/~landgcon\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lgconsultancy.wpcomstaging.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-20-1024x332.png\",\"datePublished\":\"2022-02-14T06:53:05+00:00\",\"dateModified\":\"2022-08-02T09:36:58+00:00\",\"author\":{\"@id\":\"http:\\\/\\\/sh024.global.temp.domains\\\/~landgcon\\\/#\\\/schema\\\/person\\\/f1bccf0cb7edc87b9207f6ca92f36860\"},\"description\":\"The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, all collecting and sharing data\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#primaryimage\",\"url\":\"https:\\\/\\\/lgconsultancy.wpcomstaging.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-20-1024x332.png\",\"contentUrl\":\"https:\\\/\\\/lgconsultancy.wpcomstaging.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-20-1024x332.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/landg-consultancy.com\\\/internet-of-things\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lng-consultancy.com\\\/staging\\\/5474\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Internet of Things\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/sh024.global.temp.domains\\\/~landgcon\\\/#website\",\"url\":\"http:\\\/\\\/sh024.global.temp.domains\\\/~landgcon\\\/\",\"name\":\"L&amp;G Consultancy\",\"description\":\"Your Technology Partner\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/sh024.global.temp.domains\\\/~landgcon\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/sh024.global.temp.domains\\\/~landgcon\\\/#\\\/schema\\\/person\\\/f1bccf0cb7edc87b9207f6ca92f36860\",\"name\":\"Palak Mahajan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8aa3043b32e3c1b9f1fdc79cc2703fb3a746ff2cfdd0fe27ed527f609029134a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8aa3043b32e3c1b9f1fdc79cc2703fb3a746ff2cfdd0fe27ed527f609029134a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8aa3043b32e3c1b9f1fdc79cc2703fb3a746ff2cfdd0fe27ed527f609029134a?s=96&d=mm&r=g\",\"caption\":\"Palak Mahajan\"},\"url\":\"https:\\\/\\\/lng-consultancy.com\\\/staging\\\/5474\\\/author\\\/palakmahajan6a0dcbea0f\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Internet of Things - L&amp;G Consultancy","description":"The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, all collecting and sharing data","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/landg-consultancy.com\/internet-of-things\/","og_locale":"en_US","og_type":"article","og_title":"Internet of Things - L&amp;G Consultancy","og_description":"The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, all collecting and sharing data","og_url":"https:\/\/landg-consultancy.com\/internet-of-things\/","og_site_name":"L&amp;G Consultancy","article_published_time":"2022-02-14T06:53:05+00:00","article_modified_time":"2022-08-02T09:36:58+00:00","og_image":[{"url":"https:\/\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-20-1024x332.png","type":"","width":"","height":""}],"author":"Palak Mahajan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Palak Mahajan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/landg-consultancy.com\/internet-of-things\/#article","isPartOf":{"@id":"https:\/\/landg-consultancy.com\/internet-of-things\/"},"author":{"name":"Palak Mahajan","@id":"http:\/\/sh024.global.temp.domains\/~landgcon\/#\/schema\/person\/f1bccf0cb7edc87b9207f6ca92f36860"},"headline":"Internet of Things","datePublished":"2022-02-14T06:53:05+00:00","dateModified":"2022-08-02T09:36:58+00:00","mainEntityOfPage":{"@id":"https:\/\/landg-consultancy.com\/internet-of-things\/"},"wordCount":1014,"commentCount":0,"image":{"@id":"https:\/\/landg-consultancy.com\/internet-of-things\/#primaryimage"},"thumbnailUrl":"https:\/\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-20-1024x332.png","keywords":["Azure","Cloud","Function","IOT","IOTHub","Serverless"],"articleSection":["Software Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/landg-consultancy.com\/internet-of-things\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/landg-consultancy.com\/internet-of-things\/","url":"https:\/\/landg-consultancy.com\/internet-of-things\/","name":"Internet of Things - L&amp;G Consultancy","isPartOf":{"@id":"http:\/\/sh024.global.temp.domains\/~landgcon\/#website"},"primaryImageOfPage":{"@id":"https:\/\/landg-consultancy.com\/internet-of-things\/#primaryimage"},"image":{"@id":"https:\/\/landg-consultancy.com\/internet-of-things\/#primaryimage"},"thumbnailUrl":"https:\/\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-20-1024x332.png","datePublished":"2022-02-14T06:53:05+00:00","dateModified":"2022-08-02T09:36:58+00:00","author":{"@id":"http:\/\/sh024.global.temp.domains\/~landgcon\/#\/schema\/person\/f1bccf0cb7edc87b9207f6ca92f36860"},"description":"The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, all collecting and sharing data","breadcrumb":{"@id":"https:\/\/landg-consultancy.com\/internet-of-things\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/landg-consultancy.com\/internet-of-things\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/landg-consultancy.com\/internet-of-things\/#primaryimage","url":"https:\/\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-20-1024x332.png","contentUrl":"https:\/\/lgconsultancy.wpcomstaging.com\/wp-content\/uploads\/2022\/02\/image-20-1024x332.png"},{"@type":"BreadcrumbList","@id":"https:\/\/landg-consultancy.com\/internet-of-things\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lng-consultancy.com\/staging\/5474\/"},{"@type":"ListItem","position":2,"name":"Internet of Things"}]},{"@type":"WebSite","@id":"http:\/\/sh024.global.temp.domains\/~landgcon\/#website","url":"http:\/\/sh024.global.temp.domains\/~landgcon\/","name":"L&amp;G Consultancy","description":"Your Technology Partner","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/sh024.global.temp.domains\/~landgcon\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/sh024.global.temp.domains\/~landgcon\/#\/schema\/person\/f1bccf0cb7edc87b9207f6ca92f36860","name":"Palak Mahajan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8aa3043b32e3c1b9f1fdc79cc2703fb3a746ff2cfdd0fe27ed527f609029134a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8aa3043b32e3c1b9f1fdc79cc2703fb3a746ff2cfdd0fe27ed527f609029134a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8aa3043b32e3c1b9f1fdc79cc2703fb3a746ff2cfdd0fe27ed527f609029134a?s=96&d=mm&r=g","caption":"Palak Mahajan"},"url":"https:\/\/lng-consultancy.com\/staging\/5474\/author\/palakmahajan6a0dcbea0f\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/posts\/4227","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/comments?post=4227"}],"version-history":[{"count":1,"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/posts\/4227\/revisions"}],"predecessor-version":[{"id":7458,"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/posts\/4227\/revisions\/7458"}],"wp:attachment":[{"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/media?parent=4227"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/categories?post=4227"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/wp\/v2\/tags?post=4227"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}