Hello,
I have done following things in past two weeks :

Week 1:
- Successfully installed and configured resiprocate.
- Read codes and discuss with mentor about the format of logging message.
- Define new functions for converting error codes into string.
- (eg “*socket error 22*” into “*socket error EINVAL (Invalid argument)*”)
- Create header file 'Errdes.hxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/ssl/Errdes.hxx>'
and cxx file 'Errdes.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/ssl/Errdes.cxx>'
for performing this task.
- Successfully test it on TlsConnection.cxx
<https://github.com/udit043/resiprocate/commit/6b51be06b00cd5c4118cf3c0c4c12bc0a8bb5910>
file

Week 2:
- Update header file with new functions.
- Update files inside
   -> Resip/Stack
          - ConnectionManager.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/ConnectionManager.cxx>
          - DateCategory.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/DateCategory.cxx>
          - GenericPidfContents.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/GenericPidfContents.cxx>
          - InternalTransport.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/InternalTransport.cxx>
          - TcpBaseTransport.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/TcpBaseTransport.cxx>
          - TcpConnection.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/TcpConnection.cxx>
          - TransportSelector.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/TransportSelector.cxx>
   -> Resip/Stack/Test
          - dumpTls.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/test/dumpTls.cxx>
          - Resolver.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/test/Resolver.cxx>
          - testSipStackInvite.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/test/testSipStackInvite.cxx>
          - Transceiver
<https://github.com/udit043/resiprocate/blob/master/resip/stack/test/Transceiver.cxx>
   -> Resip/Stack/SSL
          - DtlsTransport.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/ssl/DtlsTransport.cxx>
          - Security.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/ssl/Security.cxx>
          - TlsConnection.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/stack/ssl/TlsConnection.cxx>
   -> Resip/Stack/Recon
          - HttpBase.cxx
<https://github.com/udit043/resiprocate/blob/master/resip/recon/MOHParkServer/HttpBase.cxx>
 - Created Pull Request <https://github.com/resiprocate/resiprocate/pull/44>

In the next week i will update all other files inside resiprocate project
and commit it to the repository and update the pull request.
-- 
Regards
Udit Raikwar,
Jabalpur Engineering College.
+91-9009875316
<https://github.com/udit043>
<http://stackoverflow.com/users/4499919/udit043>
<https://www.youtube.com/channel/UC8-VO5MVPJg7SMQFFvw6O_w>
<https://in.linkedin.com/in/udit-raikwar-251498ab>
<https://plus.google.com/+UditRaikwar>  <https://www.facebook.com/udit.tutu>

Reply via email to