Search:

Type: Posts; User: Ramsis94

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    3,755

    Problem on Multicast UDP receiver

    Hello,

    I am in the process of setting up a multicast UDP receiver (group 224.2.2.2) under IPv4.

    However, when I send a UDP message on the 224.2.2.2, I don't receive anything at the receiver....
  2. Replies
    5
    Views
    3,011

    That is right !! that was the origin of the error...

    That is right !! that was the origin of the error thanks !!
  3. Replies
    5
    Views
    3,011

    Can anyone help me solve the error sendto:...

    Can anyone help me solve the error sendto: Address family not supported by protocol please ?
  4. Replies
    5
    Views
    3,011

    yes that is right thank you ! I reduced the...

    yes that is right thank you ! I reduced the BUFSIZE to 10.000 bytes only , it is quite enough for me.

    However, I am having a new error message sendto: Address family not supported by protocol
    ...
  5. Replies
    5
    Views
    3,011

    UDP talker problem executing

    Hello everyone,
    I am trying to program an UDP talker using sockets.
    My program compiles with no problems but when I try to execute it with any volume number, I am getting always the error : sendto...
  6. Replies
    3
    Views
    4,749

    It is ok now, I should set struct values like...

    It is ok now, I should set struct values like this :


    my_args[i] = (arg_t){N_min, N_max};
  7. Replies
    3
    Views
    4,749

    ok thanks !! I still have this test.c:...

    ok thanks !!

    I still have this


    test.c: In function ‘main’:
    test.c:55:18: error: expected expression before ‘{’ token
    55 | my_args[i] = {N_min, N_max};
    |
  8. Replies
    3
    Views
    4,749

    threads problem

    Hello everyone !!

    I am trying to build a program that calculates the sum of integers between 0 and N, where N is a given integer. And I would like to do this using threads.

    The program takes 2...
  9. Replies
    6
    Views
    9,131

    thank you

    thank you
  10. Replies
    6
    Views
    9,131

    Hello guys ! I still need help here please

    Hello guys ! I still need help here please
  11. Replies
    6
    Views
    9,131

    First, thank you for your remarks. I declared...

    First, thank you for your remarks.
    I declared the communication pipe properly now, and I used printf correctly.
    Here is the new program:


    #include <unistd.h>
    #include <stdlib.h>
    #include...
  12. Replies
    6
    Views
    9,131

    Communication pipe

    Hello everyone,

    I am working on a program that allows the transmission of a message typed on the terminal of a parent process, to a child process which is responsible for displaying this message...
  13. Replies
    10
    Views
    3,155

    You are right ! I am learning too much new things...

    You are right ! I am learning too much new things these days :wink:
  14. Replies
    10
    Views
    3,155

    Apparently yes, but I am not familiar with...

    Apparently yes, but I am not familiar with sigaction() and I don't know how to use it :frown:
  15. Replies
    10
    Views
    3,155

    I see, thanks a lot

    I see, thanks a lot
  16. Replies
    10
    Views
    3,155

    Thank u John for ur reply, it was very helpful !!...

    Thank u John for ur reply, it was very helpful !! However, in this program, I would like to use the fact that signal() call system returns a pointer to the last signal handler used to handle the same...
  17. Replies
    10
    Views
    3,155

    that is noted, thank u for the advice :redface:

    that is noted, thank u for the advice :redface:
  18. Replies
    10
    Views
    3,155

    Permute signal handlers

    Hello everyone,

    I am trying to write a program that includes signals handling.
    My program should not stop when he receives a SIGINT signal, he should printf a message instead.
    This message...
  19. Replies
    2
    Views
    4,980

    thank u Salem, it worked

    thank u Salem, it worked
  20. Replies
    2
    Views
    4,980

    Problem execl()

    Hello everyone,

    I am facing a problem with this code. Actually my program should create a new Shell that takes the hole path to a bin command (/bin/ls , /bin/date ...) so it can execute it by...
  21. Replies
    6
    Views
    4,768

    Great ! that's what I needed. thank u very much

    Great ! that's what I needed. thank u very much
  22. Replies
    6
    Views
    4,768

    thank you a lot John, it worked. But I am realy...

    thank you a lot John, it worked. But I am realy interested in solving this by making buffer pointing to status. Do u have any idea how to do this ?
  23. Replies
    6
    Views
    4,768

    ok, but how can I make buffer pointing to status ?

    ok, but how can I make buffer pointing to status ?
  24. Replies
    6
    Views
    4,768

    Pointer problem

    Hi I am new in C programming and I am facing a problem with the pointer in this program that takes a file path and returns stats about the file by using the stat system call :


    #include...
Results 1 to 24 of 26
Page 1 of 2 1 2