tcp

How to replace the sender's IP address with C#?

The question is as follows: is it possible to send a simple TCP socket with the left IP address? Is it possible to implement ... how? I heard that this is called IP Spoofing, and Raw sockets, but I did not find any specific implementations of sending it

Find out which service is being used on TCP C port#

I created a scan Port in C# (winforms), which is checking a range of ports, previously set, I can verify that the port is ope ... lock (consoleLock) { label6.Text = "Esperando respostas de " + waitingForResponses + " threads"; } }

Blocking the interface in NetBeans

I am developing a program for communication between client and server. I am developing the graphical interface of the progra ... } } }; recever.start(); }

Socket in python

I am doing the discipline of networks and computers and I am having a problem in the following Question: Using TCP, deploy ... t connects the server normally and the client output is not uppercase. I would like help using UPPERCASE on the TCP server.

You can access a port via TCP / UDP from a web application

It is possible to send data to a port (ex: 5151) via TCP or UDP from a website, on the front end, using JavaScript for exampl ... or the end user. 2º is that I could not send any kind of information to him from the page, nothing, not even a "hello world".

ftplib and pyftpdlib communication

I have a server (fedora 29) at home running (as root) an FTP made in python With ports 5000-5003 and 40000-50000 open, the ma ... tly I believe the problem is the Type C address I am sending to the server but I don't know how to solve this. Thank you.