tcp communications

D

Dave

I want to send binary data between two computers in a p2p style
arrangement and I've been trying to find out if there is a
standard/established way to do this using third party libraries written
in c++.

I've looked at BEEP http://www.beepcore.org but I am uncertain as to how
successful it is. Are there other methods/libraries out there? Thank you.
 
M

mlimber

Dave said:
I want to send binary data between two computers in a p2p style
arrangement and I've been trying to find out if there is a
standard/established way to do this using third party libraries written
in c++.

I've looked at BEEP http://www.beepcore.org but I am uncertain as to how
successful it is. Are there other methods/libraries out there? Thank you.

You'd do better to ask on a forum dedicated to networking. See also
this FAQ which links to various class libraries:

http://www.parashift.com/c++-faq-lite/class-libraries.html#faq-37.9

Cheers! --M
 
D

Dave

I'm hoping to write my own C++ program so I thought this forum would be
the correct place. BEEP is written in C and C++ but I want to know what
alternatives there are for communications libraries before jumping in.
 
M

mlimber

Dave said:
I'm hoping to write my own C++ program so I thought this forum would be
the correct place. BEEP is written in C and C++ but I want to know what
alternatives there are for communications libraries before jumping in.

Please don't top-post here (cf.
<http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.4>). I
fixed it for you here.

Second, as FAQ 5.9 indicates, this group is for discussing the standard
C++ language and libraries proper, not third-party libraries or
specific applications. For the latter, you'll want to try a group
dedicated to the library or application domain in question.

Of course, when implementing your program if you have a question
regarding the language, this would be the right place to ask.

Cheers! --M
 
D

Dave

Please don't top-post here (cf.
<http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.4>). I
fixed it for you here.

Second, as FAQ 5.9 indicates, this group is for discussing the standard
C++ language and libraries proper, not third-party libraries or
specific applications. For the latter, you'll want to try a group
dedicated to the library or application domain in question.

Of course, when implementing your program if you have a question
regarding the language, this would be the right place to ask.

Cheers! --M

My apologies. Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top