cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

Feature Request: CSMA (Carrier Mediation Protocol / Multiplexing Support) #62

Open awiebe opened 5 years ago

awiebe commented 5 years ago

I have several IR LED, receiver pairs that need to be able to communicate in nearby proximity. I can write the transport and network layers specific to my purpose, but there should ideally be CSMA support in this library for the data-link, so that multiplexed connections can be achieved.