Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 386 Bytes

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.