move the protocols library to a more generic path

This commit is contained in:
Kevin Matz 2021-01-13 12:32:04 -05:00
parent 0e85f41548
commit ed971a4c1c
45 changed files with 26 additions and 0 deletions

25
libESTA/README.md Normal file
View File

@ -0,0 +1,25 @@
# LibESTA
This collection of libraries serve as a testbed for the following standards on embedded platforms.
## Supported Standards
| Protocol Name | Standard | Implementation Status |
| :- | :-: | :-: |
|Root Layer Protocol (RLP) | ANSI E1.17 | Complete |
|Session Data Transport Protocol (SDT) | ANSI E1.17 | Not Implemented |
|Device Management Protocol (DMP) | ANSI E1.17 | Partial |
|Device Description Language (DDL) | ANSI E1.17 | Not Implemented |
|UUID Universally Unique Identifier | RFC 4122 | Partial |
|Service Location Protocol (SLP) | RFC 2609 | Out of Scope |
|Simple Network Time Protocol (SNTP) | RFC 2030 ANSI E1.30-3 - 2009 | Out of Scope |
|Trivial File Transfer Protocol (TFTP) | RFC 1350 | Out of Scope |
|Streaming ACN (sACN) | ANSI E1.31 | Partial |
|RDM Extension (RDMNet) | ANSI E1.33 | Not Implemented |
|Remote Device Management (RDM) | ANSI E1.20 | Not Implemented |
## FAQ
Why libESTA?
: Although PLASA is the current steward of the ANSI E standards, they were earlier developed by ESTA, which now defunct.

1
wiflash_esp32/src/lib Symbolic link
View File

@ -0,0 +1 @@
../../libESTA