<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Plattformunabhängige Socket-Library]]></title><description><![CDATA[<p>Suche eine plattformunabhängige Socket-Library für C++</p>
<p>ACE? Es geht nur um Sockets. Scheint mir ein bisschen zu viel für diese Zwecke zu sein. Und finde auch kein einfaches Tutorial für Socket-Anwendungen. Kennt jemand eins?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/103410/plattformunabhängige-socket-library</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 14:41:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/103410.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Mar 2005 12:18:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 12:18:06 GMT]]></title><description><![CDATA[<p>Suche eine plattformunabhängige Socket-Library für C++</p>
<p>ACE? Es geht nur um Sockets. Scheint mir ein bisschen zu viel für diese Zwecke zu sein. Und finde auch kein einfaches Tutorial für Socket-Anwendungen. Kennt jemand eins?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740348</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740348</guid><dc:creator><![CDATA[kartoffelsack]]></dc:creator><pubDate>Tue, 08 Mar 2005 12:18:06 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 13:59:12 GMT]]></title><description><![CDATA[<p>z.B. <a href="http://pmade.org/software/netxx/" rel="nofollow">http://pmade.org/software/netxx/</a></p>
<p>Aber wenn man eine vernünftige will muss man sich die glaube ich selbst schreiben. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";-)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/740437</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740437</guid><dc:creator><![CDATA[..]]></dc:creator><pubDate>Tue, 08 Mar 2005 13:59:12 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 14:32:55 GMT]]></title><description><![CDATA[<p>schon mal was gemacht damit? Is ne 0.5 Version. Wir brauchen was stabiles für ein kommerzielles Projekt.<br />
Hm, könnte man vielleicht den Sockets-Part von gSoap verwenden?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740473</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740473</guid><dc:creator><![CDATA[kartoffelsack]]></dc:creator><pubDate>Tue, 08 Mar 2005 14:32:55 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 14:59:55 GMT]]></title><description><![CDATA[<p>Präprozessor und bedingtes compilieren? o_O</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740496</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740496</guid><dc:creator><![CDATA[o_O]]></dc:creator><pubDate>Tue, 08 Mar 2005 14:59:55 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 15:21:51 GMT]]></title><description><![CDATA[<p>Google mal nach socketcxx, socket++ oder socketxx. Da findest du eine Menge Projekte in dem Bereich. ShadeOfMine hat auch mal so etwas geschrieben.</p>
<p>Ansonsten gibt es noch <a href="http://giallo.sourceforge.net/" rel="nofollow">giallo/boost.socket</a>, aber das ist wohl noch im alpha Stadium.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740530</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740530</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Tue, 08 Mar 2005 15:21:51 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 15:28:50 GMT]]></title><description><![CDATA[<p>mit netxx habe ich noch keine erfahrungen gemacht. das wurde nur schonmal hier im forum vorgeschlagen.<br />
wenn man es kommerziell einsetzen will, dann sollte man schon was nehmen was noch gepflegt wird. da würde ich weder netxx noch socket++ benutzen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740536</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740536</guid><dc:creator><![CDATA[..]]></dc:creator><pubDate>Tue, 08 Mar 2005 15:28:50 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 15:38:57 GMT]]></title><description><![CDATA[<blockquote>
<p>Und finde auch kein einfaches Tutorial für Socket-Anwendungen.</p>
</blockquote>
<p>Zu ACE gibt es drei Bücher. Ich kenne nur den ersten Band, der behandelt aber auf jeden Fall auch die Socket-Wrapper von ACE.</p>
<blockquote>
<p>Wir brauchen was stabiles für ein kommerzielles Projekt.</p>
</blockquote>
<p>Was ACE imo zu einem guten Kandidaten macht. Vielleicht etwas aufwendiger/umfangreicher als andere Kandidaten, dafür aber mit professioneller Doku und nachgewiesener Stabilität usw.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740546</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740546</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Tue, 08 Mar 2005 15:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 16:05:05 GMT]]></title><description><![CDATA[<p>Zu Hobbyzwecken würde ich ACE auch nicht einsetzen. Stimme aber HumeSikkins Aussage zu, das ACE bei platformübergreifender Arbeit der beste Kandidat ist. Es wird auch von Siemens, EADS u.a. eingesetzt (laut ACE-Website) und scheint auch gepflegt zu werden.</p>
<p>Wenn es aber um eine bestimmte Plattform geht, würde ich ganz einfach die entsprechende Betriebssystem-Lib nehmen. Vorsichtshalber kann man sich da ja auch nen Wrapper drum bauen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740573</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740573</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Tue, 08 Mar 2005 16:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 16:12:19 GMT]]></title><description><![CDATA[<p>jo gut. Bleibt das Tutorial-Problem.</p>
<p>Soll für meinen Kollegen (der das mit der Plattformunabhängigkeit in diesem Projekt sowieso schwachsinnig findet) ne Bibliothek suchen (bzw. ich hab gesagt, ich wüsste eine, weil ich gleich an ACE gedacht habe). Wenn dafür jetzt aber erst ein englisches Buch für 50$ bestellen muss, nur damit wir nen TCP-Kanal öffnen können, haut er's mir um die Ohren (und das Buch ist dick) <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/740589</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740589</guid><dc:creator><![CDATA[kartoffelsack]]></dc:creator><pubDate>Tue, 08 Mar 2005 16:12:19 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 16:25:49 GMT]]></title><description><![CDATA[<p>Also wenn es wirklich nur um das Öffnen eines Sockets geht um dann ein eigenes Protokoll aufzusetzen (welches wohl auch noch super simple ist), würde ich auf den Plattformunabhängig-Kram verzichten.</p>
<p>Und wie gesagt: Vorsichtshalber das ganze in eine eigene Klasse (Wrapper) kapseln. SOLLTE man doch mal portieren, müsste man ja dann doch nur im Wrapper austauschen.</p>
<p>Soll das ganze unter Windows sein? Falls ja: <a href="http://MSDN.com" rel="nofollow">MSDN.com</a> ansurfen und ab gehts.</p>
<p>Wegen den 50<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi mathvariant="normal">.</mi><mi mathvariant="normal">.</mi><mi mathvariant="normal">.</mi><mi>a</mi><mi>l</mi><mi>s</mi><mi>o</mi><mo separator="true">,</mo><mn>5</mn><mn>0</mn></mrow><annotation encoding="application/x-tex">... also, 50</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:0.8888799999999999em;vertical-align:-0.19444em;"></span><span class="base textstyle uncramped"><span class="mord mathrm">.</span><span class="mord mathrm">.</span><span class="mord mathrm">.</span><span class="mord mathit">a</span><span class="mord mathit" style="margin-right:0.01968em;">l</span><span class="mord mathit">s</span><span class="mord mathit">o</span><span class="mpunct">,</span><span class="mord mathrm">5</span><span class="mord mathrm">0</span></span></span></span> sind doch ein Witz, wenn man mit Software Geld verdient. Oder bekommt ihr die 50$ nicht wieder als Profit rein? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> Wenn mir jemand wegen 50$ wegen eines Buchs vorwürfe machen würde, würde ich ihm nen Vogel zeigen. Wegen 50$ geht keine Firma insolvent.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740603</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740603</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Tue, 08 Mar 2005 16:25:49 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 16:32:55 GMT]]></title><description><![CDATA[<p>vielleicht findest du auch hier <a href="http://tangentsoft.net/wskfaq/resources/libraries.html" rel="nofollow">http://tangentsoft.net/wskfaq/resources/libraries.html</a> etwas. bezweifle ich aber eher. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";-)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/740615</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740615</guid><dc:creator><![CDATA[;-)]]></dc:creator><pubDate>Tue, 08 Mar 2005 16:32:55 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 17:02:38 GMT]]></title><description><![CDATA[<p>Hmm ich dachte immer BSD sockets laufen ueberall (selbst auf windows), also sollten die doch plattformunabhaengig sein?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740652</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740652</guid><dc:creator><![CDATA[thomas001]]></dc:creator><pubDate>Tue, 08 Mar 2005 17:02:38 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 17:04:19 GMT]]></title><description><![CDATA[<p>es gibt aber kleine unterschiede. zum beispiel muss man die winsockets initialisieren und deinitialisieren und ein paar funktionsnamen heißen ein bisschen anders. unter winsock heißt zum beispiel die funktion zum schließen closesocket und unter linux close.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740655</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740655</guid><dc:creator><![CDATA[bsd]]></dc:creator><pubDate>Tue, 08 Mar 2005 17:04:19 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 17:21:17 GMT]]></title><description><![CDATA[<p>Ja, das das Prinzip überall gleich ist stimmt. Ein Grund mehr sich einen eigenen Wrapper zu bauen. *wiederhol*</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740671</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740671</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Tue, 08 Mar 2005 17:21:17 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 08 Mar 2005 17:25:26 GMT]]></title><description><![CDATA[<p>is net wegen der Kohle, sondern weil die mich ja sonst auslachen, weil ich mit ner Socket-Bibliothek komm, wo man extra ein dickes Buch braucht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    />. Kein Mensch braucht ein Buch für ne simple Socket-Verbindung. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Also wenns nicht ne einfache &quot;How-To-Socket&quot;-Doku für Ace gibt, werden wirs wohl selber verpacken ...</p>
<p>Aber ich hass es halt, dauernd alles selber neu zu machen. Und es dabei auch gut zu machen is halt dann doch nicht immer so einfach. Sonst wär die boost-Lib wohl auch schon längst aus dem Beta-Station.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/740673</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/740673</guid><dc:creator><![CDATA[kartoffelsack]]></dc:creator><pubDate>Tue, 08 Mar 2005 17:25:26 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Wed, 09 Mar 2005 07:28:53 GMT]]></title><description><![CDATA[<p>Schon mal über <a href="http://enet.cubik.org/" rel="nofollow">enet</a> nachdedacht? Wird zB in <a href="http://wouter.fov120.com/cube/" rel="nofollow">cube</a> verwendet.</p>
<p>Gruss, Glen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/741079</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/741079</guid><dc:creator><![CDATA[Glen Coe]]></dc:creator><pubDate>Wed, 09 Mar 2005 07:28:53 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Wed, 09 Mar 2005 14:09:14 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/755">@kartoffelsack</a><br />
Bei ACE sind Tutorials dabei. Außerdem gibt es den Quellcode zu den Büchern sowie unzählige pdfs zu diversen Themen. Hast du dir das schon alles angeschaut?</p>
<p>Als Einstieg: <a href="http://www.cs.wustl.edu/~schmidt/PDF/ps/ACE-tutorial.ps.gz" rel="nofollow">http://www.cs.wustl.edu/~schmidt/PDF/ps/ACE-tutorial.ps.gz</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/741364</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/741364</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Wed, 09 Mar 2005 14:09:14 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Wed, 09 Mar 2005 16:16:08 GMT]]></title><description><![CDATA[<p>Nabend,</p>
<p>also was Socket-Tutorials ansich angeht, gibt es, imho, nix gutes. Fuer einfache<br />
Dinge, reichen sie sicherlich aus, aber wenn du etwas mehr in die Matiere<br />
willst, kommst du um ein Buch nicht rum.</p>
<p>mfg<br />
v R</p>
]]></description><link>https://www.c-plusplus.net/forum/post/741418</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/741418</guid><dc:creator><![CDATA[virtuell Realisticer]]></dc:creator><pubDate>Wed, 09 Mar 2005 16:16:08 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Wed, 09 Mar 2005 16:56:12 GMT]]></title><description><![CDATA[<p>ok, werd dann mal die ganzen Ace-Dokus genauer durchforsten. Vielleicht find ich ja was für den Einstieg (dann poste ich's mal hier).</p>
<p>enet scheint ein aufgebortes udp zu sein. Brauche aber TCP/IP</p>
<p>Danke Euch allen!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/741468</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/741468</guid><dc:creator><![CDATA[kartoffelsack unterwegs]]></dc:creator><pubDate>Wed, 09 Mar 2005 16:56:12 GMT</pubDate></item><item><title><![CDATA[Reply to Plattformunabhängige Socket-Library on Tue, 15 Mar 2005 16:42:12 GMT]]></title><description><![CDATA[<p>Ich denk mit <a href="http://www.cs.wustl.edu/~schmidt/PDF/IPC_SAP-92.pdf" rel="nofollow">http://www.cs.wustl.edu/~schmidt/PDF/IPC_SAP-92.pdf</a> kann man den Eintstieg in ACE-Sockets machen.<br />
Is zwar viel Hintergrund über Design-Entscheidungen etc. dabei. Ab Kapitel 5 werden aber die 'IPC SAP C++ Wrappers' vernünftig erklärt und es finden sich Beispiele.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/745242</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/745242</guid><dc:creator><![CDATA[kartoffelsack unterwegs]]></dc:creator><pubDate>Tue, 15 Mar 2005 16:42:12 GMT</pubDate></item></channel></rss>