Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterwaher/miot
Mastering Internet of Things
https://github.com/peterwaher/miot
Last synced: 3 days ago
JSON representation
Mastering Internet of Things
- Host: GitHub
- URL: https://github.com/peterwaher/miot
- Owner: PeterWaher
- Created: 2017-05-10T12:00:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T20:57:56.000Z (3 months ago)
- Last Synced: 2024-08-16T21:46:48.980Z (3 months ago)
- Language: C#
- Size: 6.33 MB
- Stars: 24
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mastering Internet of Things
================================Welcome. This repository contains the projects published in the book
*Mastering Internet of Things* by Peter Waher. You can find the book
on [Packt](https://www.packtpub.com/networking-and-servers/mastering-internet-things),
[Amazon](https://www.amazon.com/Mastering-Internet-Things-Peter-Waher/dp/1788397487/),
[Bokus](https://www.bokus.com/bok/9781788397483/mastering-internet-of-things/)
and other stores.![Mastering Internet of Things Book Cover](/Images/Cover.png)
The following projects are included:
| Chapter | Title | Project(s) |
|--------:|:--------------------------------------------------|:---------------------------------------------------------------------------------------------------------|
| 1 | Preparing our first Raspberry Pi project | [FirstApp](FirstApp) |
| 2 | Creating a sensor measuring ambient light | [Sensor](Sensor) |
| 3 | Creating an actuator for controlling illumination | [Actuator](Actuator) |
| 4 | Publishing information using MQTT | [SensorMqtt](SensorMqtt)
[ActuatorMqtt](ActuatorMqtt) |
| 5 | Publishing data using HTTP | [SensorHttp](SensorHttp)
[ActuatorHttp](ActuatorHttp) |
| 6 | Creating web pages for your devices | [SensorHttp](SensorHttp)
[ActuatorHttp](ActuatorHttp) |
| 7 | Communicating more efficiently using CoAP | [SensorCoap](SensorCoap)
[ActuatorCoap](ActuatorCoap) |
| 8 | Interoperability | [SensorLwm2m](SensorLwm2m)
[ActuatorLwm2m](ActuatorLwm2m) |
| 9 | Social interaction with your devices using XMPP | [SensorXmpp](SensorXmpp)
[ActuatorXmpp](ActuatorXmpp) |
| 10 | The controller | [ControllerXmpp](ControllerXmpp) |
| 11 | Product Lifecycle | [SensorXmpp2](SensorXmpp2)
[ActuatorXmpp2](ActuatorXmpp2) |
| 12 | Concentrators and Bridges | [ConcentratorXmpp](ConcentratorXmpp)
[ConcentratorXmpp2](ConcentratorXmpp2) |
| 13 | Using an Internet of Things Service Platform | [Waher.Things.Arduino](https://github.com/PeterWaher/IoTGateway/tree/master/Things/Waher.Things.Arduino) |
| 14 | IoT Harmonization | [Neuro-Foundation IoT Interfaces](https://neuro-foundation.io) |