Alibaba Cloud Iot framework ServerSuperIO tutorial-22. Real-time Monitoring and Control of sensors on the Web side. Appendix: v3.6.8, supporting WebSocket,
1. ServerSuperIO v3.6.8 update content
1.1 added the WebSocket server function and supported the automatic control mode, concurrency mode, and Singleton mode, but not the round robin mode.
1.2 The received data cache is separated from the existing IO instance.
1.3 optimize the code.
2. Monitoring and Control Structure
3. Monitoring and Control of sensors on the Web end, video tutorial content
- Plug-in driver development, and then mount the driver to run. Some netizens have misunderstandings.
- How to send data
- Proxy interaction role of the service instance
- Data is transferred to the service instance by the device drive Association.
- The service instance receives control commands and controls the device drivers.
Operation Result:
Video tutorial description:(HD video download: http://pan.baidu.com/s/1miyXXg8)
1. [serialization] C # communication (Serial Port and network) Framework Design and Implementation
2. [Open Source] C # cross-platform Iot communication framework ServerSuperIO (SSIO) Introduction
2. Overall system construction solution using SuperIO and open-source cross-platform Iot framework ServerSuperIO
3. C # technical route of industrial IoT and integrated system solutions (data sources, , data upload and receiving, ActiveMQ, Mongodb, WebApi, and mobile App)
5. ServerSuperIO Open Source Address: https://github.com/wxzz/ServerSuperIO
Internet of Things & integrated technology (. NET) QQ group: 54256083
: Http://www.bmpj.net/thread-14-1-1.html
1. C # Introduction to cross-platform Iot communication framework ServerSuperIO (SSIO)
Serialization | Iot framework ServerSuperIO tutorial 1.4 communication modes and mechanisms.
Serialization | Iot framework ServerSuperIO tutorial 2. service instance configuration parameters
Serialization | Iot framework ServerSuperIO tutorial-3. Device Driver Introduction
Serialization | Iot framework ServerSuperIO tutorial-4. For example, you can develop a device driver that supports both serial and network communication.
Serialization | Iot framework ServerSuperIO tutorial-5. Polling communication mode development and precautions.
Serialization | Iot framework ServerSuperIO tutorial-6. concurrent communication mode development and precautions
Serialization | Iot framework ServerSuperIO tutorial-7. Self-control communication mode development and precautions
Serialization | Iot framework ServerSuperIO tutorial-8. single-instance communication mode development and precautions
Serialization | Iot framework ServerSuperIO tutorial-9. protocol filter to solve multiple packet-related, sticky packet, and redundant data
Serialization | Iot framework ServerSuperIO tutorial-10. Two Methods for continuous transmission of large data streams (such as files)
Serialization | Iot framework ServerSuperIO tutorial-11. Implement device (driver) and device (driver) interaction and cascade control.
Serialization | Iot framework ServerSuperIO tutorial-12. Service Interface Development and bidirectional interaction with the cloud
Serialization | Iot framework ServerSuperIO tutorial-13. Custom View display interface development to meet different display requirements
Serialization | Iot framework ServerSuperIO tutorial-14. Introduction to preparation tools and mounting of device drivers, view drivers, and service instances
Serialization | Iot framework ServerSuperIO tutorial-15. Use of data persistence Interfaces
Serialization | Iot framework ServerSuperIO tutorial-16.OPC Server usage steps
Serialization | Iot framework ServerSuperIO tutorial-17. Support for real-time databases and high-concurrency storage of measurement point data
Serialization | Iot framework ServerSuperIO tutorial-18. Integrated OPC Client and usage steps
Serialization | Iot framework ServerSuperIO tutorial-19. device drivers and OPC Client Support persistence of mysql, oracle, sqlite, and sqlserver
Serialization | Iot framework ServerSuperIO tutorial-20. Grouping Network Communication Controllers to improve interactive load balancing capabilities. V3.6.6 released
Serialization | Iot framework ServerSuperIO tutorial-21. Terminal control sensors or devices to form loop control. Appendix: demo source code