Search Results

Search: Posts Made By: iamcollins
Forum: Programming 08-21-2008
8,087
Posted By iamcollins
Hello Thanks for the input... Exactly.....
Hello

Thanks for the input...

Exactly.. I am tracking the sequence number and if i dont receive it, i request it for again.. Is that the best way?
Forum: Programming 08-20-2008
33,044
Posted By iamcollins
open should do this
Hello

popen function should do this. You can execute a command using popen function in either read or write mode and the result will be return as a file pointer. You can then read the result from...
Forum: Programming 08-19-2008
8,087
Posted By iamcollins
UDP File Transfer Validation and Checksum
Dear All

I have written a client server program for file transmission from one system to other using UDP.

Can i use the cksum number in the udp header to validate if the received packet is...
Forum: Programming 08-18-2008
3,983
Posted By iamcollins
Hi Could you please tell us what is the...
Hi

Could you please tell us what is the value set for .sin_port ? This should be the port the server is listening to... and client should also have the same port set for .sin_port as like server...
17,087
Posted By iamcollins
Hi I am not clear with your exact...
Hi

I am not clear with your exact requirement. If i am not mistaken, by default your input is going to be from STDIN.

One point to say here. Inside a shell script if there is any redirection of...
11,059
Posted By iamcollins
uname command with -S (Capital S) can be used to...
uname command with -S (Capital S) can be used to change the System name, but not other elements.

uname -S <new host name>

You can play arround with SYSV3 environment variable to achieve what...
22,728
Posted By iamcollins
Excuse if i am wrong This command searched...
Excuse if i am wrong

This command searched recursively and prints the file names matching the search string in its content ignoring the case.

grep -r -l -i "apple" *
Forum: Programming 12-22-2006
2,135
Posted By iamcollins
Try using popen. Hope this is what you are asking...
Try using popen. Hope this is what you are asking for

FILE *popen(const char *command, const char *type);
command - is the command to be issued.
type - r - read O/P...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy