Menu

Facetrack NoIR Protocol FG

Archive
schwenk
2013-04-17
2013-04-25
  • Stanisław Halik

    Building posix branch is actually easier, provided you have CMake.

     
  • schwenk

    schwenk - 2013-04-22

    Can you explain what posix branch does and how to compile it ?

     
  • Stanisław Halik

    It implements Linux support, has bugfixes for incorrect threading (so less crashes) and memory leaks occuring many times during program runtime.

    Building is same as any other program using CMake. Should work with MinGW, MSVC++, as well as native Linux GNU CC/clang++.

    Note that posix now lives in the main FTNOIR repo, consider the github repo obsolete.

     

    Last edit: Stanisław Halik 2013-04-22
  • Stanisław Halik

    Python? import struct and use typestring 'f'.

     
  • schwenk

    schwenk - 2013-04-25

    which buffer size for the receive function ? 1024 ? 2048 ?

     
  • Stanisław Halik

    For datagram size, size of the struct you want to receive over the wire.

     

Log in to post a comment.