Emptyd
Server counterpart of emptyc, which keeps track of SSH connections, pushes I/O over the wire, providing an HTTP-interface for emptyc.
Installation
$ sudo gem install emptyd
For Mac OS X Mavericks users: if you have problems compiling native extensions for eventmachine-le, try setting up ARCHFLAGS:
$ sudo env ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install emptyd
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request