summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-piccata
Commit message (Collapse)AuthorAgeFilesLines
* python3-piccata: Use https for githubFabio Estevam2024-01-051-1/+1
| | | | | | | | | | | | Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 240b95417e0c3dc6b9a22179c73ed318fee36419) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-piccata: piccata - a simple CoAP toolkit addedDanik2023-08-301-0/+13
python3-piccata: piccata - a simple CoAP toolkit added piccata is a simple CoAP (RFC7252) toolkit compatible with Python 2.7. The toolkit provides basic building blocks for using CoAP in an application. piccata handles messaging between endpoints (retransmission, deduplication) and request/response matching. Handling and matching resources, blockwise transfers, etc. is left to the application but functions to faciliate this are provided. piccata uses a transport abstraction to faciliate using the toolkit for communication over different link types. Transport for a UDP socket is provided. Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>