Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

10 行
139 B

  1. import sys
  2. class TestAttr(object):
  3. @staticmethod
  4. def dummy_func(msg):
  5. print('got msg:', repr(msg))
  6. sys.stdout.flush()
  7. return msg