This is a simple example to show UDP socket communication in PolySync using the Socket API.
This example reads data from a UDP socket.
Packages: libglib2.0-dev
To install on Ubuntu:
sudo apt-get install libglib2.0-dev
$ cd socket_reader
$ make
$ ./bin/polysync-socket-reader-c
For more API examples, visit the "Tutorials" and "Development" sections in the PolySync Help Center here.