File Transfer Using Pjsip

UA
Udit Agarwal
Wed, Apr 10, 2013 11:25 AM

hello everyone,

I want to develop a program in c using pjsip for peer to peer file
transfer. As pjsip uses ice and in general ICE uses UDP. I would be using
pjnath module to perform this task.

And as I would be sending the file by breaking it into several parts and
then re assemble all the parts at the receiver's end, So should i code for
handling the packet delivery and packet sequence information or can I
assume that these things are already handled.

Please help!!!

Udit Agarwal
B.Tech. ( Information Technology ) , 8th Semester,
Indian Institute of Information Technology
Allahabad - 211012, India
Email : uditiiita@gmail.com
Mobile: +91-9411656264

hello everyone, I want to develop a program in c using pjsip for peer to peer file transfer. As pjsip uses ice and in general ICE uses UDP. I would be using pjnath module to perform this task. And as I would be sending the file by breaking it into several parts and then re assemble all the parts at the receiver's end, So should i code for handling the packet delivery and packet sequence information or can I assume that these things are already handled. Please help!!! -- Udit Agarwal B.Tech. ( Information Technology ) , 8th Semester, Indian Institute of Information Technology Allahabad - 211012, India Email : uditiiita@gmail.com Mobile: +91-9411656264
SI
Saúl Ibarra Corretgé
Wed, Apr 10, 2013 11:43 AM

Have a look at http://tools.ietf.org/html/rfc5547, uses MSRP (RFC4975) for actually transferring the file.

On Apr 10, 2013, at 1:25 PM, Udit Agarwal wrote:

hello everyone,

I want to develop a program in c using pjsip for peer to peer file transfer. As pjsip uses ice and in general ICE uses UDP. I would be using pjnath module to perform this task.

And as I would be sending the file by breaking it into several parts and then re assemble all the parts at the receiver's end, So should i code for handling the packet delivery and packet sequence information or can I assume that these things are already handled.

Please help!!!

--
Udit Agarwal
B.Tech. ( Information Technology ) , 8th Semester,
Indian Institute of Information Technology
Allahabad - 211012, India
Email : uditiiita@gmail.com
Mobile: +91-9411656264


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Saúl Ibarra Corretgé
AG Projects

Have a look at http://tools.ietf.org/html/rfc5547, uses MSRP (RFC4975) for actually transferring the file. On Apr 10, 2013, at 1:25 PM, Udit Agarwal wrote: > hello everyone, > > I want to develop a program in c using pjsip for peer to peer file transfer. As pjsip uses ice and in general ICE uses UDP. I would be using pjnath module to perform this task. > > And as I would be sending the file by breaking it into several parts and then re assemble all the parts at the receiver's end, So should i code for handling the packet delivery and packet sequence information or can I assume that these things are already handled. > > Please help!!! > > -- > Udit Agarwal > B.Tech. ( Information Technology ) , 8th Semester, > Indian Institute of Information Technology > Allahabad - 211012, India > Email : uditiiita@gmail.com > Mobile: +91-9411656264 > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Saúl Ibarra Corretgé AG Projects