Re: question about data transfer

2005-11-26 Thread sun yingming
Thank you for your advice. Now i've desided to write a new application instead of using an existing protocol.But I'm a fresh men here, so not very clear with what should i do first,would you please give me some advices about this ? thank you very much! Sun yingming From:Bear Giles [EMAIL

Re: question about data transfer

2005-11-26 Thread Richard Salz
Now i've desided to write a new application instead of using an existing protocol.But I'm a fresh men here, so not very clear with what should i do first,would you please give me some advices about this ? If you don't know what you are doing, re-use an existing protocol. If you insist on

question about data transfer

2005-11-21 Thread sun yingming
HI: I am trying to use ssl to secure a persistent data stream which is read form some sensors outside, and transfer it to a fixed pc on the interent. The most common use of ssl is Https,but i am confused that can https realize this application? i mean , as i know ,the Https is always works in

Re: question about data transfer

2005-11-21 Thread Bear Giles
When you say data stream, how much data are you talking about? If it's occasional data (e.g., updated every 5 minutes) it would probably be easiest to use a HTTPS client using a post form. That lets you use a standard web server on the other end. One less thing to worry about. Another