This is a list of some of the personal projects I’ve worked on over the years and have cleaned up enough to post.
-
spOscar
An open source implementation of a good subset of the AOL Instant Messenger proprietary protocol, “OSCAR.” I wrote this in C++ and learned a lot in the process; the version that is currently available is a rewrite I did during college after redesigning it to try and better take advantage of OOP principles.
This project taught me a lot about C++, as well as got me to thoroughly understand TCP/IP and socket programming.
