-
Notifications
You must be signed in to change notification settings - Fork 10
opersys/circular-driver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published