Project help for points

Status
Not open for further replies.

thendral

Newbie level 5
Joined
May 3, 2006
Messages
9
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,343
Hi

I m doing my final year engg. I had no idea in choosing my project. does any one suggest good topic(area) for doing my project. i m basically an information technology student interested in VC++, network security, Socket programming.
I need this help fastly and i m ready to donate 20 points

Thanks in advance.
 

As visual C++ is a very powerfull language it lends itself very well to simulators. As you siad that you are Eng, maybe a simulator for RFID tags?

Cheers
Slayer
 

If you want to program something useful,
look into SIP or RFID as SlayerZA posted.
Otherwise if you want to program sockets,
go to www.sourceforge.net, see what they are
doing and find a suitable project that you can change
or upgrade, or even do complete makeover.
 

I doesn't found any project related to security using socket if u found please send the link.

Added after 1 minutes:

I doesn't want simulation projects i m interested in application projects. so plz help me soon
 

I understand.
You can look into OpenSSL projects as well.
sockets + cryptography is always a very good project
even doing research on crypto and implementing crypto
or develope your own crypto methods for secure comunication over TCP/IP sockets.
 

    thendral

    Points: 2
    Helpful Answer Positive Rating
Anno said:
I understand.
You can look into OpenSSL projects as well.
sockets + cryptography is always a very good project
even doing research on crypto and implementing crypto
or develope your own crypto methods for secure comunication over TCP/IP sockets.




where i can find open SSL projects
 

I assume you know what SSL is.
Open SSL is libraries that can be used to incorporate all
SSL known encryption algorythms in your project.
website:
Code:
www.openssl.org
best would be to get the libraries.
learn it good and then think of any web or network based system you would want to
encrypt with it.

For example: write an FTP server and client that only accepts SSL connections
over a TCP/IP connection. This is possible. All you need is socket programming, OpenSSL and the FTP's RFC's. Then you can go bigger from there. Get a full GUI for client and log system for server etc....
 

    thendral

    Points: 2
    Helpful Answer Positive Rating
You can think about enhancing or simulating a protocol in a layer of network (for example MAC layer)
 

eelinker said:
You can think about enhancing or simulating a protocol in a layer of network (for example MAC layer)
A few posts aboe he states that he wants to create applications not simulations,
but that is a good project you gave in my opinion
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…