Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacu committed Feb 11, 2016
1 parent 209cb68 commit f35d0b8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
@@ -1,2 +1,13 @@
# echolib
A simple and efficient interprocess communication (IPC) library for Linux.
# Echo IPC library #

A simple and efficient interprocess communication (IPC) library for Linux written in C++11. The core part of the code was developed as a bachelor's thesis of Urban Škvorc with the title `Development of a library for interprocess communication in interactive systems` in 2015 at the University of Ljubljana, Faculty of Computer and Information Science. The library was later added some documentation and some polish and is now made available under MIT license.

## Contributors ##

* Urban Škvorc (initial developer)
* Luka Čehovin (developer, maintainer)

## Installation ##

The C++ library does not have any dependencies apart from a C++11 capable compiler, but if you want to compile Python bindings you have to download the [pybind11](https://github.com/wjakob/pybind11) template library.

0 comments on commit f35d0b8

Please sign in to comment.