Search:

Type: Posts; User: JimT

Search: Search took 0.00 seconds.

  1. Obviously I'm still learning C so please forgive...

    Obviously I'm still learning C so please forgive my ignorance. I can't post the entire client side code since is huge. But I may be able to mock something up to demonstrate the client side data...
  2. Need help with sending array of integers from client to server

    OS: Linux
    Language: C

    My client repeatedly sends arrays of integers to the server. The size of the array varies with each send from the client. The array of signed integers (defined as INT32)...
  3. The code below, called just before issuing the...

    The code below, called just before issuing the rename() command, seems to have fixed the issue:

    file_no = fileno(pFile);
    fsync(file_no);

    Thanks!!!!
  4. Salem The old files persist even when I close...

    Salem

    The old files persist even when I close the RPi's file manager and open a new one. When I examine the properties of the old file it shows that the size of the file is 0 bytes, however the...
  5. Odd behavor with rename() function on Raspberry Pi writting to SD Card

    Temporarily, I am writing files to SD card. Perhaps this is the source of the issue?

    My client software receives real-time streamed data via tcpip and writes this data to files based on data...
Results 1 to 5 of 5