Many months have gone by. Seems the WRT hardware mentioned is fundamentally a Linux project. The hardware is essentially a Linux computer with 8p8c jacks on the side and an antenna sticking out on the end.
It's just a Linux machine. As such, anything that can be done with networking can be done...
Now THIS is a complex question. I'm going to follow this one for sure.
But so as to completely waste everyone’s time. I have a couple of questions that might serve to stimulate some responses.
The 'microwave' is reduced to Ethernet, and then further to most likely IP at either end of the...
Friend.
Judging by the language that you use, you have referred to the reference. That's wonderful.
However I never asked you a question about anything.
Please don't waste your time 'explaining' anything to me.
I never asked a question, someone else posed a question here.
You have...
The explanations requred here, have to do with basic data types.
The variables declared in a C program are never 'converted' once initialized.
Such that; once str is declared it will always be of that 'type' (In addition to the 'reference' link provided in your posts, I noticed your use of a...
Incidently. Just for the heck of it I visited the link that Salem included in his post...
Clearly, that somewhat spiritual presentation, is intented to elicit a sense of mystery about things that are not the least bit mysterious.
Example for item 6.6b; we are talking about initializing...
No one ever said anything about caring about perfection in any of this.
gets works fine. It may not be perfect for all situations.
The code to process user console input was written and perfected many many years ago. It hasn't changed. ...nor has the answer to this question changed.
gets is...
Yes, when you pass it to a function.
We are using the fscanf function.
fscanf expects an address.
str is an address.
&str is the address of the address.
Amiel Summers
amielzz@netscape.net
...hmmmmm.
str is a variable, a pointer to an array of type char (actually str is a pointer to the first element of the array of characters).
So, the statement &str provides the address of the variable str (a pointer in this case).
Therefore, &str is the address of a pointer, or the address...
Not exactly the answer that I was looking for... it was a kind of a trick question. Looking at the 'domain' itself as part of the answer.
SteveTheGeek answered the question concisely. The CCIE guide describes the answer exactly that way.
It is because the Cisco Study guide handles the...
I have a question. But as a part of the queston I would like to ask that the responses consider that my objective here is to identify the narrowest (most consise) explanation/answer for the question posed. Which is:
In connecting two routers using IP interfaces; what are the minimal required...
Amazing how so many problems with Windows OS's are resolved using some 'magical solution software' from some obscure web site on the internet....
First thing I would try is to physically move the drive to another machine capable of reading NTFS partitions. Yes, Linux can ...
Second, there is a...
recvfrom() should return -1 when set to non-blocking when called and no data is available.
Otherwise it blocks until data is received. So there is your dilemma . You must write code to handle the limitations of the function library while dealing with the requirements of the network, it's...
Pardon for untimely response. I debated including code in detail here; decided against it. Wrong forum and although not too terribly complex; can become complex using this means to communicate the specifics.
The solution should be written as a complete executable and not a script or batch file...
Yes this is defiantly a coding question. And yes this can be done really simply. what OS's are available to host this code?
Can use C or vb. Let me know what OS will be used to execute application. Incidentally I am a windows man; especially when it comes to this type of thing. [pipe]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.