Skip to content

wbsabc/xio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==== compile and test ====

	$ cd build
	$ cmake .. && make && make test
	or
	$ cmake .. && make && ./bin/utest to see more test details

==== gcov ====

	$ cd build
	$ cmake .. && make && make test

	$ lcov -d ../ -c -o pio.cov
	$ genhtml -o piocov pio.cov

	$ gnome-open ./apicov/index.html


==== rpm ====

	$ cd rpm
	$ ./package-pio.sh

About

focus on high throughput, low latency network communication middleware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published