Skip to content

abudawud/ittp-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITTP-PHP

IOTe Telemetry Transport Protocol - PHP

PROTOCOL

| code     | method  | action | length    | payload |
| 16 bit   | 8 bit u | 8 bit 8| 16 bit u  | length  |  

Code

  • code : 0x45 0x21

Identity

32 bit unsigned

Method

  • POST : 0x01
  • GET : 0x02
  • INFO : 0x80

action

  • Post sensor1 : 0x01
  • Info Accept : 0x80

Post Sensor1 [32 bit signed vals]

| sensors | ids       | vals     |
| 8 bit u | 16 bit u  | 32 bit s |

About

IOTe Telemetry Transport Protocol - PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages