This is a simple example illustrating UDP socket communication in PolySync when using the PolySync socket API. It writes from UDP socket using API calls and socket class.
Packages: libglib2.0-dev
To install on Ubuntu:
sudo apt-get install libglib2.0-dev$ cd SocketWriter
$ mkdir build && cd build
$ cmake ..
$ make
$ ./polysync-socket-writer-cppFor more API examples, visit the "Tutorials" and "Development" sections in the PolySync Help Center here.