Hello all.
thank you in advance for taking the time to read this over.
I'm currently working on a project about efficient channel allocation, efficient channel contention protocol... in wireless lan (WiFi)
so, those require current network protocol to be changed.. especially physical, mac layer
in this situation, I would like to know whether using Arduino makes that possible or not.
actually I was trying to find out if those are possible, using Arduino and WifiShield.. and I also looked into the source of that. but i couldn't find any relevant part for that.. I mean protocol stack processing part (including PHY, MAC layer)
in this situation, I would like to know whether using Arduino makes that possible or not.
This sounds to me like you reached in a hat to pick a topic, and you don't have a clue what it means.
The Arduino and WiFi code is open source. That means that you can look at it to see how things are currently done, and change how they are done to suit your needs. The same is true of the schematics and the finished products (though changing the finished product is a bit harder).
This sounds to me like you reached in a hat to pick a topic, and you don't have a clue what it means.
I do not understand this because of language problem. Sorry for that.
I think you mean that I do not know exactly what I have to do with this Arduino and WifiShield, right?
Then yes.
I looked into the codes, but I could not find what I want.
I think I may write and add whole codes to the Arduino and WiFi to do what I want, but I'd like to make it simple by modifying existing codes if possible.
So, can anyone help me to find the source code regarding PHY/MAC layer protocols in Arduino and WifiShield?