-
Notifications
You must be signed in to change notification settings - Fork 0
Home
H.L Praveen Raj edited this page Oct 24, 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
[In Progress] Understand the architecture of Contiki.
[Held off] Discover the implementation details on how UDP is used by CoAP in Contiki.
[Held off] Run some example simulations on COOJA. Mainly, Server-Client without Border router and Server-Client with Border router.
- Come up with a way to incorporate ECN with CoAP.