Skip to Main Content
www.ronny-mueller.com
  • Home
  • Contact
  • Home
  • Contact

Monthly Archives: December 2017

18 Dec 2017

[Howto] IPv4 TCP communication in C (minimal example)

by rm | posted in: computer | 0

the server-program sends the string “TestTestTest”. the client-programm receives the string and prints it on terminal.   server-program: #include <unistd.h> #include <stdio.h> #include <string.h> #include <sys/socket.h> #include <netinet/in.h> int main(int argc, char *argv[]) { int listenfd = 0; int connfd … Continued

C, network, programming

Recent Posts

  • [Howto] QEMU virtio-scsi: raw passthrough internal dvd-drive
  • [Howto] solve pkg “error updating repositories”
  • [Howto] mount ANDROID tablet / phone in linux
  • [Howto] solve “/usr/bin/xdg-open: 811: Permission denied”
  • [Howto] solve Raspberry Pi + YouTube “if playback doesn’t begin shortly, try restarting your device”

Tags

AMD Bash bzip2 C DDNS debian dhcpd dovecot FreeBSD FreeCAD gcc GPU gtk+ h.264 h.265 HP 671798-001 httpd I²C KERBEROS LaTeX linux MCP23017 Mellanox MNPA19-XTR monitoring mysql network NFS postfix postgreSQL programming QEMU Raspberry Pi rc SAMBA SATA SSH storage systemd typo3 vdi virtualbox WordPress X zabbix ZFS

Recent Posts

  • [Howto] QEMU virtio-scsi: raw passthrough internal dvd-drive
  • [Howto] solve pkg “error updating repositories”
  • [Howto] mount ANDROID tablet / phone in linux
  • [Howto] solve “/usr/bin/xdg-open: 811: Permission denied”
  • [Howto] solve Raspberry Pi + YouTube “if playback doesn’t begin shortly, try restarting your device”

Recent Comments

    Archives

    • January 2025
    • July 2024
    • May 2024
    • April 2024
    • January 2024
    • September 2023
    • October 2022
    • March 2022
    • December 2021
    • October 2021
    • August 2021
    • October 2020
    • August 2020
    • June 2020
    • May 2020
    • February 2020
    • January 2020
    • November 2019
    • June 2019
    • May 2019
    • March 2019
    • February 2019
    • August 2018
    • June 2018
    • May 2018
    • February 2018
    • January 2018
    • December 2017
    • October 2017
    • September 2017
    • August 2017
    • June 2017
    • May 2017
    • March 2017
    • February 2017
    • January 2017
    • December 2016
    • November 2016
    • October 2016
    • September 2016
    • July 2016
    • April 2016
    • February 2016
    • November 2015
    • August 2015
    • June 2015
    • February 2015

    Categories

    • computer
    • electronics
    • network

    © 2025 www.ronny-mueller.com