CoAP
Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained networks in the Internet of Things, as defined by IETF RFC 7252. CoAP adopts a REST model making it easy to learn and easy to adapt to HTTP. coaps:// is a related protocol, where "s" stands for a secure layer using DTLS. Learn more at coap.technology.
Here are 34 public repositories matching this topic...
PENIOT: Penetration Testing Tool for IoT
-
Updated
Feb 22, 2022 - Python
A mini client/server implementation of CoAP (Constrained Application Protocol) into MicroPython
-
Updated
Feb 26, 2024 - Python
Middleware for secure IoT provisioning, access and control.
-
Updated
Jun 4, 2019 - Python
Basic support for CoAP for AWS IoT - In Development
-
Updated
Jul 8, 2018 - Python
FuzzCoAP - Fuzzing for Robustness and Security Testing of CoAP Servers
-
Updated
Jun 23, 2018 - Python
Sort of coAP implementation for the ns3 emulator
-
Updated
Oct 29, 2022 - Python
PhD Work of a CoAP application for IoT Class (2020).
-
Updated
May 27, 2020 - Python
-
Updated
Nov 19, 2021 - Python
2019 CoAP & Raspberry Pi
-
Updated
Feb 27, 2020 - Python
University Project for "Internet of Things" course (MSc Computer Engineering @ University of Pisa). Implementation of an IoT telemetry and control system.
-
Updated
Feb 23, 2024 - Python