LabLynx IoT Reference Guide
Publisher: John Jones
The Internet of Things, or IoT, is a globally (or universally) interconnected collection of devices, systems and services that are being coordinated either manually or automatically to operate and orchestrate useful functions
I Dream of IoT
A Laboratory Informatics Reference Guide
A plain-language tour of the Internet of Things — automation, addressing, web services, cloud, big data, machine-to-machine communication, security, and real-world deployments — adapted and expanded with laboratory-relevant context.
About This Guide
This guide is a laboratory-informatics-oriented adaptation of "I Dream of IoT," a community-authored primer on the Internet of Things originally published on Wikibooks and transferred to LIMSWiki. It has been substantially rewritten and reorganized here, with additional context on how each concept intersects with laboratory operations, instrument integration, and informatics platforms.
The Internet of Things (IoT) touches laboratory operations more than it might first appear. Connected balances, plate readers, environmental sensors, freezers with remote temperature monitoring, and instrument-to-LIMS data pipelines are all, in essence, IoT deployments. Understanding the underlying concepts — addressing, web services, cloud architecture, big data, machine-to-machine communication, and security — helps lab managers and informatics teams make better decisions about instrument connectivity, data integrity, and infrastructure planning.
Throughout this guide you will find four types of callout boxes:
Orange Tip boxes offer practical takeaways or things worth double-checking.
Navy Note boxes highlight background detail, definitions, or nuance.
Green Example boxes walk through a concrete, real-world scenario.
Orange "Why it matters for labs" boxes connect each general IoT concept back to laboratory informatics — instrument integration, LIMS/ELN data flows, and infrastructure choices.
This guide draws on and reorganizes ideas from the CC BY-SA–licensed "I Dream of IoT" wikibook (originally on Wikibooks, mirrored on LIMSWiki), with all wording rewritten and additional laboratory context added throughout. Full source links and license information appear in the closing chapter, "Sources & Attribution." Readers who want the original, unabridged wikibook text should consult LIMSWiki directly.
IoT and Quality of Life
Before getting into protocols and architectures, it helps to start with why IoT exists at all: it is fundamentally about connecting the physical and digital worlds to make everyday life — and everyday work — easier, safer, and more efficient.
The Internet of Things refers to the growing web of devices, sensors, and services that are linked together — manually or automatically — to carry out useful tasks that improve quality of life. A commonly cited illustration is the "smart home" scenario: sensors detect an intruder while the homeowner is away, distinguish a person from a pet, alert security personnel and police, activate additional cameras, and compile an incident report for the homeowner and their insurer — all without a person actively monitoring the system in real time.
Government and standards bodies have picked up on this theme as well. Initiatives like the U.S. National Institute of Standards and Technology's SmartAmerica Challenge were built around accelerating interoperable IoT technology in areas such as housing, climate and environment, disaster recovery, manufacturing, transportation, healthcare, security, and energy — all with an eye toward improving community-wide efficiency and quality of life.
Estimates from IoT market researchers have long suggested that the vast majority of physical "things" in the world are not yet connected to the internet — meaning the space for new connected devices, and new categories of value from connecting them, remains enormous.
The underlying idea is that connected devices, working together, can achieve outcomes that no single disconnected device could achieve on its own — in much the same way that a network of neurons accomplishes far more collectively than any single neuron could alone. That collective capability depends on the same enabling technologies covered throughout this guide: sufficient network addressing, reliable web services, cloud infrastructure for processing at scale, big data techniques for making sense of the resulting volume, and machine-to-machine communication that lets devices coordinate with minimal direct human involvement.
Swap "smart home" for "smart lab" and the same pattern applies: connected instruments, environmental sensors, and sample-storage monitors can alert staff to an out-of-range freezer, a failed run, or an overdue calibration — often before a human would have noticed. The same connectivity that improves quality of life at home is what makes instrument integration platforms like LabVia valuable in a laboratory setting.
None of this comes for free, however. The same connectivity that enables convenience and automation also introduces new points of failure and new attack surfaces, which is why security is treated as a running theme throughout this guide rather than an afterthought reserved for a single chapter.
IoT and Automation
Automation is what turns a collection of connected sensors into something useful: the ability to act on information without waiting for a person to notice it, interpret it, and respond.
2.1 What Automation Means in IoT
At its core, IoT-driven automation means connecting devices, appliances, and systems to a network so that the information they generate can be stored, transferred, analyzed, and acted upon automatically. A simple example: a temperature sensor wired into a monitored system can trigger a warning the moment a reading drifts out of an acceptable range, rather than waiting for a person to check a gauge.
The automation process itself generally follows a repeatable pattern: an event occurs, a decision gets made about what that event means, and a control message goes out to whatever needs to respond. In manual systems, a person performs all three steps. In an automated system, a machine handles the decision and the response, often based on rules or thresholds that a person configured in advance.
2.2 Where Automation Shows Up
Building automation — heating, ventilation, air conditioning, security, refrigeration, and lighting — was one of the earliest large-scale applications of this pattern, historically running on proprietary, siloed systems separate from mainstream IT. IoT has been steadily folding those systems into standard network infrastructure. The automotive industry offers another well-known example: modern vehicles increasingly carry their own network identity, gather and share operating data, and communicate with infrastructure and with each other about traffic, weather, and road conditions.
A building's HVAC, lighting, and security systems, once entirely separate and manually operated, can now share a single network connection, be monitored from a tablet or phone, and trigger alerts automatically when something falls outside expected parameters.
2.3 Common Hardware Platforms
No single hardware or software platform defines IoT; it is better understood as a platform-independent concept. That said, a handful of platforms recur often in practical deployments. Arduino-family boards remain popular for prototyping and small-scale deployments because of their large ecosystem of ready-made code libraries — a developer can print a message to an attached display with a single line of code rather than hand-coding a communication protocol from scratch. On the hardware side, Arduino-compatible boards range from tiny form factors suited to embedded or wearable use up through more industrial configurations, and the whole platform family is open-source.
2.4 Industrial Applications
In industrial settings, IoT extends the role traditionally played by programmable logic controllers and distributed control systems: more devices monitored, more data generated, and — increasingly — more decisions made by the system itself rather than escalated to a person. Industrial processes are often the single largest source of machine-generated data in an organization, and networked automation can use that data to self-configure, self-regulate, and continuously tune for efficiency, energy use, and safety.
This is the same logic behind automated instrument integration in a lab: rather than a technician manually transcribing readings from a balance, plate reader, or environmental sensor into a LIMS or ELN, an automated pipeline captures the reading, timestamps it, and routes it directly into the record — reducing transcription error and freeing staff for higher-value work. Platforms like LabVia Hub and LabVia Cloud exist to standardize exactly this kind of instrument-to-informatics automation.
IoT and IPv6
Every device on a network needs an address, and the sheer scale of IoT — potentially tens of billions of connected devices — is precisely why the internet needed to move beyond its original addressing scheme.
3.1 Why Addressing Matters
The long-standing internet protocol, IPv4, uses a 32-bit addressing scheme capable of producing roughly 4.3 billion unique addresses — a number that sounds large until you consider a world where every phone, sensor, vehicle, and appliance might need its own address. IPv6 replaces that with a 128-bit scheme, producing a number of possible addresses so large it is difficult to describe meaningfully, comfortably accommodating projections of tens of billions of connected devices.
IPv6 addresses are written as eight groups of hexadecimal digits separated by colons, rather than the four decimal groups separated by periods familiar from IPv4. IPv6 also distinguishes between link-local addresses (unique only within a local segment) and global addresses (unique worldwide, administered by the Internet Assigned Numbers Authority), and it supports stateless self-configuration — letting a device generate its own address on the network without a separate configuration server.
3.2 Routing in an IPv6 World
Routing protocols had to be updated to work with the new address format. RIPng, OSPFv3, and BGPv4 are the IPv6-capable successors to the routing protocols that carried IPv4 traffic, and supporting protocols — ICMPv6, DHCPv6, and DNS's AAAA record — were extended or introduced to handle IPv6-specific tasks like neighbor discovery, address auto-configuration, and IPv6 name resolution.
3.3 Security Considerations
Network Address Translation (NAT) — the practice of letting many devices share a small number of public IPv4 addresses — has functioned as a de facto security layer for IPv4 networks, even though that was never its original purpose. Because IPv6 gives every device its own globally routable address, that incidental protection goes away, which raises the stakes on properly configured firewalls and access controls. IPv6 is also, relatively speaking, still newer territory for many network administrators, meaning the pool of mature, battle-tested security tooling has historically lagged behind what exists for IPv4.
Because most of the world's devices still run IPv4, "tunneling" — wrapping IPv6 traffic inside IPv4 packets — and "dual stack" configurations — where a device speaks both protocols — are the two main mechanisms bridging the gap during the long transition.
3.4 The Long Transition
Global IPv6 adoption has grown steadily but slowly since the protocol's formal launch in 2012, and full retirement of IPv4 remains a distant milestone rather than a near-term event. For IoT specifically, though, the direction of travel is clear: as the number of connected devices keeps climbing, IPv6's address space is what makes universal connectivity mathematically possible in the first place.
As labs connect more instruments, sensors, and edge devices to their networks, address planning stops being a purely IT-department concern. A facility deploying dozens of networked sensors — freezer monitors, environmental loggers, connected balances — benefits from IT and lab management coordinating early on addressing, segmentation, and firewall policy, rather than treating each new instrument as a one-off network request.
IoT and Web Services
Once devices can address each other, they need a common language for exchanging requests and data — which is where web service standards come in.
4.1 SOAP vs. REST
Two approaches dominate how IoT devices and applications talk to one another over the web. SOAP (Simple Object Access Protocol) is an XML-based, standards-heavy approach with strong built-in error handling and extensibility, and it tends to be favored in enterprise environments with strict transactional or security requirements. REST (Representational State Transfer) is a lighter-weight, resource-oriented style that typically uses simple URLs and JSON rather than XML, making it faster to parse and easier to implement — which is part of why REST tends to be the more common choice for mobile and embedded IoT devices, while SOAP remains common in back-office business systems.
| Consideration | SOAP | REST |
|---|---|---|
| Message format | XML, more verbose | Commonly JSON, lighter |
| Error handling | Built-in, standardized | Handled at the application level |
| Typical fit | Enterprise/business transactions | Mobile and embedded devices |
| Learning curve | Steeper | Generally shallower |
4.2 HTTP/1.1, HTTP/2, and Beyond
HTTP/1.1 introduced persistent connections, allowing multiple requests over a single connection and reducing the overhead of repeatedly opening and closing connections — a meaningful efficiency gain once web pages routinely needed to fetch many resources per page. HTTP/2, standardized in 2015, focused on transport performance rather than changing the semantics of HTTP itself: multiplexing lets multiple data streams share a single connection simultaneously, and request prioritization lets time-sensitive data move ahead of less urgent traffic — both meaningful for IoT scenarios where many small, frequent messages are the norm.
4.3 HTML5 and WebSockets
WebSockets provide a persistent, bidirectional connection between client and server that avoids the overhead of repeatedly establishing new HTTP connections — well suited to low-latency, frequent-update scenarios such as live sensor dashboards, though it is worth noting that client-to-server messages generally still require establishing a fresh connection for each message under typical implementations, an important nuance for anyone designing high-frequency telemetry.
4.4 Semantic Web Services
Semantic web services extend ordinary web services by attaching well-defined, machine-interpretable meaning to data, so that software — not just people — can discover, combine, and act on services automatically. Frameworks like OWL-S (Ontology Web Language for Services) and WSMO (Web Service Modeling Ontology) formalize this by describing what a service does, how it behaves, and how it connects to industry standards, enabling more autonomous machine-to-machine coordination.
Instrument APIs, LIMS/ELN integrations, and cross-system data exchange in laboratory informatics almost always come down to a REST or SOAP-style web service under the hood. Understanding the trade-offs here is directly relevant when evaluating how an instrument vendor's API will integrate with a LIMS, an ELN, or a middleware layer like LabVia.
IoT and Cloud Computing
If IoT devices are the nerve endings, cloud computing is the brain that stores, processes, and makes sense of everything they report.
5.1 Why Cloud and IoT Pair Naturally
IoT devices generate large volumes of data that need to go somewhere for storage, processing, and analysis — and cloud computing offers on-demand storage and processing capacity without requiring every organization to build and maintain its own data center. The pairing works in both directions: cloud computing gives IoT a practical way to scale, and IoT gives cloud computing a constant, high-volume stream of data worth analyzing.
5.2 Five Defining Characteristics
On-Demand Self-Service
Resources are available when needed, without requiring a person to intervene on the provider's side.
Broad Network Access
Resources are reachable from a wide range of devices — laptops, tablets, phones — over standard network connections.
Resource Pooling
Shared infrastructure serves many users, with access governed by permissions rather than physical separation.
Rapid Elasticity
Capacity can scale up or down quickly to match demand, rather than being fixed in advance.
Measured Service
Usage — storage, bandwidth, processing — is metered, so cost tends to track actual consumption.
5.3 Service & Deployment Models
Cloud services are generally described using three layers. Software as a Service (SaaS) delivers a ready-to-use application, typically through a browser, with the provider handling maintenance and support. Platform as a Service (PaaS) gives developers an environment for building and running their own applications without managing the underlying servers. Infrastructure as a Service (IaaS) provides the raw computing, storage, and networking building blocks that a customer configures themselves.
Separately, cloud deployments are described as private (dedicated to one organization), public (open to anyone, such as a major commercial cloud provider), community (shared among organizations with common requirements), or hybrid (a mix, typically keeping sensitive workloads private while offloading less-critical workloads to public infrastructure).
This is precisely the decision laboratories face when choosing between a hosted platform and an on-premises deployment. A GxP-validated, SaaS-style hosting model — the kind sciCloud.net is built around — takes on patching, backup, and infrastructure management centrally, while an on-premises, client-hosted deployment (LabServer) keeps everything inside the organization's own network, which some regulated or air-gapped environments require. Neither is universally "better" — the right choice depends on the same characteristics described above: control, elasticity, and how the organization wants to measure and manage cost.
IoT and Big Data
Connect enough devices and you inevitably generate more data than any person could review manually — which is exactly the problem big data techniques were built to solve.
6.1 How IoT and Big Data Relate
IoT and big data are related but distinct: IoT is about devices, connectivity, and the data those devices generate, while big data is about storing, managing, and analyzing that information — regardless of where it came from — to produce useful conclusions. IoT is one of the largest contributors to the modern volume of big data, but the two terms aren't interchangeable.
6.2 The Six V's of Big Data
Volume
Sheer quantity — many organizations now measure their stored data in the hundreds of terabytes or more.
Variety
Data arrives in many formats and structures, from structured database records to unstructured sensor logs.
Velocity
How quickly data is generated and needs to be processed to remain useful.
Veracity
The trustworthiness and quality of the source data — analysis is only as good as the data feeding it.
Variability
Inconsistency in the data over time, which complicates handling and interpretation.
Complexity
The difficulty of linking and correlating large volumes of varied data into something usable.
6.3 Where Big Data Gets Used
Manufacturing is a leading use case, where predictive-maintenance approaches combine acoustic, vibration, pressure, and historical sensor data to anticipate failures before they cause downtime. IoT device management is another major category — hardware and security vendors continuously collect usage and health telemetry from devices deployed in the field. Information security teams also rely on big-data-style storage and analysis to manage the enormous volume of log and event data that traditional relational databases handle poorly at scale.
6.4 Advantages and Trade-offs
The upside of treating IoT-generated data as big data is real: previously "invisible" unstructured data becomes usable, new products and services become possible, decision-making becomes more agile, and modern storage approaches can be considerably cheaper at scale than traditional relational databases. The trade-offs are just as real: more data moving through more systems means a larger attack surface, poorly organized data can be as much a liability as an asset, and the specialized skills needed to do this well remain in short supply relative to demand.
A LIMS or ELN accumulating years of instrument results, audit trail entries, and metadata is, in miniature, exactly this kind of big-data problem. The same principles — knowing your data's volume, variety, and veracity, and planning storage and analysis accordingly — are why data integrity and audit-trail design (ALCOA+ principles, in regulated environments) matter as much as raw storage capacity.
IoT and Machine-to-Machine (M2M)
Machine-to-machine communication is the plumbing that lets IoT devices act on each other's data without a person relaying messages back and forth.
7.1 The Anatomy of an M2M System
A useful way to think about any M2M deployment is as a stack of layers, each with its own job:
- Things — the physical entities being monitored, from a piece of equipment to a shipping container.
- Sensors — the components that measure and broadcast a specific variable, such as temperature or motion.
- Local-area communications — short-range links such as Wi-Fi, Bluetooth, Zigbee, or wired Ethernet.
- Wide-area communications — longer-range links such as cellular networks or satellite.
- On-premises servers or gateways — local collection points that often bridge to cloud services.
- Local scanning devices — equipment that reads short-range sensors not permanently networked.
- Storage and analytics — where the resulting data is processed at scale, usually in the cloud.
- User-facing services — the dashboards, reports, and applications people actually interact with.
7.2 System Monitoring in Practice
M2M communication underpins many everyday monitoring systems: water-level measurement, air-quality tracking, and temperature or pressure monitoring across distributed equipment. Municipal water-management systems, for example, can use M2M-connected sensors to fine-tune irrigation schedules based on weather and evaporation data, cutting waste while maintaining service.
7.3 M2M and Telecommunications
M2M has reshaped how telecommunications providers think about their networks, since it multiplies the number of endpoints that need reliable, low-power, often low-bandwidth connectivity. Common M2M application areas span security and surveillance, transportation and fleet management, remote patient monitoring, manufacturing-line automation, utility metering, and facility management — each with its own connectivity and reliability requirements.
An instrument reporting a result directly into a LIMS, with no manual transcription step, is a laboratory-scale M2M system. The same layered thinking — sensor, local connectivity, gateway, cloud storage, user-facing report — maps directly onto how instrument integration platforms are architected, which is part of why LabVia separates on-premises orchestration (LabVia Hub) from hosted coordination (LabVia Cloud).
IoT and Security
Every benefit described in the preceding chapters comes with a corresponding security consideration — and IoT devices, precisely because there are so many of them, raise the stakes.
8.1 Network-Layer vs. Transport-Layer Security
Security can be applied at different layers of the network stack, each with different trade-offs. Network-layer approaches such as IPsec operate independently of the specific application, meaning they can protect traffic without requiring changes to software running on individual devices — a meaningful advantage in environments with many constrained or legacy devices. Transport-layer approaches such as TLS instead secure specific application protocols like HTTP, FTP, or SMTP individually.
8.2 Securing TCP/IP Traffic
Packet filtering combined with Network Address Translation functions as a basic firewall, controlling what traffic is allowed to enter or leave a network. SSL/TLS remains the most widely deployed mechanism for securing a connection between two machines — most visibly, the padlock icon in a web browser — and it is designed to be nearly transparent to the end user once a secure session is established.
8.3 Wireless (WLAN) Security
Wireless networks bring real advantages — flexible installation, mobility, lower cost of ownership — alongside real risks, including denial-of-service attacks, spoofing, and eavesdropping. Encryption standards for wireless networks have evolved considerably over time specifically to address these risks, and dedicated wireless intrusion-detection tools exist to continuously monitor for rogue access points and suspicious activity on a WLAN.
8.4 Firewalls and Intrusion Detection
Firewalls remain a foundational security layer for connected devices, and lightweight firewall implementations designed specifically for constrained IoT hardware — with a small footprint and low CPU overhead — allow even resource-limited sensors to benefit from basic filtering. Intrusion detection systems purpose-built for low-power wireless networks (6LoWPAN environments, in the research literature) aim to catch routing attacks, sinkhole attacks, and selective-forwarding attacks that specifically target IoT-style mesh networks.
IT networks and IoT networks tend to have different security priorities. IT security is traditionally centered on protecting data confidentiality; IoT security has to weight physical security and safe, correct operation just as heavily — a compromised sensor or actuator can cause real-world harm, not just a data breach.
This distinction is directly relevant to laboratory instrument networks. A connected freezer monitor, autosampler, or environmental sensor is exactly the kind of resource-constrained IoT device this chapter describes — which is why network segmentation, firewalling instrument networks separately from general office IT, and validating instrument-integration middleware are standard parts of a defensible laboratory security and compliance posture.
IoT Case Studies
Theory aside, IoT has already been deployed at meaningful scale in smart-city projects around the world. The following real-world examples illustrate how the concepts from earlier chapters come together in practice.
9.1 Smart Parking — Santander, Spain
The city of Santander deployed a networked parking-monitoring system across 22 zones, using hundreds of buried magnetic-field sensors connected through local gateway devices to detect whether individual parking spaces were occupied. The resulting data updated a public map roughly every five minutes, letting drivers check for open spaces before ever reaching the city center — a direct, measurable reduction in the time and fuel spent circling for parking.
9.2 Smart Lighting
Intelligent lighting systems adjust output based on time of day, occupancy, and weather, and researchers have estimated energy savings of up to roughly 80 percent compared with traditional always-on lighting. Systems already on the market can integrate with existing building-automation infrastructure, and future iterations are expected to add finer-grained sensing so that lighting direction, intensity, and color adjust automatically to how a space is actually being used.
9.3 Smart Roads
Road-monitoring deployments commonly track eight categories of condition: air pollution, ambient noise, weather, flooding, ice formation, structural cracking (in bridges and tunnels), parking availability, and overall traffic flow. Each category relies on a different sensor type — gas sensors, acoustic sensors, weather instruments, liquid-level sensors, vibration sensors, and vehicle-detection sensors — feeding into the same kind of gateway-and-cloud architecture described in earlier chapters.
9.4 Smart Water Systems
Municipal water systems use networked flow sensors to identify leaks and prioritize repairs based on the volume of water at risk, rather than waiting for a visible failure. Regular, automated reporting — with alerts triggered whenever flow falls outside an expected range — lets a city catch problems that would otherwise go unnoticed until a much larger failure occurred.
9.5 Traffic & Foot-Traffic Sensing
Multi-radio gateway devices capable of detecting nearby Wi-Fi- and Bluetooth-enabled devices have been used to estimate vehicle and pedestrian traffic patterns without requiring people to install any app or opt in directly — the device's radio signature alone is enough to estimate presence, dwell time, and general movement patterns through an area such as a shopping center, stadium, or stretch of roadway.
Notice the common thread across all five case studies: a sensor layer, a local gateway or collection point, a cloud or centralized processing layer, and a user-facing report or alert. That same four-layer pattern appears whether the deployment is monitoring parking spaces, streetlights, water pipes, or laboratory instruments.
IoT and the Next 20 Internet Years
Looking further ahead, the trajectory of IoT points toward deeper integration between connected technology and everyday life — including areas, like healthcare, where the stakes are considerably higher than convenience.
Streaming media replacing scheduled broadcast television was an early, visible example of a broader pattern: as high-speed, always-on connectivity becomes the norm, entire categories of technology built around scarcity or scheduling tend to get reorganized around continuous, on-demand access. Biometric authentication — already common in the form of fingerprint, facial, and voice recognition — is likely to keep expanding as a more convenient and more secure alternative to passwords and physical tokens.
Healthcare is one of the areas most often highlighted as ripe for IoT-driven transformation. Connected medical implants can already broadcast information used to catch problems — a vitamin deficiency, an abnormal cell count, an organ malfunction — earlier than a periodic checkup would. Beyond diagnostics, the same connectivity supports devices that can administer treatment automatically, in much the same way a pacemaker already regulates heart rhythm without ongoing manual intervention.
Any discussion of IoT-enabled healthcare — including robotic caregiving — inevitably raises questions about the balance between efficiency and human contact, particularly for elderly or long-term care. The technology's ultimate impact depends less on what is technically possible and more on the choices made about how it gets deployed.
Consumer IoT products already on the market during the writing of the original source material — connected fitness trackers, smart doorbells, connected scales, smart light bulbs, and early wearable computing — illustrate a consistent pattern: each takes a single, previously "dumb" object, adds sensing and connectivity, and produces data that becomes genuinely useful once it can be aggregated, analyzed, and acted upon. That pattern has continued to hold well beyond any single list of example products, and it is the same pattern that runs through every chapter of this guide.
The laboratory equivalent of this trend is already well underway: instruments that once produced only a printed strip or a stand-alone readout increasingly ship with native connectivity, and the value of that connectivity is realized only once the data reaches a LIMS or ELN where it can be searched, audited, and analyzed alongside every other result. Planning for that connectivity — rather than retrofitting it instrument by instrument — is likely to keep paying off as more of the laboratory's equipment arrives IoT-ready by default.
Sources & Attribution
This guide reorganizes and rewrites, in LabLynx's own words, concepts originally presented in "I Dream of IoT," a collaboratively authored wikibook. The original text was written by multiple contributing authors on Wikibooks and was subsequently transferred to LIMSWiki by Shawn Douglas. The original work is made available under the Creative Commons Attribution-ShareAlike license. This adaptation does not reproduce the original wikibook's text; readers who want the unabridged original should consult the links below.
- Original wikibook index — LIMSWiki
- Original wikibook — Wikibooks
- Preface: IoT and Quality of Life
- Chapter 1: IoT and Automation
- Chapter 2: IoT and IPv6
- Chapter 3: IoT and Web Services
- Chapter 4: IoT and Cloud Computing
- Chapter 5: IoT and Big Data
- Chapter 6: IoT and Machine-to-Machine (M2M)
- Chapter 7: IoT and Security
- Chapter 8: IoT and Case Study
- Chapter 9: IoT and The Next 20 Internet Years
- CC BY-SA 4.0 License Text
