Search Results

Search: Posts Made By: digidax
Forum: Programming 12-28-2012
4,805
Posted By digidax
Thanks a lot, %s instead of %c is working well....
Thanks a lot, %s instead of %c is working well. So you have help me very well. Thanks again. Now I have the parameters visible.

best regards
Frank
19,600
Posted By digidax
So I can see, the fields are defined as chars: ...
So I can see, the fields are defined as chars:

struct nvram_tuple {
char *name;
char *value;
struct nvram_tuple *next;
};So the output should look like:
...
Forum: Programming 12-26-2012
4,805
Posted By digidax
Reading a router configuration file
Hello C specialists,

I'm trying to write a program to read out a binary configuration file produced by a router.
But the output of Name and Value is cryptic. What's going wrong?

The structure...
19,600
Posted By digidax
Okay, I have now written a small program in C to...
Okay, I have now written a small program in C to read the binary file and take the output to stdout. But the output is divided in crazy parts. I will now ask and the C forum.

Thanks everybody for...
19,600
Posted By digidax
Thanks for reply. So I have to learn C now. Where...
Thanks for reply. So I have to learn C now. Where can I find informtions about the structure of the binary file?

Thanks in advance, Frank
19,600
Posted By digidax
Convert binary file to csv and then back to the binary format
Hello *nix specialists,

Im working for a non profit organisation in Germany to transport DSL over WLAN to people in areas without no DSL. We are using Linksys WRT 54 router with DD-WRT firmware ...
Showing results 1 to 6 of 6

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