blah blah blah is here! blah blah » Close

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

For loop with pause/resume and speed up/slow down

I have a project that essentially loops through a file and performs a task on each line (sending it to a different server). The files will be quite large and the task quite demanding on the server so I’d like to be able to pause (or break) ...

1
votes
2 answers

Communicating with the same webservice on different machines

I have a situation where I need to communicate with the same webservice on different machines (aka "Live system" a "Test system" a "DR system") The URL and functionality of the webservice is the same on each ma ...

1
votes
1 answers

Fun in .csv land (csv Data across multiple files)

Every month I receive a .csv file that is essentially a usage report for our system. The format of the file (in reduced form) is this: Users, Service 1, Service 2, Service 3, Service 4 User A,234,6345,2645,345 User B,1427,2165,697,4227 ...

Feedback