Skip to content

WiserUFBA/TATU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages