Skip to content

WHJWNAVY/uevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uevent

A epoll event lib from OpenWrt libubox

Build

$ make clean && make

Run

Server

$ ./example-server
New connection
Block read: ABCDEFGH, bytes: 9
Block read: 0123456789, bytes: 11

Client

$ ./example-client
Connection established
Input message to send (or 'quit' to exit), end with 'ENTER'.
ABCDEFGH
Wrote 9 bytes to server.
Read 9 bytes from server:
ABCDEFGH
0123456789
Wrote 11 bytes to server.
Read 11 bytes from server:
0123456789

About

A epoll event lib from OpenWrt libubox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published