Skip to content

technobaboo/pion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pion

Simple rust userspace root service for Binder. Run it once, use it like unix domain sockets through files!

The goal is just to provide UNIX domain socket semantics (e.g. connect/bind) for Binder objects as the context manager... that way we can integrate the existing $XDG_RUNTIME_DIR and such... and you can bind Binder objects to existing socket files too ;3

First, build the project

cargo build

Then, run the service itself

sudo ./target/debug/pion-binder

And while that's running, you can run the example

cargo run --example simple_service

Happy binding! :3

About

Binder IPC Linux userspace root service... binder objects bound to files (like unix domain sockets!)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages