blah blah blah is here! blah blah » Close

0
votes
1 answers

[C# / C / C++] Paid project - Send a video file through HTTP

I need a server-side program which accept requests for video files via HTTP from client applications like quicktime or windows media player, and sends back the files. The media player should correctly receive and play the video. The req ...

0
votes
0 answers

c# tcp server application which does not close connections

Guys, I am trying to create a GUI socket server. The goal is simple. 1.Open a port 2.keep sending data to the port 3.the data is given from a textbox in the gui and must be sent after the button is pressed. 4.Do NOT CLOSE THE CO ...

0
votes
4 answers

Advice on winforms

basically, i made an application on the console that sends and receives information. it works like a chat (it does work, like i chat, i checked). now what i did here. i transfered some of the code to a winform, and i struggle to understa ...

0
votes
0 answers

Message assembly using TCP sequence number

Using [url=http://www.codeproject.com/KB/IP/sharppcap.aspx]SharpPcap[/url], I am pulling packets of a raw network feed and trying to assemble their payloads using TCP sequence numbers. Due to the nature of the traffic I am sniffing, the pac ...

1
votes
1 answers

C# TCP/IP Chat

I've seen the demo project on CodeProject for this subject, but I am not understanding it at all. I've done some looking (and I will continue to), but I have not yet found a tutorial/article that explains the matter simply but also in depth ...

0
votes
0 answers

TCP socket for audio transmission on localhost

Hello! I found code of simple client - server application using TCP sockets, written in C#: http://www.csharphelp.com/archives/archive127.html . It makes possible to send and receive text. What I'd like to do is to send audio from one ap ...

Feedback