Tuesday, July 14, 2009

Wireless 802.11 programming in C or C++ or JAVA(Tutorial)?

i am looking for any book or tutorial that can tell me how can i write C,C++ or JAVA programs to send receive or manipulate Packets.


i tried to understand source codes on internet but failed due to no documentation given with those codes.


i want some simple tutorial to start with.


please suggest me any tutorials, books or any online resources.

Wireless 802.11 programming in C or C++ or JAVA(Tutorial)?
802.11 devices are just network interfaces. 802.11 uses the Ethernet protocol and CSMA/CA (carrier sense multiple access with collision avoidance) for path sharing. So you'll just use TCP/IP or whatever you want to communicate... wireless or wired, doesn't make a difference...


You can just use the standard networking APIs...





For java Networking APIs check the link below


http://java.sun.com/docs/books/tutorial/...





If u r specifically talking about wireless devices check the links below.


http://developers.sun.com/mobility/getst...


http://developers.sun.com/mobility/midp/...


http://developers.sun.com/mobility/midp/...








After your additional details:





Sorry.


Possibly it requires something like a jsr-82 implementation .


I'm not sure.





Would u kindly post this question with all the details


at the following Sun Developer Forum?





http://forum.java.sun.com/forum.jspa?for...





Offer 10 Duke stars to encourage the other Forum Users.





I'm also interested to know the exact answer.
Reply:Check programming tutorial websites like myitcareer.org , you may not get any readymade stuff, or else may be you can contact a programming expert at websites like http://askexpert.info/
Reply:What your looking for is a Library such as Libdnet. Though I'm not sure if it supports raw 802.11 frames, it's a good start.


http://libdnet.sourceforge.net/


No comments:

Post a Comment