[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zeromq-dev
Subject:    Re: [zeromq-dev] Sending files from client to server using zeromq
From:       ashwini ramamurthy <ashwini.ram21 () gmail ! com>
Date:       2013-06-30 21:56:51
Message-ID: CAEkBUjP4maS4GiME53S25tVcSEshH-8vsgCVk=NdZykKhDgTVw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I'm pretty new to zeromq , i need to research more and learn more .From
where can i get more information about libzmq? and how i would use it over
filemq?

Thanks,
Ashwini


On Sun, Jun 30, 2013 at 5:13 PM, Pieter Hintjens <pieterh@gmail.com> wrote:

> Depends how much you can use experimental code. Libzmq master has
> encryption now, and you could use filemq over that. It would need a little
> work to set up crypto keys.
>
> Pieter
> On Jun 30, 2013 7:39 PM, "Ashwini" <ashwini.ram21@gmail.com> wrote:
>
>>
>> Hi,
>>
>> Yea,I want to Send files over tcp. I am Still trying to figure out how to
>> go about it . I have an android application and want to send xml files from
>> the app to the server . To send the files I want to use zeromq.
>>
>> Thanks,
>> Ashwini
>>
>> On 30-Jun-2013, at 12:46 PM, Shaukat Mahmood Ahmad <write@sma.im> wrote:
>>
>> > Do you want to use zeroMQ over http, if so there is no easy way to do
>> > it (communicate) over http. However over other transports like tcp and
>> > ipc zeroMQ is best solution.
>> >
>> > On Thu, Jun 27, 2013 at 8:49 PM, Lukasz Nowak <email@lnowak.com> wrote:
>> >> Hello,
>> >>
>> >> ashwini ramamurthy <ashwini.ram21 <at> gmail.com> writes:
>> >>
>> >>>
>> >>> Hi,
>> >>>
>> >>> I want to send a xml file from the client to the server using zeromq
>> . I
>> >> was previously using HTTP PUT. I went through the zeromq discussion
>> list but
>> >> could not find many discussions on file transfer.My question is :what
>> are
>> >> the advantages of using zeromq to transfer files?
>> >>> How are large files transferred in zeromq and how would it be better
>> than
>> >> using HTTP?
>> >>
>> >> Have you checked the ZGuide?
>> >>
>> >> http://zguide.zeromq.org/page:all
>> >>
>> >> There is section discussing file transfers:
>> >>
>> >> http://zguide.zeromq.org/page:all#Transferring-Files
>> >>
>> >> It seems a really decent starting point. Other chapters of this guide
>> might
>> >> allow you to answer your questions.
>> >>
>> >> Best regards,
>> >> Lukasz Nowak
>> >>
>> >> PS. Greetings from the rainy-beery city :)
>> >>
>> >> _______________________________________________
>> >> zeromq-dev mailing list
>> >> zeromq-dev@lists.zeromq.org
>> >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>> > _______________________________________________
>> > zeromq-dev mailing list
>> > zeromq-dev@lists.zeromq.org
>> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev@lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>

[Attachment #5 (text/html)]

<div dir="ltr">I&#39;m pretty new to zeromq , i need to research more and learn more \
.From where can i get more information about libzmq? and how i would use it over \
filemq?<div><br></div><div style>Thanks,</div><div style> Ashwini</div></div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jun 30, 2013 at 5:13 PM, \
Pieter Hintjens <span dir="ltr">&lt;<a href="mailto:pieterh@gmail.com" \
target="_blank">pieterh@gmail.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><p>Depends how much you can use experimental code. Libzmq \
master has encryption now, and you could use filemq over that. It would need a little \
work to set up crypto keys.</p> <span class="HOEnZb"><font color="#888888">
<p>Pieter</p></font></span><div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On Jun 30, 2013 7:39 PM, &quot;Ashwini&quot; &lt;<a \
href="mailto:ashwini.ram21@gmail.com" target="_blank">ashwini.ram21@gmail.com</a>&gt; \
wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Hi,<br>
<br>
Yea,I want to Send files over tcp. I am Still trying to figure out how to go about it \
. I have an android application and want to send xml files from the app to the server \
. To send the files I want to use zeromq.<br> <br>
Thanks,<br>
Ashwini<br>
<br>
On 30-Jun-2013, at 12:46 PM, Shaukat Mahmood Ahmad &lt;<a href="mailto:write@sma.im" \
target="_blank">write@sma.im</a>&gt; wrote:<br> <br>
&gt; Do you want to use zeroMQ over http, if so there is no easy way to do<br>
&gt; it (communicate) over http. However over other transports like tcp and<br>
&gt; ipc zeroMQ is best solution.<br>
&gt;<br>
&gt; On Thu, Jun 27, 2013 at 8:49 PM, Lukasz Nowak &lt;<a \
href="mailto:email@lnowak.com" target="_blank">email@lnowak.com</a>&gt; wrote:<br> \
&gt;&gt; Hello,<br> &gt;&gt;<br>
&gt;&gt; ashwini ramamurthy &lt;ashwini.ram21 &lt;at&gt; <a href="http://gmail.com" \
target="_blank">gmail.com</a>&gt; writes:<br> &gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I want to send a xml file from the client to the server using zeromq . \
I<br> &gt;&gt; was previously using HTTP PUT. I went through the zeromq discussion \
list but<br> &gt;&gt; could not find many discussions on file transfer.My question is \
:what are<br> &gt;&gt; the advantages of using zeromq to transfer files?<br>
&gt;&gt;&gt; How are large files transferred in zeromq and how would it be better \
than<br> &gt;&gt; using HTTP?<br>
&gt;&gt;<br>
&gt;&gt; Have you checked the ZGuide?<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://zguide.zeromq.org/page:all" \
target="_blank">http://zguide.zeromq.org/page:all</a><br> &gt;&gt;<br>
&gt;&gt; There is section discussing file transfers:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://zguide.zeromq.org/page:all#Transferring-Files" \
target="_blank">http://zguide.zeromq.org/page:all#Transferring-Files</a><br> \
&gt;&gt;<br> &gt;&gt; It seems a really decent starting point. Other chapters of this \
guide might<br> &gt;&gt; allow you to answer your questions.<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt; Lukasz Nowak<br>
&gt;&gt;<br>
&gt;&gt; PS. Greetings from the rainy-beery city :)<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; zeromq-dev mailing list<br>
&gt;&gt; <a href="mailto:zeromq-dev@lists.zeromq.org" \
target="_blank">zeromq-dev@lists.zeromq.org</a><br> &gt;&gt; <a \
href="http://lists.zeromq.org/mailman/listinfo/zeromq-dev" \
target="_blank">http://lists.zeromq.org/mailman/listinfo/zeromq-dev</a><br> &gt; \
_______________________________________________<br> &gt; zeromq-dev mailing list<br>
&gt; <a href="mailto:zeromq-dev@lists.zeromq.org" \
target="_blank">zeromq-dev@lists.zeromq.org</a><br> &gt; <a \
href="http://lists.zeromq.org/mailman/listinfo/zeromq-dev" \
target="_blank">http://lists.zeromq.org/mailman/listinfo/zeromq-dev</a><br> \
_______________________________________________<br> zeromq-dev mailing list<br>
<a href="mailto:zeromq-dev@lists.zeromq.org" \
target="_blank">zeromq-dev@lists.zeromq.org</a><br> <a \
href="http://lists.zeromq.org/mailman/listinfo/zeromq-dev" \
target="_blank">http://lists.zeromq.org/mailman/listinfo/zeromq-dev</a><br> \
</blockquote></div> </div></div><br>_______________________________________________<br>
 zeromq-dev mailing list<br>
<a href="mailto:zeromq-dev@lists.zeromq.org">zeromq-dev@lists.zeromq.org</a><br>
<a href="http://lists.zeromq.org/mailman/listinfo/zeromq-dev" \
target="_blank">http://lists.zeromq.org/mailman/listinfo/zeromq-dev</a><br> \
<br></blockquote></div><br></div>



_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic