-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rithesh17 edited this page Oct 5, 2018
·
10 revisions
CoAP (Constrained Application Protocol) is usually used for communication in IoT devices. It uses UDP in the transport layer. The major upside is its ability to communicate in highly congested(network traffic) and resource-limited scenarios.
Explicit Congestion Notification (ECN) is an extension to the Internet Protocol and to the Transmission Control Protocol.
This project aims to use principles of ECN along with CoAP by manipulating UDP. If possible, we plan to replace Theoretical RTT calculations by using notifications of ECN.
- Assignment of the project topic.
- Create the wiki page
- Study about CoAP (Constrained Application Protocol) over TCP and TLS (RFC 8323)
- Read about CoAP.
- Read about CoAP Congestion Control for the Internet of Things