aboutsummaryrefslogblamecommitdiffstats
path: root/doc/libbus.7
blob: 18c1d6e8fc6e7ee6a6201e787e1365dc6fb854a4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                                                     

                                                                
             



                                                                        
                    
                                        
            
                                                                        

                                                               
           



                                                                     
        

                                                                  
.TH LIBBUS 7 BUS-%VERSION%
.SH NAME
libbus - A simple daemonless system for broadcasting messages locally
.SH DESCRIPTION
\fBbus\fP is a stupid-simple, thrilless, daemonless interprocess
communication system for broadcasting messages.
.SH RATIONALE
We need an interprocess communication system similar to message queues.
But we need broadcasting rather than anycasting, so we have a fast,
simple and daemonless system for announcing events to any processes that
might be interested.
.SH FUTURE DIRECTION
Timed out read and writes will be added.
.SH SEE ALSO
bus(1), bus(5), bus_create(3), bus_unlink(3), bus_open(3), bus_close(3),
bus_write(3), bus_read(3), bus_poll_start(3), bus_poll_stop(3),
bus_poll(3), bus_chown(3), bus_chmod(3)
.SH AUTHORS
Principal author, Mattias Andrée.  See the LICENSE file for the full
list of authors.
.SH LICENSE
MIT/X Consortium License.
.SH BUGS
Please report bugs to https://github.com/maandree/bus/issues or to
maandree@member.fsf.org