Search:

Type: Posts; User: scrapedbr

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,238

    Snmp - Mib2 - Rmon

    someone did work with SNMP, MIB2 and RMON at linux ?? I know about snmp.h but this not offer more features than information about ip, icmp, tcp... I want
    something more robust that supports querys...
  2. Thread: /proc/stat

    by scrapedbr
    Replies
    2
    Views
    2,935

    /proc/stat

    can I extract from first line of /prov/stat the number of processors ??
  3. Replies
    1
    Views
    1,297

    File transfer

    I'm creating a file server...

    The problem is when i reach end of file. In server's side, the message is Connection reset by peer, and the client create a file whith a wrong size (multiple of...
  4. Replies
    1
    Views
    2,069

    Calculate Bandwith

    Hi, i have a little problem =D.
    The description is:

    I have a file server that it must send of equal form a file for each client. The bandwith for each client have to be equal and need to be...
  5. Replies
    5
    Views
    1,280

    GNU mutli-precision library (libgmp)

    GNU mutli-precision library (libgmp)
  6. Replies
    5
    Views
    2,204

    drivers for linux

    Linux Device Drivers is a good book to start.
  7. Replies
    19
    Views
    31,821

    ok, boot your linux-distro and don't open X. Try...

    ok, boot your linux-distro and don't open X. Try to use program only in a terminal.. if this does not work.. i don't know one more option...
  8. Thread: ftp

    by scrapedbr
    Replies
    5
    Views
    1,428

    I found " ftplib-3.1 ". I think i have the...

    I found " ftplib-3.1 ". I think i have the anwers to my questions. Anyway, thanks.


    (RFC have the anwers too, but is too more complicated) =)
  9. Thread: fgetc

    by scrapedbr
    Replies
    3
    Views
    3,292

    the code you have sent its ok. ...

    the code you have sent its ok.



    while((c=fgetc(fp))!=EOF){
    if(c=='\n'){ /*this doesn't work*/
    buffer[0]='\n';

    }
    else{
  10. Thread: ftp

    by scrapedbr
    Replies
    5
    Views
    1,428

    ftp

    how i can access FTP server in C ??
    somebody was used something like this before ??
  11. Replies
    19
    Views
    31,821

    hmmm, just reboot your machine. Or create a swap...

    hmmm, just reboot your machine. Or create a swap partition.
  12. Replies
    19
    Views
    31,821

    i write again the code. is in attach. gcc -o...

    i write again the code. is in attach.

    gcc -o example example.c

    open a bitmap 24 bits file to a matrix, and save again to out.bmp the same file.
  13. Replies
    19
    Views
    31,821

    i think i got it... typedef struct {...

    i think i got it...



    typedef struct
    {
    char type[2]; // file type
    unsigned int size; // file size in bytes
    unsigned short int reserved1,reserved2;
    unsigned int offset; //...
  14. Replies
    3
    Views
    1,750

    Download gcc or other compiler from:...

    Download gcc or other compiler from:
    http://www.gnu.org/directory/GNU/

    all the documentation is available.

    an example that you can use is:
    gcc -o file.c -WAll

    -o = create objetc file...
  15. Replies
    19
    Views
    31,821

    here is all the stuff

    i just write this code for a reserch work...
    this code work (i hope) =) !



    typedef struct
    {
    unsigned char RGB[3];
    }RGB;
  16. Replies
    19
    Views
    31,821

    here is all the stuff

    see the code bove..
  17. Thread: gtk

    by scrapedbr
    Replies
    6
    Views
    1,434

    GTK+

    Hi, i currently use glade to make my gtk's application. You have to serch about GTK reference. I have it, if you want i can send it to you.
    Glade is a user-friendly application thats provide a...
  18. Replies
    1
    Views
    3,732

    read bit's from any file

    Hi, i want to read bit-to-bit from a file, and do comparison's with that.

    something like this:

    int Y = 1;
    int X = 0;

    read from file ( text or binary)
    X = 1 bit, and do the comparison, if...
  19. Replies
    3
    Views
    2,986

    Read Image to a Matrix

    Hi, i need to read an Image from user to a matrix in my C program. I will create a new convolution matrix, using this.
    The problem is, i can't define the matrix before read the image. I don't...
Results 1 to 19 of 19