C Projects??
can anyone plz suggest me some of the projects based on c language???
Administrator • Aug 4, 2006
Member • Aug 4, 2006
Member • Aug 4, 2006
Member • Aug 4, 2006
Member • Aug 5, 2006
Administrator • Aug 5, 2006
😁aditihi everybody..
thanks for your ideas.....but i am really not getting any of them..how to start..wat to do...😔
Member • Aug 6, 2006
Member • Jan 5, 2007
Member • Feb 17, 2007
pradypopSuggestion 1: SMS over GSM Network
You can implement transfer of SMS using GSM MODEM. Its simple but would be a powerful begining to mobile technoligies. MODEM interfaces with the serial RS-232 port of PC. You can write a simple user space driver even over a 16-bit C compiler like Turbo-C.
How do you like the idea?
What do you need to know to implement the above project?
1. Get an overview of GSM architecture.
2. Understand AT-Command set which the MODEM understands.
3. Need to understand how to write interrupt driven code. Get familiar with x86 interrupts and DOS APIs like setvect() and getvect().
4. Understand standard UART protocol and the RS-232 chip and internal registers, so that you can program it.
Suggestion 2: Signal compression and de-noising using Wavelets.
You can build a complete CODEC in wavelet domain with 2-level compression. This could be done on 16-bit C.
Suggestion 3: Steganography
Hiding text inside images.
If you like anyone of them or need more ideas feel free to message me. I'll be out of my place for about three weeks. Hope you can bear with me if there are delays in replies.