...
Resource____________________________________________________ | Notes____________________________________________________________ |
---|---|
https://networklessons.com/cisco/evolving-technologies/iot-standards-and-protocols | IoT network and data standards |
https://www.ubuntupit.com/top-15-standard-iot-protocols-that-you-must-know-about/ | Top 15 IoT protocols |
https://www.sam-solutions.com/blog/internet-of-things-iot-protocols-and-connectivity-options-an-overview/ | IoT protocols overview |
https://www.avsystem.com/blog/iot-protocols-and-standards/ | IoT protocols and standards blog |
https://objectcomputing.com/products/opendds | OpenDDS basic concepts |
https://objectcomputing.com/products/opendds/resources#tech | OpenDDS resources |
https://objectcomputing.com/resources/publications/mnb/code-generation-with-opendds-part-i | OpenDDS code generation - part 1 ( OLD ) |
http://mnb.ociweb.com/mnb/MiddlewareNewsBrief-201007.html | OpenDDS code generation - part 2 |
ELECROW CrowPi Raspberry Pi 4B 3B+ Learning Computer Sensor Kit for Learning Coding and Electronics(Basic Kit, RPI Not Included, Black) | |
https://en.wikipedia.org/wiki/Comparison_of_real-time_operating_systems | Comparison of IoT / Real time OS options |
Free RTOS, MIT license | |
MyNewt - Apache free RTOS supports wireless apps | |
RTAI - real time extension of Linux Kernel supports IA-32, x86-64, PowerPC, ARM and MIPS | |
Linux Kernel |
Key Concepts
IoT Networking and Data Standards
...
- The capacity to connect a large number of heterogeneous elements
- High reliability
- Real-time data transmission with minimum delays
- The ability to protect all data flows
- The ability to configure applications
- Monitoring and traffic management at the device level
- Cost-effectiveness for a large number of connected objects
IoT Protocols
MQTT
MQTT (Message Queue Telemetry Transport) is a lightweight protocol for sending simple data flows from sensors to applications and middleware.
...