Search:

Type: Posts; User: s002wjh

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,063

    string to call function

    I have a function which call by

    test0.write() to write to some register

    how do I do this

    char str[7]="test";
    strcat(str, "0");

    so I can do this
  2. Thread: recfrom timer?

    by s002wjh
    Replies
    0
    Views
    3,649

    recfrom timer?

    how do I timestamp recfrom function(time completion for receiving a packet)? search google didn't find anything useful
  3. Replies
    1
    Views
    4,050

    Muticast question

    in this example The Linux socket and network programming on multicasting client-server with C program example why they assign

    localInterface.s_addr = inet_addr("203.106.93.94");

    in the sender?...
  4. Replies
    0
    Views
    13,013

    UDP multicast example question

    in the linked example

    The Linux socket and network programming on multicasting client-server with C program example

    both sender/receiver assign to a local ip 203.106.93.94 and bound to group ip...
  5. Replies
    1
    Views
    5,226

    set ip and mask in C for linux

    anyway to use ifconfig etc to set ip and netmask in C? if not whats the easy way to do it?
  6. Replies
    1
    Views
    3,006

    block until certain event happen

    is there anyway to block/wait until certain event happen before move to next function for example

    while
    1 wait for ethrnet packet, only move to 2 when receive a Ethernet message or some kind wait...
  7. Replies
    1
    Views
    3,285

    linux ethernet UDP simultaneously broadcast

    is there any example on how to broadcast same message to multiple client simultaneously
Results 1 to 7 of 7