Files
UltraGrid/README.md
Martin Pulec f6c98f4813 Removed Matrix room references
It was seldom used, point to GitHub discussions instead.
2021-01-06 16:00:11 +01:00

439 B

UltraGrid - VR branch

UltraGrid as a library

Library is compiled automatically to lib/ as libug. Accompanying header is libug.h (in src/).

Samples

  • test_libug_sender.c

    Compile

     cc -o test_sender test_libug_sender.c -lug
    

    Run

     test_sender [address]
    

Notes

  • Sender binds to 5004 by default, therefore an receiver cannot run at the same machine.