Skip to content

jespa007/zetnet

Repository files navigation

ZetNet

A set of network utilities for C

Introduction

ZetNet is a set of tools for TCP Client/Server

Building ZetNet

  1. Create building information through cmake with the following command,

cmake -Bbuild

  1. Compile the project with the following command,

make -C build

After the build, ZetNet library and other utilities will be placed at bin directory.