Skip to content

Jacob-C-Smith/socket

Repository files navigation

socket

socket

Cross platform sockethronization primatives and high precision timestamps

1 Download

2 Build

3 Example

3.1 Example output

4 Definitions

4.1 Type definitions

4.2 Function definitions

Download

To download socket, execute the following command

$ git clone https://github.com/Jacob-C-Smith/socket

Build

To build on UNIX like machines, execute the following commands in the same directory

$ cd socket
$ cmake .
$ make

This will build the example program, the tester program, and dynamic / shared libraries

To build socket for Windows machines, open the base directory in Visual Studio, and build your desired target(s)

Example

To run the example program, execute this command

$ ./socket_example

Example output

[ NONE ]

Source

Definitions

TODO: Type definitions

TODO: Function definitions

Written by Jacob Smith, 2023

Releases

No releases published

Packages

No packages published