Skip to content
Rithesh17 edited this page Oct 5, 2018 · 10 revisions

Welcome to the ECN with CoAP wiki!

About:

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.

Week 1: October 1 to October 7

Clone this wiki locally