Linux TCP server example - JohnHau/mis GitHub Wiki

https://www.cs.cmu.edu/afs/cs/academic/class/15213-f99/www/class26/tcpserver.c https://www.geeksforgeeks.org/tcp-server-client-implementation-in-c/ https://www.tutorialspoint.com/unix_sockets/socket_server_example.htm https://www.gnu.org/software/libc/manual/html_node/Server-Example.html

https://www.thegeekstuff.com/2011/12/c-socket-programming/

https://www.prodevelopertutorial.com/linux-system-programming-creating-tcp-sockets/ https://www.tenouk.com/Module41a.html

https://www.tenouk.com/Module41.html

https://www.ibm.com/docs/en/zos/2.1.0?topic=programs-c-socket-tcp-server

https://www.ibm.com/docs/en/zos/2.1.0?topic=applications-example-ipv4-tcp-server-program

https://notes.shichao.io/unp/ch5/

https://github.com/bozkurthan/Simple-TCP-Server-Client-CPP-Example

https://gist.github.com/crouchggj/6894348

https://www.linuxhowtos.org/C_C++/socket.htm

https://manpages.ubuntu.com/manpages/bionic/man1/tcpserver.1.html https://somoit.net/linux/linux-tcp-listener-daemon-with-tcpserver

https://www.educative.io/answers/how-to-implement-tcp-sockets-in-c

https://yulistic.gitlab.io/2017/08/tcp-server/client-test-in-linux/

https://www.bogotobogo.com/cplusplus/sockets_server_client.php

https://unix.stackexchange.com/questions/248473/writing-a-tcp-server-in-bash

https://www.digitalocean.com/community/tutorials/python-socket-programming-server-client

https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GIOD_tcp https://www.bytereef.org/howto/djb/tcpserver-getting-started.html

https://devtails.xyz/@adam/how-to-build-a-simple-tcp-server-in-c

https://perihanmirkelam.medium.com/socket-programming-on-android-tcp-server-example-e4552a957c08

https://stackoverflow.com/questions/72764265/getaddrinfo-linux-manpage-server-example-but-using-tcp-instead-of-udp

https://www.cs.dartmouth.edu/~campbell/cs50/socketprogramming.html

http://www.cs.tau.ac.il/~eddiea/samples/Non-Blocking/tcp-nonblocking-server.c.html

https://www.csd.uoc.gr/~hy556/material/tutorials/cs556-3rd-tutorial.pdf

https://www.mathworks.com/help/instrument/communicate-using-tcpip-server-sockets.html

http://pymotw.com/2/socket/tcp.html

https://en.wikipedia.org/wiki/Transmission_Control_Protocol

https://www.howtouselinux.com/post/tcp-socket

https://snapcraft.io/install/tcp-server-client-tool/ubuntu

https://tldp.org/LDP/LG/issue74/tougher.html

https://aticleworld.com/socket-programming-in-c-using-tcpip/

https://linuxhint.com/golang-tcp-server/

https://subscription.packtpub.com/book/cloud-and-networking/9781786463999/1/ch01lvl1sec15/writing-a-simple-tcp-echo-clientserver-application

https://docs.python.org/3/library/socketserver.html

https://platformengineer.com/linux-terminal-create-tcp-udp-server-and-client-using-netcat/

https://ubidots.com/blog/how-to-simulate-a-tcpudp-client-using-netcat/

https://www.redhat.com/sysadmin/getting-started-socat

https://www.varonis.com/blog/netcat-commands

https://www.golinuxcloud.com/golang-tcp-server-client/ https://www.engineersgarage.com/communication-between-server-clients-through-socket-programming-using-tcp-ip-part-20-24/

https://steelkiwi.com/blog/working-tcp-sockets/ https://www.programminglogic.com/example-of-client-server-program-in-c-using-sockets-and-tcp/

https://idiotdeveloper.com/file-transfer-using-tcp-socket-in-c/

https://www.hitchhikersguidetolearning.com/2020/04/18/a-socket-server-client-example-tcp-stream-sockets/

https://opensource.com/article/18/5/building-concurrent-tcp-server-go

https://www.codeproject.com/Articles/1264257/Socket-Programming-in-Cplusplus-using-boost-asio-T

https://riptutorial.com/cplusplus/example/23999/hello-tcp-server

https://docs.zephyrproject.org/2.7.0/samples/net/sockets/echo_server/README.html

https://ruby-doc.org/stdlib-2.4.0/libdoc/socket/rdoc/TCPServer.html

https://blog.cloudflare.com/when-tcp-sockets-refuse-to-die/ https://www.jdeen.com/blog/basic-ruby-tcp-server-client-example https://visualgdb.com/tutorials/raspberry/pico_w/

https://www.binarytides.com/server-client-example-c-sockets-linux/ https://www.thecrazyprogrammer.com/2017/06/socket-programming.html

https://dev.iachieved.it/iachievedit/tcp-sockets-with-swift-on-linux/

https://www.tcl.tk/about/netserver.html

https://www.thegeekdiary.com/how-to-test-porttcp-udp-connectivity-from-a-linux-server/

https://www.pubnub.com/blog/socket-programming-in-python-client-server-p2p/ https://beej.us/guide/bgnet/html/

https://askubuntu.com/questions/443227/sending-a-simple-tcp-message-using-netcat

https://wiki.lazarus.freepascal.org/Networking

https://www.cyberciti.biz/faq/linux-unix-open-ports/

https://serverfault.com/questions/11806/which-ports-to-use-on-a-self-written-tcp-server

https://dpdpdpdpdpdp.tistory.com/254

https://www.xmodulo.com/tcp-udp-socket-bash-shell.html

https://lenngro.github.io/how-to/2021/01/05/Simple-TCPIP-Server-Cpp/

https://jameshfisher.com/2017/02/25/tcp-server-fork/

https://linuxize.com/post/netcat-nc-command-with-examples/

https://superuser.com/questions/1627361/what-would-prevent-a-tcp-server-port-once-closed-from-being-re-opened-right-a

https://helpdeskgeek.com/linux-tips/how-to-set-up-configure-tcp-ip-files-on-linux-tcp-ip-settings-for-linux/

http://www.hitchhikersguidetolearning.com/socket-programming-in-linux/

https://forgetcode.com/c/1476-tcp-socket-date-and-time

https://docs.micropython.org/en/latest/esp8266/tutorial/network_tcp.html

https://www.infoworld.com/article/2853780/socket-programming-for-scalable-systems.html

https://www.techbeamers.com/python-tutorial-write-tcp-server/

http://etutorials.org/Linux+systems/red+hat+linux+9+professional+secrets/Part+I+Setting+Up+Red+Hat+Linux/Chapter+6+Network+Setup/TCP+IP+Services+and+Client+Server+Architecture/

https://www.theinsanetechie.in/2014/01/tcp-in-c-one-server-and-multiple-clients.html

https://netzmafia.ee.hm.edu/skripten/inetprog/unix-socket-faq-4.html

https://aws.amazon.com/blogs/networking-and-content-delivery/implementing-long-running-tcp-connections-within-vpc-networking/

https://veithen.io/2014/01/01/how-tcp-backlog-works-in-linux.html

https://socket.io/

https://computingforgeeks.com/how-to-check-tcp-connections-states-in-linux-with-netstat/

https://openvpn.net/community-resources/how-to/

https://www.layerstack.com/resources/tutorials/How-to-check-if-TCP-UDP-port-is-open

https://www.artila.com/download/9200/Linux/Example/tcpserver/

https://docs.nginx.com/nginx/admin-guide/load-balancer/tcp-udp-load-balancer/

https://www.strongdm.com/docs/admin/resources/servers/rawtcp

https://packetsender.com/

https://stenlyho.blogspot.com/2008/08/tcp-serverclient.html

https://icircuit.net/esp-idf-tcp-server-esp32/2042

https://www.digi.com/support/knowledge-base/serial-to-ethernet-or-wifi-bridge-with-linux-socat

https://www.rabbitmq.com/networking.html

https://www.ssh.com/academy/ssh/tunneling-example

https://devconnected.com/how-to-ping-specific-port-number/

https://www.techtarget.com/searchnetworking/definition/TCP-IP

https://www.sciencedirect.com/topics/computer-science/server-sockets https://fm4dd.com/openssl/sslconnect.shtm

https://fm4dd.com/openssl/sslconnect.shtm

https://blog.dhampir.no/content/making-a-telnet-server-with-bash-and-tcpserver

https://www.scottklement.com/rpg/socktut/nonblocking.html

https://linuxgazette.net/issue76/tag/9.html

https://phoenixnap.com/kb/ping-specific-port https://danielmiessler.com/study/tcpdump/

https://os.mbed.com/users/NegativeBlack/code/NetworkAPI/wiki/tcp-server-example

https://randomnerdtutorials.com/esp32-web-server-arduino-ide/ https://grpc.io/docs/languages/python/basics/

https://www.cs.cmu.edu/afs/cs/academic/class/15213-f99/www/class26/tcpclient.c https://www.tutorialspoint.com/unix_sockets/socket_client_example.htm

https://www.ibm.com/docs/en/zos/2.3.0?topic=programs-c-socket-tcp-client

https://manpages.ubuntu.com/manpages/bionic/man1/tcpclient.1.html

https://www.linuxhowtos.org/C_C++/socket.htm

https://unix.stackexchange.com/questions/615075/how-to-use-tcpclient-in-ucspi-tcp-package