tcp

  1. Mesutyldrm

    Writing a Netcat similar tool in c# but can't receive data from linux

    Hi guys, I'm writing a tool like nc. I'm giving my ip adress and my port to listen for incoming connections. This is my source code : using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; namespace Netcat { class Program {...
  2. Budhikakgsl

    TCP Client Data Plot in Winform

    I need to plot the data from the server in a GUI in client. I am getting the data from the server to the client on PC. What I am currently doing is getting the data to a text box and each text is put into a array and data is taken from the array and plot the graph. Is there any other easy...
Back
Top Bottom