Good afternoon, anyone has any idea about an algorithim to implement the protocol CSMA/CA, i already have the code for errors control and transmission control done. But know i have to implement a medium access control and i have no clue how to do it. Thanks a lot guys.
What communication system are you trying to apply CSMA to?
(I assume you mean Carrier Sense Multi Access / Collision Avoidance ?)
...R
andremartins4:
Good afternoon, anyone has any idea about an algorithim to implement the protocol CSMA/CA, i already have the code for errors control and transmission control done. But know i have to implement a medium access control and i have no clue how to do it. Thanks a lot guys.
No one will be able to help you on that information will they ?
Read your post back to yourself, does it describe what you are really trying to do ?
You must be assuming we are going to correctly guess the medium you are using, you see how this would be done is going to be different depending on the medium involved.
Fibre, Infra Red, Co-ax, Twisted pair, Bluetooth, WiFi, other RF ?
BillHo:
Simplified Algorithm of CSMA/CACarrier-sense multiple access with collision avoidance - Wikipedia
Thank you very much!!