RE: [Boost-users] A Simple Problem: File Transfer...
Are there any plans to include the networking libraries into boost? I have heard about the Boost.Socket but I guess this project has been abandoned long time ago. Is it correct? Pshemek -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Ben Hutchings Sent: 18 April 2005 17:36 To: boost-users@lists.boost.org Subject: Re: [Boost-users] A Simple Problem: File Transfer... Hossein Haeri wrote:
Dear all,
If you were assigned to write a file transfer utitlity "in C++", what would your suggestions be? More specific, I've got two IP's (perhaps plus their ports), I've got to send one file from one to the other. Which parts of the Boost would you use, if any?
Boost probably isn't going to help you much with file transfer, as it doesn't (yet) include any networking libraries. There are various Boost libraries that might be useful, though, such as smart_ptr and program_options. Ben. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users -------------------------------------------------------- If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail. http://www.ml.com/email_terms/ --------------------------------------------------------
On 4/18/05, Sliwa, Przemyslaw (London)
Are there any plans to include the networking libraries into boost? I have heard about the Boost.Socket but I guess this project has been abandoned long time ago. Is it correct?
Pshemek
It'd certainly be nice to have a sockets library of some sort in boost. I was looking around for a C++ networking library earier and came across Netxx ( http://pmade.org/software/netxx/ ). It looks pretty nice, but it's been almost a year since its most recent release. It has quite a liberal licence ( BSD/MIT-style ) as well. Might someone give a reccomendation for a boost-like C++ sockets library? Are there ongoing projects designed for eventual submission? - Scott
Scott,
It'd certainly be nice to have a sockets library of some sort in boost.
I was looking around for a C++ networking library earier and came across Netxx ( http://pmade.org/software/netxx/ ). It looks pretty nice, but it's been almost a year since its most recent release. It has quite a liberal licence ( BSD/MIT-style ) as well.
It sounds like of much help. Thanks!
Might someone give a reccomendation for a boost-like C++ sockets library? Are there ongoing projects designed for eventual submission?
Oh yes. Great! Anyone? Thanks a Lot, --Hossein Send instant messages to your online friends http://uk.messenger.yahoo.com
me22 wrote:
It'd certainly be nice to have a sockets library of some sort in boost.
I was looking around for a C++ networking library earier and came across Netxx ( http://pmade.org/software/netxx/ ). It looks pretty nice, but it's been almost a year since its most recent release. It has quite a liberal licence ( BSD/MIT-style ) as well.
Might someone give a reccomendation for a boost-like C++ sockets library? Are there ongoing projects designed for eventual submission?
This has once again surfaced on the developer list recently. Have a look at http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostNet for a reading on what is being discussed right now. Markus
What i feel is ACE is a good library for network programming in C++ http://www.cs.wustl.edu/~schmidt/ACE.html With Regards Sarvex Jatasra Software Engineer +91-9891989156 +91-9350933295
Sarvex,
What i feel is ACE is a good library for network programming in C++
Agree, but another problem: Where can I download it from? BTW, is there any (off-line) documentation for it? TIA, --Hossein Send instant messages to your online friends http://uk.messenger.yahoo.com
Hossein Haeri wrote:
What i feel is ACE is a good library for network programming in C++
Agree, but another problem: Where can I download it from? BTW, is there any (off-line) documentation for it?
The webpage above has the answer to all these questions. See "Obtaining ACE" and 1,2,3,4 for books on ACE. There is also Commercial support available as indicated on the webpage. HTH, KevinH -- Kevin Heifner heifner @ ociweb.com http://heifner.blogspot.com Object Computing, Inc. (OCI) www.ociweb.com
Hi Hossein,
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Hossein Haeri Sent: Tuesday, April 19, 2005 10:37 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Re: A Simple Problem: File Transfer...
Sarvex,
What i feel is ACE is a good library for network programming in C++
Agree, but another problem: Where can I download it from?
http://deuce.doc.wustl.edu/Download.html
BTW, is there any (off-line) documentation for it?
Sure. Check out http://www.cs.wustl.edu/~schmidt/ACE/book2/ http://www.cs.wustl.edu/~schmidt/ACE/book1/ http://www.amazon.com/exec/obidos/tg/detail/-/0201699710/qid=1066085869/sr=1 -1/ref=sr_1_1/002-1017666-2379239?v=glance&s=books http://www.cs.wustl.edu/~schmidt/POSA/ Regarding the other poster's comments on its size, you must evaluate size in relation to your requirements, the size of comparable products, and the sub-setting efforts that are on going with ACE. Whether something is "huge" depends on these aspects. Regards, Bruce
TIA, --Hossein
Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Bruce,
Agree, but another problem: Where can I download it from?
Oops! Yes, you're right. I saw that right after I sent the above question. Thanks anyway! :)
BTW, is there any (off-line) documentation for it?
Sure. Check out http://www.cs.wustl.edu/~schmidt/ACE/book2/
http://www.amazon.com/exec/obidos/tg/detail/-/0201699710/qid=1066085869/sr=1
-1/ref=sr_1_1/002-1017666-2379239?v=glance&s=books
Sorry for not being specific enough. I should have told that I need sth freely downlodable. And I think there is not, right? Thanks a lot, --Hossein Send instant messages to your online friends http://uk.messenger.yahoo.com
Just follow the links on the given URL: Clicking on "Obtaining ACE" will lead you to http://deuce.doc.wustl.edu/Download.html Clicking on "ACE Documents" will get you to http://www.cs.wustl.edu/~schmidt/ACE-documentation.html where you can find links to the prog. guide book and others. Mauricio Gomes Pensar Digital phone: 55-11-4121-6287 mobile: 55-11-8319-9610 http://pensardigital.com On Apr 19, 2005, at 11:37 AM, Hossein Haeri wrote:
Sarvex,
What i feel is ACE is a good library for network programming in C++
Agree, but another problem: Where can I download it from? BTW, is there any (off-line) documentation for it?
TIA, --Hossein
Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Mauricio,
Clicking on "Obtaining ACE" will lead you to http://deuce.doc.wustl.edu/Download.html Clicking on "ACE Documents" will get you to
http://www.cs.wustl.edu/~schmidt/ACE-documentation.html
where you can find links to the prog. guide book and others.
Yes, you're right. As I told in another posting to the list, I need sth "freely downloadible". Sorry for not being specific enough... Thanks a lot, --Hossein Send instant messages to your online friends http://uk.messenger.yahoo.com
On 4/20/05, Hossein Haeri
Mauricio,
Clicking on "Obtaining ACE" will lead you to http://deuce.doc.wustl.edu/Download.html Clicking on "ACE Documents" will get you to
http://www.cs.wustl.edu/~schmidt/ACE-documentation.html
where you can find links to the prog. guide book and others.
Yes, you're right. As I told in another posting to the list, I need sth "freely downloadible". Sorry for not being specific enough...
ACE is entirely free. There are books and support you can pay for, but all the code is totally open source. -- Caleb Epstein caleb dot epstein at gmail dot com
Caleb,
Yes, you're right. As I told in another posting to the list, I need sth "freely downloadible". Sorry for not being specific enough...
ACE is entirely free. There are books and support you can pay for, but all the code is totally open source.
I see that I still haven't been specific enough. Sorry! What I was (and am) asking for is a free tutorial. I already know that the code is freely downloadble. Thanks, --Hossein Send instant messages to your online friends http://uk.messenger.yahoo.com
participants (9)
-
Bruce Trask
-
Caleb Epstein
-
Hossein Haeri
-
Kevin Heifner
-
Markus Schöpflin
-
Mauricio Gomes
-
me22
-
Sarvex Jatasra
-
Sliwa, Przemyslaw (London)