Skip to content

IoTtalk/Dummy_Device_IoTtalk_v1_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy_Device

Before using this example, please install the python module 'requests' correctly.

This is a DA example with ControlChannels、SSL connection、Device_Auth.

Changes:

  1. Separate sessions into data and control sessions: This version adds two sessions, data and control sessions. The data session is used for data transmission (reg/push/pull/dereg). The control session is used for push/pull I/O control channels. (In the earier version, both data and control transmission uses the same session, and causes some issues.)

  2. The control channel will create only one thread.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages