Skip to content

Jim-tech/Iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

IoT 学习和研究

本项目的主要目的是学习和研究主流的IoT技术以及应用开发,目前处于起始阶段。后续会陆续整理主流的IoT的主要知识点,同时附带一些开发项目。

TODO

  • Wireshark customization
    • Decode .cubx file
      • Improve seek read speed by using:
        • sqlite3_blob_open
        • sqlite3_blob_reopen
        • sqlite3_blob_bytes
        • sqlite3_blob_read
        • sqlite3_blob_close
    • Display RSSI and channel
    • Decode .isd file
      • Validate zip file
      • Unzip
      • Decode log file
      • Add Key
    • Read dissector info from customized xml file
    • Capture on WSTK
  • Z3GatewayHost example on OpenWrt
  • BLE Self-Learning