Contact Information: Name:Jinai A UNI:ja2432 E-mail:ja2432@columbia.edu, ajn85829@gmail.com Installation and testing instructions: 1) Compile library In terminal, type "make". A static library named libmsrp.a will be built; 2) Copy library to system directory In terminal, type "make install". The library and msrp_session.h will be copied to system directories; 3) Create testing programs In terminal, type "make test". Two testing programs will be built. There is a screen dump for the whole process in the project report. 4) Test basic procedure Start two terminals in one host. In one terminals, type "./msrp_receiver_test", and in the other terminal, type "./msrp_sender_test". Try to input something that you want send in the sender terminal, and then input something in the receiver terminal. The whole process will be displayed on the screen. Do not forget to use a plus symbol "+" to terminate your input. 5) Test REPORT Request In terminal, type "make test_report". Two testing programs will be built. Start two terminals in one host. In one terminals, type "./msrp_receiver_test_report", and in the other terminal, type "./msrp_sender_test_report". Try to input something that you want to send in the sender terminal. The whole process will be displayed on the screen. Do not forget to use a plus symbol "+" to terminate your input.