Skip to content

Files

socket_reader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 4, 2017
Feb 9, 2017
May 8, 2017

socket_reader

This is a simple example to show UDP socket communication in PolySync using the Socket API.

This example reads data from a UDP socket.

Dependencies

Packages: libglib2.0-dev

To install on Ubuntu:

sudo apt-get install libglib2.0-dev

Building and running the node

$ 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.