Benutzer-Werkzeuge

Webseiten-Werkzeuge


prog:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
prog:start [2017/01/13 10:59] – [Python] adminprog:start [2023/08/04 07:57] (aktuell) – [C] admin
Zeile 3: Zeile 3:
 ===== C ===== ===== C =====
  
 +  * [[http://beej.us/guide/bgnet/html/multi/index.html|Beej's Guide to Network Programming]]
 +  * [[https://www.ibm.com/developerworks/library/l-sockpit/index.html|Five pitfalls of Linux sockets programming]]
   * [[http://www.tcpdump.org/pcap.html|Programming with pcap]]   * [[http://www.tcpdump.org/pcap.html|Programming with pcap]]
 +  * [[http://blog.ipspace.net/2009/08/what-went-wrong-socket-api.html|Ivan Pepelnjak: What went wrong: the Socket API]]
 +  * [[http://blog.ipspace.net/2009/08/what-went-wrong-tcpip-lacks-session.html|Ivan Pepelnjak: What went wrong: TCP/IP lacks a session layer]]
   * [[https://loicpefferkorn.net/ipdecap/|Protokoll-Encapsualation aus pcap-Dateien entfernen]]   * [[https://loicpefferkorn.net/ipdecap/|Protokoll-Encapsualation aus pcap-Dateien entfernen]]
   * [[http://www.catb.org/esr/structure-packing/|The Lost Art of C Structure Packing]]   * [[http://www.catb.org/esr/structure-packing/|The Lost Art of C Structure Packing]]
   * [[http://www.avrfreaks.net/forum/tut-c-bit-manipulation-aka-programming-101?name=PNphpBB2&file=viewtopic&t=37871|Bit Manipulation]]   * [[http://www.avrfreaks.net/forum/tut-c-bit-manipulation-aka-programming-101?name=PNphpBB2&file=viewtopic&t=37871|Bit Manipulation]]
 +  * [[https://learn.microsoft.com/de-de/windows/win32/winsock/porting-socket-applications-to-winsock|Portieren von Socketanwendungen zu Winsock]]
   * [[prog:dies_und_das|Dies und das...]]   * [[prog:dies_und_das|Dies und das...]]
 ===== Java ===== ===== Java =====
Zeile 15: Zeile 20:
 ===== Python ===== ===== Python =====
  
-[[prog:python|Python]] +  * [[prog:python:networking|Python-Networking]] 
-  * http://stackoverflow.com/questions/31907122/extend-an-instance-at-runtime +  * [[https://docs.python.org/2/library/socket.html|Socket-Library Python 2]] 
-  * http://stackoverflow.com/questions/6558765/how-do-you-see-the-entire-command-history-in-interactive-python+  * [[https://docs.python.org/2/library/urllib.html|URL-Library Python 2]] 
 +  * https://www.dinotools.de/2015/04/12/mqtt-mit-python-nutzen/ 
 +  * https://pypi.python.org/pypi/paho-mqtt \\ <code bash>pip install paho-mqtt</code> 
 + 
 +Allgemeine Tipps zu [[prog:python|Python]]
 ===== Bibliotheken für die Implementierung eigener Datenprotokolle ===== ===== Bibliotheken für die Implementierung eigener Datenprotokolle =====
  
Zeile 53: Zeile 62:
 ==== Multicast ==== ==== Multicast ====
   * [[https://docs.oracle.com/cd/E19455-01/806-1017/auto2/index.html|Receiving IPv6 Multicast Datagrams]]   * [[https://docs.oracle.com/cd/E19455-01/806-1017/auto2/index.html|Receiving IPv6 Multicast Datagrams]]
 +
 +
 ===== Posix-Threads ===== ===== Posix-Threads =====
  
Zeile 58: Zeile 69:
   * https://computing.llnl.gov/tutorials/pthreads/   * https://computing.llnl.gov/tutorials/pthreads/
   * http://www.ijon.de/comp/tutorials/threads/index.html   * http://www.ijon.de/comp/tutorials/threads/index.html
- +  * http://timmurphy.org/2010/05/04/pthreads-in-c-a-minimal-working-example/ 
 +  * http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html
 ===== Verschiedenes ===== ===== Verschiedenes =====
  
prog/start.1484305199.txt.gz · Zuletzt geändert: 2017/01/24 18:49 (Externe Bearbeitung)