Tatu Repository
The protocol is intendend to control the requisitions and responses in an IoT enviromment, and it's done with the use of following 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