Home > other >  Django receive dtu of sensor data cannot resolve
Django receive dtu of sensor data cannot resolve

Time:09-17

Tencent cloud deployed a django project, receives the sensor data and display on the front page, the results obtained such data, look not to understand, with decode solution doesn't open, also have bosses know how to do ah, sensor part is made of students, students in the field,

CodePudding user response:

Bosses seek guidance:

CodePudding user response:

I want to know how you use your django to receive the sensor information

CodePudding user response:

refer to the second floor qq_41692011 response:
I want to know how you use your django to receive the sensor information

I will use the request body data,

CodePudding user response:

reference qq_43999248 reply: 3/f
Quote: refer to the second floor qq_41692011 response:

I want to know how you use your django to receive the sensor information

. I'll use the request body data,
are you a front-end and sensor communication directly? From the web sensor data? Looking like hex data

CodePudding user response:

reference 4 floor qq_41692011 response:
Quote: reference qq_43999248 reply: 3/f

Quote: refer to the second floor qq_41692011 response:

I want to know how you use your django to receive the sensor information

. I'll use the request body data,
are you a front-end and sensor communication directly? From the web sensor data? Looking like hex data, can try request. The body. The decode (encoding='GBK')

CodePudding user response:

You do not define the transmission content format?
  • Related