Skip to content

luislaugga/universal-network-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

universal-network-c

Overview

Network utilities, implemented in c using libdispatch:

  • UDP-based Stream session
  • UDP-based Transaction
  • STUN client
  • UDP Socket
  • Queue, Memory pool
  • Timer/Timeout

Requirements

  • libdispatch (including dependencies: clang, libblocksruntime)
  • GNU Automake and Autoconf
  • C99 Language Standard

Building

Run tests:

% ./scripts/autogen.sh
% ./configure
% make check

Remove build files:

% ./scripts/clean.sh

Known Issues

Roadmap

Implementation

About

libdispatch based network library

Resources

License

Stars

Watchers

Forks

Packages

No packages published