Skip to content

opersys/circular-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a very basic circul buffer driver. When you write() to it, it adds bytes
to the buffer and when you read() from it, you read what's in the buffer and
consme it.

Writing example:
# echo "Foo" > /dev/circchar

Reading example:
# cat /dev/circchar
Foo

--
Karim Yaghmour
karim.yaghmour@opersys.com

About

Circular buffer driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages