hi i'm in my final year n now f too do my project.Is there anyone can give me any suggestion on what topic i have to do????i'm computer science major in networking.i want a topic that not that tough but suitable for an individual project.Can anyone please help me with this coz i have to summit my proposal rite now by this week..........
Here's something i had as a project for computer networking. It was a 2 person project which had to be done in 2 weeks.
Using java, we had to build a peer to peer application, which runs on an ad-hoc network. The application running on a machine listens to the microphone and if it hears a clap, it sends a broadcast to all peers, each peer being another machine having wireless capability, doing the same. Of course, to send the message to all, peers have to forward the packet to each other so that out of range machines (from the source) may also get it.
You need to work with java sound, sampling, analyzing frequencies with fourier transform... plus multicasting and datagram packets. You need to identify a clap, not just any sound.
It's a cool thing to do. Sounds hard maybe, but's it not. It has to do with wireless sensory networks, in this case, each computer acting as a wireless sensor or a node.