Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 600 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 600 Bytes

TATU

Tatu Repository

The tatu protocol

The protocol is intendend to control the requisitions and responses in an IoT enviromment, and it's done with the use of following methods:

Methods

  • GET -> Requests an atrribute value ⋅⋅* Literal structure: {"CODE":"GET","DATA":"","VAR":""} ⋅⋅* Device structure: "GET "
  • SET -> Changes an atrribute value ⋅⋅* Literal structure: {"CODE":"SET","DATA":"","VAR":"","VAl",""} ⋅⋅* Device structure: "SET "
  • POST -> Is the response to a requisition